summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][GlobalISel] Add support for narrowScalar of G_ZEXTAmara Emerson2019-08-213-4/+23
* Fix assert in XCOFFObjectWriter related to program code csects.Sean Fertile2019-08-201-3/+1
* [Attributor] Liveness for internal functions.Stefan Stipanovic2019-08-201-2/+43
* [Sanitizer] Remove unused functionsAlexandre Ganea2019-08-201-9/+0
* [RISCV GlobalISel] Adding initial GlobalISel infrastructureDaniel Sanders2019-08-2015-2/+412
* [MemorySSA] Make Phi cleanups consistent.Alina Sbirlea2019-08-201-24/+17
* [AArch64][GlobalISel] Select logical_imm32 and logical_imm64 patternsJessica Paquette2019-08-202-0/+23
* [MemorySSA] Fix existing phis when inserting defs.Alina Sbirlea2019-08-201-8/+12
* Remove assert with tautological compare from XCOFFObjectWriter.Sean Fertile2019-08-201-1/+0
* [AArch64][GlobalISel] Select patterns which use shifted register operandsJessica Paquette2019-08-202-0/+89
* [DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors (conc...Craig Topper2019-08-202-0/+23
* Revert [WinEH] Allocate space in funclets stack to save XMM CSRsReid Kleckner2019-08-203-135/+26
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-207-19/+447
* [Attributor] Remove unused variable. NFC.Michael Liao2019-08-201-1/+1
* [AutoFDO] Make call targets order deterministic for sample profileWenlei He2019-08-203-19/+14
* [X86] Add a DAG combine to transform (i8 (bitcast (v8i1 (extract_subvector (v...Craig Topper2019-08-201-0/+12
* [X86] Add isel patterns for (i64 (zext (i8 (bitcast (v16i1 X))))) to use a KM...Craig Topper2019-08-201-0/+8
* [TargetMachine] Don't try to create COFFSTUB references on windows on non-COFFMartin Storsjo2019-08-202-3/+8
* [WebAssembly][lld] Fix crash when applying relocations to debug sectionsSam Clegg2019-08-201-0/+1
* [InstCombine] add helper function for icmp+zext/sext; NFCSanjay Patel2019-08-201-69/+75
* Revert "AMDGPU: Fix iterator error when lowering SI_END_CF"Matt Arsenault2019-08-205-142/+28
* [X86][BtVer2] Use ReadAfterLd entries for the register operands of CMPXCHG.Andrea Di Biagio2019-08-201-3/+12
* [InstCombine] make fold for icmp with sext more efficient; NFCSanjay Patel2019-08-201-13/+7
* [X86] Use isNullConstant instead of getConstantOperandVal == 0. NFCCraig Topper2019-08-201-2/+2
* [ARM] Select vaddvaSam Tebbs2019-08-201-0/+7
* [GlobalISel] Handle multiple registers in dbg.value intrinsicAditya Nandakumar2019-08-201-6/+7
* [CodeGen] Add a pass to do block predication on SSA machine IR.Thomas Raoux2019-08-202-49/+285
* [InstCombine] improve readability for icmp with cast folds; NFCSanjay Patel2019-08-202-47/+42
* [BlockExtractor] Avoid assert with wrong line formatJinsong Ji2019-08-201-0/+2
* [X86][BtVer2] Fix latency and throughput of atomic INC/DEC/NEG/NOT.Andrea Di Biagio2019-08-201-0/+14
* [InstCombine] simplify min/max of min/max with same operands (PR35607)Sanjay Patel2019-08-201-0/+10
* [DWARF] Fix reading 64-bit DWARF type units.Igor Kudrin2019-08-202-5/+5
* [RISCV] Implement getExprForFDESymbol to ensure RISCV_32_PCREL is used for th...Alex Bradbury2019-08-205-0/+30
* Recommit "MemoryBuffer: Add a missing error-check to getOpenFileImpl"Pavel Labath2019-08-201-1/+3
* [X86][Btver2] Fix latency and throughput of CMPXCHG instructions.Andrea Di Biagio2019-08-205-4/+140
* [yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2019-08-203-9/+24
* [MC] Delete an overload of MCExpr::evaluateKnownAbsolute and its associated hackFangrui Song2019-08-201-14/+7
* [Attributor] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds aft...Fangrui Song2019-08-201-0/+1
* [X86] Add back the -x86-experimental-vector-widening-legalization comand line...Craig Topper2019-08-202-143/+1227
* [Attributor] Create abstract attributes on-demandJohannes Doerfert2019-08-201-140/+194
* [Attributor][NFC] Cleanup statistics codeJohannes Doerfert2019-08-201-4/+7
* [Attributor] Use structured deduction for AADereferenceableJohannes Doerfert2019-08-201-139/+74
* [Attributor] Use structured deduction for AANonNullJohannes Doerfert2019-08-201-103/+83
* [Attributor] Fix the "clamp" operatorJohannes Doerfert2019-08-201-0/+6
* [NFC] Test commit, fix some comment spelling.Thomas Raoux2019-08-201-1/+1
* [AsmPrinter] Remove const qualifier from EmitBasicBlockStart.Karl-Johan Karlsson2019-08-205-7/+7
* MCAsmMacro: add `#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` to some d...Fangrui Song2019-08-201-0/+2
* [WebAssembly][MC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...Fangrui Song2019-08-201-3/+1
* [WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC.Sam Clegg2019-08-201-43/+15
* [SLP][NFC] Avoid repetitive calls to getSameOpcode()Dinar Temirbulatov2019-08-201-120/+176
OpenPOWER on IntegriCloud