summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* llvm/Transforms/Utils/LoopVersioning.h requires llvm/Analysis/LoopAccessAnaly...NAKAMURA Takumi2015-10-241-0/+1
* Fix ADT/UniqueVector.h to resolve implicit dependency.NAKAMURA Takumi2015-10-241-0/+1
* llvm/module.modulemap: AVR.def should be textual header.NAKAMURA Takumi2015-10-241-0/+1
* Add a RAW mode to StringTableBuilder.Rafael Espindola2015-10-232-10/+15
* Fix the variable names to match the LLVM style.Rafael Espindola2015-10-231-3/+3
* [AVR] Add ELF constants to headersDylan McKay2015-10-233-0/+71
* Support, IR: silence -Wunused-parameterSaleem Abdulrasool2015-10-233-4/+4
* Add more intrumentation/runtime helper interfaces (NFC)Xinliang David Li2015-10-231-0/+55
* [CodeGen] Remove usage of NDEBUG in header.Davide Italiano2015-10-231-5/+0
* Minor bug fix in Profile Name Prefix interfaceXinliang David Li2015-10-221-1/+1
* LoopPass: Remove redoLoop, it isn't used. NFCJustin Bogner2015-10-221-6/+0
* LoopPass: Simplify the API for adding a new loop. NFCJustin Bogner2015-10-221-6/+3
* Add helper functions and remove hard coded references to instProf related nam...Xinliang David Li2015-10-221-0/+31
* [SCEV] Opportunistically interpret unsigned constraints as signedSanjoy Das2015-10-221-0/+13
* [SCEV] Teach SCEV some axioms about non-wrapping arithmeticSanjoy Das2015-10-221-0/+8
* Avoid storing a second copy of each string in StringTableBuilder.Rafael Espindola2015-10-221-12/+4
* MachineScheduler: Add a way to disable the 'ReduceLatency' heuristicMatthias Braun2015-10-221-1/+5
* CodeGen: increase bits allocated for LegalizeActionsTim Northover2015-10-221-11/+12
* Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...Craig Topper2015-10-221-3/+3
* Use ArrayRef instead of pointer and size. NFCCraig Topper2015-10-221-6/+6
* [X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versionsAsaf Badouh2015-10-221-0/+6
* [ValueTracking] Add a new predicate: isKnownNonEqual()James Molloy2015-10-221-0/+7
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-221-0/+11
* [OperandBundles] Teach AliasAnalysis about operand bundlesSanjoy Das2015-10-222-4/+11
* [OperandBundles] Make function attributes conservatively correctSanjoy Das2015-10-222-0/+49
* [PM]: Fix a doc typo. NFCJustin Bogner2015-10-211-1/+1
* [Orc] Clean up a comment.Lang Hames2015-10-211-4/+4
* Revert r250923 as config.h is not an installed header.Yaron Keren2015-10-211-1/+0
* Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT...Yaron Keren2015-10-211-0/+1
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-212-42/+14
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-212-14/+42
* [Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper2015-10-211-5/+3
* [AA] Enhance the new AliasAnalysis infrastructure with an optionalChandler Carruth2015-10-212-0/+11
* Revert "Add missing #include, found by modules build."Mehdi Amini2015-10-211-1/+0
* Adding support for TargetLoweringBase::LibCallArtyom Skrobov2015-10-201-0/+1
* AVX512: Implemented encoding and intrinsics for VPBROADCASTB/W/D/Q instructions.Igor Breger2015-10-201-5/+48
* [x86] Fix AVX maskload/store intrinsic prototypes.Andrea Di Biagio2015-10-201-8/+8
* [Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if noLang Hames2015-10-201-1/+1
* [Orc] Fix MSVC bugs introduced in r250749.Lang Hames2015-10-191-3/+10
* [Orc] Use '= default' for move constructor/assignment as per dblaikie's review.Lang Hames2015-10-191-12/+3
* Fix -Wdeprecated regarding ORC copying ValueMaterializersDavid Blaikie2015-10-192-3/+8
* Vectorize: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-191-0/+3
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-1/+1
* [Orc] Add explicit move constructor and assignment operator to make MSVC happy.Lang Hames2015-10-191-0/+18
* [Orc] Lambda needs to capture 'this'.Lang Hames2015-10-191-1/+1
* [Orc] Remove extraneous semicolon that found its way into r250712.Lang Hames2015-10-191-1/+1
* Revert "RegisterPressure: allocatable physreg uses are always kills"Matthias Braun2015-10-191-2/+0
* [Orc] Add support for emitting indirect stubs directly into the JIT target'sLang Hames2015-10-194-118/+343
* Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().Elena Demikhovsky2015-10-192-14/+13
* Add hashing and DenseMapInfo for ArrayRefRafael Espindola2015-10-182-0/+31
OpenPOWER on IntegriCloud