Fix a -Wpessimizing-move warning.
[oota-llvm.git] / include /
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-28 Sanjoy Das[ValueTracking] Expose `implies` via ValueTracking...
2015-10-28 Sanjoy Das[ValueTracking] Use !range metadata more aggressively...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-27 James Y KnightMake the SelectionDAG graph printer use SDNode::Persist...
2015-10-27 Peter CollingbourneBitcode: Fix more unsigned integer overflow bugs.
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-27 Sanjoy Das[SCEV] Refactor out ScalarEvolution::getDataLayout...
2015-10-26 Alexey Samsonov[LLVMSymbolize] Don't use LLVMSymbolizer::Options in...
2015-10-26 Keno FischerInitialize BasicAAWrapperPass in it's constructor
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use std::unique_ptr more extensively...
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-26 Peter CollingbourneBitstreamWriter: Fix integer overflow.
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 Alexey SamsonovMove parts of llvm-symbolizer tool into LLVMSymbolize...
2015-10-26 Silviu Baranga[SCEV] Fix issues found during the review of r251283...
2015-10-26 Silviu Baranga[SCEV] Factor out common visiting patterns for SCEV...
2015-10-26 Lang Hames[Orc] In the CompileOnDemand layer, wrap module ownersh...
2015-10-25 Tobias GrosserRegionInfo: Correctly expand regions
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header (correctl...
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header.
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-24 Davide Italiano[Support] Add comment to explain why we can't drop...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-24 Sanjoy DasExtract out getConstantRangeFromMetadata; NFC
2015-10-24 NAKAMURA Takumillvm/Transforms/Utils/LoopVersioning.h requires llvm...
2015-10-24 NAKAMURA TakumiFix ADT/UniqueVector.h to resolve implicit dependency.
2015-10-24 NAKAMURA Takumillvm/module.modulemap: AVR.def should be textual header.
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Rafael EspindolaFix the variable names to match the LLVM style.
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-23 Saleem AbdulrasoolSupport, IR: silence -Wunused-parameter
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
2015-10-23 Davide Italiano[CodeGen] Remove usage of NDEBUG in header.
2015-10-22 Xinliang David LiMinor bug fix in Profile Name Prefix interface
2015-10-22 Justin BognerLoopPass: Remove redoLoop, it isn't used. NFC
2015-10-22 Justin BognerLoopPass: Simplify the API for adding a new loop. NFC
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-22 Sanjoy Das[SCEV] Opportunistically interpret unsigned constraints...
2015-10-22 Sanjoy Das[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
2015-10-22 Rafael EspindolaAvoid storing a second copy of each string in StringTab...
2015-10-22 Matthias BraunMachineScheduler: Add a way to disable the 'ReduceLaten...
2015-10-22 Tim NorthoverCodeGen: increase bits allocated for LegalizeActions
2015-10-22 Craig TopperChange makeLibCall to take an ArrayRef<SDValue> instead...
2015-10-22 Craig TopperUse ArrayRef instead of pointer and size. NFC
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 James Molloy[ValueTracking] Add a new predicate: isKnownNonEqual()
2015-10-22 Sanjoy Das[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
2015-10-22 Sanjoy Das[OperandBundles] Teach AliasAnalysis about operand...
2015-10-22 Sanjoy Das[OperandBundles] Make function attributes conservativel...
2015-10-21 Justin Bogner[PM]: Fix a doc typo. NFC
2015-10-21 Lang Hames[Orc] Clean up a comment.
2015-10-21 Yaron KerenRevert r250923 as config.h is not an installed header.
2015-10-21 Yaron KerenInclude llvm/Config/config.h in FileSystem.h as it...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-21 Craig Topper[Option] Use an ArrayRef to store the Option Infos...
2015-10-21 Chandler Carruth[AA] Enhance the new AliasAnalysis infrastructure with...
2015-10-21 Mehdi AminiRevert "Add missing #include, found by modules build."
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-20 Andrea Di Biagio[x86] Fix AVX maskload/store intrinsic prototypes.
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-10-19 Lang Hames[Orc] Fix MSVC bugs introduced in r250749.
2015-10-19 Lang Hames[Orc] Use '= default' for move constructor/assignment...
2015-10-19 David BlaikieFix -Wdeprecated regarding ORC copying ValueMaterializers
2015-10-19 Duncan P. N. Exon... Vectorize: Remove implicit ilist iterator conversions...
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-19 Lang Hames[Orc] Add explicit move constructor and assignment...
2015-10-19 Lang Hames[Orc] Lambda needs to capture 'this'.
2015-10-19 Lang Hames[Orc] Remove extraneous semicolon that found its way...
2015-10-19 Matthias BraunRevert "RegisterPressure: allocatable physreg uses...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-19 Elena DemikhovskyRemoved parameter "Consecutive" from isLegalMaskedLoad...
2015-10-18 Rafael EspindolaAdd hashing and DenseMapInfo for ArrayRef
2015-10-18 Asaf Badouh[X86][AVX512DQ] add scalar fpclass
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-10-17 Craig TopperUse binary search in isCPUStringValid since the array...
2015-10-17 Matthias BraunRegisterPressure: Unify the sparse sets in LiveRegsSet...
2015-10-17 Matthias BraunRegisterPressure: allocatable physreg uses are always...
2015-10-17 Matthias BraunRegisterPressure: Hide non-const iterators of PressureDiff
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-16 Xinliang David LiInstroduce a template file to define InstrPGO core...
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-16 Yaron KerenFix typo, NFC.
2015-10-16 Diego NovilloSample Profiling - Remove useless asserts. NFC.
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-10-16 Lang HamesAdd emacs c++ mode hint.
next