summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Use MIR syntax for MachineMemOperand printingFrancis Visoiu Mistrih2018-03-144-271/+211
* [EarlyCSE] Exploit open ended invariant.start scopesPhilip Reames2018-03-141-19/+75
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-144-26/+40
* [InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)Sanjay Patel2018-03-141-14/+10
* [AArch64] Emit CSR loads in the same order as storesFrancis Visoiu Mistrih2018-03-141-14/+70
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-144-40/+26
* [MC] Always emit relocations for same-section function referencesReid Kleckner2018-03-141-5/+7
* [LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner2018-03-141-2/+56
* [X86] Add back fast-isel code for handling i8 shifts.Craig Topper2018-03-141-7/+14
* [AArch64] Keep track of MIFlags in the LoadStoreOptimizerFrancis Visoiu Mistrih2018-03-142-7/+20
* [X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demand...Craig Topper2018-03-142-5/+19
* [X86][AVX] Use WriteFShuffleLd for broadcast reg-mem instructionsSimon Pilgrim2018-03-141-4/+5
* [WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson2018-03-141-6/+11
* SjLjEHPrepare: Don't reg-to-mem swifterror valuesArnold Schwaighofer2018-03-141-22/+7
* [GlobalIsel][X86] Support for G_SDIV instructionAlexander Ivchenko2018-03-142-4/+88
* [CodeGen] allow printing of zero latency in sched commentsSanjay Patel2018-03-141-5/+3
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-1413-2/+216
* [X86][Btver2] Fix YMM shuffle, permute and permutevar scheduler costsSimon Pilgrim2018-03-141-0/+57
* [X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP/MOVSLDUP reg-mem instruct...Simon Pilgrim2018-03-141-4/+5
* [AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO12_NCMartin Storsjo2018-03-141-2/+7
* Fix 'not all control paths return a value' MSVC warning. NFCI.Simon Pilgrim2018-03-141-0/+1
* Fix msvc compiler error in r327498Pavel Labath2018-03-141-1/+1
* [GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHLAlexander Ivchenko2018-03-143-0/+99
* Explicitly initialize dwarf::FormParams in DIEInteger::SizeOfPavel Labath2018-03-141-1/+1
* TableGen: Explicitly forbid some nestings of class, multiclass, and foreachNicolai Haehnle2018-03-141-2/+10
* TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle2018-03-144-11/+66
* TableGen: Allow dag operators to be resolved lateNicolai Haehnle2018-03-141-2/+7
* TableGen: Type-check BinOpsNicolai Haehnle2018-03-141-30/+92
* TableGen: Allow ? in listsNicolai Haehnle2018-03-141-11/+9
* TableGen: Add !dag function for constructionNicolai Haehnle2018-03-144-1/+66
* DWARF: Unify form size handling codePavel Labath2018-03-147-150/+109
* [GlobalIsel][X86] Support for G_ZEXT instructionAlexander Ivchenko2018-03-141-0/+64
* [LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann2018-03-141-0/+24
* [RuntimeDyld] Silence a compiler error.Lang Hames2018-03-141-1/+1
* [ORC] Fix a data race in the lookup function.Lang Hames2018-03-141-10/+24
* [ExecutionEngine] Add a getSymbolTable method to RuntimeDyld.Lang Hames2018-03-142-0/+21
* [ORC] Silence a compiler error.Lang Hames2018-03-141-1/+1
* [ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.Lang Hames2018-03-141-0/+118
* TargetMachine: Add address space to getPointerSizeMatt Arsenault2018-03-148-13/+15
* [X86] Simplify the LowerAVXCONCAT_VECTORS code a little by creating a single ...Craig Topper2018-03-131-21/+18
* [X86] Rewrite LowerAVXCONCAT_VECTORS similar to how we handle vXi1 concats.Craig Topper2018-03-132-51/+53
* Simplify more cases of logical ops of masked icmps.Hiroshi Yamauchi2018-03-131-17/+199
* [DAGCombiner] Allow visitEXTRACT_SUBVECTOR to combine with BUILD_VECTORS betw...Craig Topper2018-03-131-1/+1
* [MIR] Allow frame-setup and frame-destroy on the same instructionFrancis Visoiu Mistrih2018-03-133-7/+9
* Test Commit NFC. Updated commentAnna Thomas2018-03-131-1/+1
* [SLP] clean some formatsHaicheng Wu2018-03-131-3/+3
* [LazyValueInfo] PR33357 prevent infinite recursion on BinaryOperatorBrian M. Rzycki2018-03-131-3/+11
* Handle mixed-OS paths in DWARF readerEugene Zemtsov2018-03-131-2/+10
* [MC] fix documentation comments; NFCSanjay Patel2018-03-131-25/+14
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-137-0/+169
OpenPOWER on IntegriCloud