summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-10Return Expected from createRTDyldELFObject.Rafael Espindola
2017-10-10Simplify. NFC.Rafael Espindola
2017-10-10[WebAssembly] Update MCObjectWriter and associated interfaces after r315327Derek Schuff
2017-10-10[MC] Add another missing <memory> include left out of r315327.Lang Hames
2017-10-10[MC] Add a missing <memory> include left out of r315327.Lang Hames
2017-10-10Revert "[SCCP] Propagate integer range info for parameters in IPSCCP."Bruno Cardoso Lopes
2017-10-10Revert "[SCCP] Fix mem-sanitizer failure introduced by r315288."Bruno Cardoso Lopes
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames
2017-10-10[WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcastsJacob Gravelle
2017-10-10[mips] Duplicate the reciprocal instruction definitions for FP32Simon Dardis
2017-10-10Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10[PowerPC] Add missing record form instructions to the P9 Scheduling ModelStefan Pintilie
2017-10-10after fixing the i386 caseUriel Korach
2017-10-10[mips] Partially fix PR34391Simon Dardis
2017-10-10[DAGCombine] Fix for shuffle to vector extend for non power 2 vectorsDavid Stuttard
2017-10-10[ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputsOliver Stannard
2017-10-10[ARM, Asm] Add diagnostics for floating-point register operandsOliver Stannard
2017-10-10[ARM, Asm] Add diagnostics for general-purpose register operandsOliver Stannard
2017-10-10AMDGPU: Split MUBUF offset into aligned componentsNicolai Haehnle
2017-10-10Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10[llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere
2017-10-10[SCCP] Fix mem-sanitizer failure introduced by r315288.Florian Hahn
2017-10-10[SCCP] Propagate integer range info for parameters in IPSCCP.Florian Hahn
2017-10-10Fix for PR34888.Nemanja Ivanovic
2017-10-10SILoadStoreOptimizer.cpp: Fix build; Clang doesn't like "using anonymous stru...NAKAMURA Takumi
2017-10-10Re-land "[MergeICmps] Disable mergeicmps if the target does not want to handl...Clement Courbet
2017-10-10Ignore all duplicate frame index expressionBjorn Steinbrink
2017-10-10[RISCV] Fix build after r315254Alex Bradbury
2017-10-10[AVX512] Add patterns to commute integer comparison instructions during isel.Craig Topper
2017-10-10 Renable r314928Xinliang David Li
2017-10-10[MC] Properly diagnose badly scoped .cfi_ directivesReid Kleckner
2017-10-10[SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner
2017-10-10[MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriterLang Hames
2017-10-10[MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner
2017-10-10Fix Wasm build after r315254Reid Kleckner
2017-10-10[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> throughLang Hames
2017-10-09[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames
2017-10-09Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet
2017-10-09[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames
2017-10-09[GISel]: Fix generation of illegal COPYs during CallLoweringAditya Nandakumar
2017-10-09[X86] Unsigned saturation subtraction canonicalization [the backend part]Zvi Rackover
2017-10-09[MC] Use a unique_ptr<MCAssembler> for MCObjectStreamer's Assembler member.Lang Hames
2017-10-09[InstCombine] fix formatting; NFCSanjay Patel
2017-10-09Fix after r315079Adrian McCarthy
2017-10-09[DAG] combine assertsexts around a truncSanjay Patel
2017-10-09[AArch64] Improve codegen for inverted overflow checking intrinsicsAmara Emerson
2017-10-09[X86] Remove a setLoadExtAction from the AVX512 section that uses an AVX512BW...Craig Topper
2017-10-09[X86] Enable extended comparison predicate support for SETUEQ/SETONE when tar...Craig Topper
2017-10-08[X86][SSE] Don't call combineTo inside combineX86ShufflesRecursively. NFCI.Simon Pilgrim
2017-10-08Tidyup with clang-format. NFCI.Simon Pilgrim