PeepholeOptimizer: Ignore dead implicit defs
[oota-llvm.git] / include /
2015-12-09 Sanjoy DasUse WeakVH to keep track of calls with operand bundles...
2015-12-09 Teresa Johnson[ThinLTO] FunctionImport pass can take a const index...
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-12-09 Nathan Slingerland[Support] Change SaturatingAdd()/SaturatingMultiply...
2015-12-09 Mehdi AminiChange hasUniqueInitializer() to call isStrongDefinitio...
2015-12-09 Silviu BarangaRe-commit r255115, with the PredicatedScalarEvolution...
2015-12-09 Silviu BarangaRevert r255115 until we figure out how to fix the bot...
2015-12-09 Silviu Baranga[LV][LAA] Add a layer over SCEV to apply run-time check...
2015-12-09 Mehdi AminiRevert "Implement a new pass - LiveDebugValues - to...
2015-12-09 Vikram TVImplement a new pass - LiveDebugValues - to compute...
2015-12-09 Steven WuFix the order of destructors in LibLTOCodeGenerator
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-08 Mehdi AminiRevert "Add Available Externally linkage type to isWeak...
2015-12-08 Mehdi AminiAdd Available Externally linkage type to isWeakForLinker()
2015-12-08 Asaf Badouh[x86][avx512] more changes in intrinsics to be align...
2015-12-08 Sanjoy Das[OperandBundles] Remove unncessary constructor
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-12-08 Philip Reames[PassManager] Tuning Memory Usage of AnalysisUsage
2015-12-07 Justin BognerSupport: Teach Asan about BumpPtrAllocator
2015-12-07 Mehdi AminiRemove useless hack that avoids calling LLVMLinkInInter...
2015-12-07 Teresa JohnsonFix function return type in declaration (bot errors...
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-07 Teresa Johnson[ThinLTO] Support for specifying function index from...
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-07 Teresa Johnson[ThinLTO] Support cloning of temporary DILocation metadata
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-07 Asaf Badouh[avx512] rename gcc intrinsics to be align with gcc...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeTypeAction enum and use...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeAction enum so we can use...
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-06 Craig TopperMinor formatting fix. NFC
2015-12-05 Sanjoy Das[InstCombine] Call getCmpPredicateForMinMax only with...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 Craig TopperUse std::fill instead of memset to initialize an array...
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-05 Lang HamesWhitespace.
2015-12-05 Justin BognerCodeGen: Let the BumpPtrAllocator free the elements...
2015-12-05 Philip Reames[EarlyCSE] IsSimple vs IsVolatile naming clarification...
2015-12-04 Philip Reames[PassManager] Ensure destructors of cached AnalysisUsag...
2015-12-04 Teresa Johnson[ThinLTO] Helper for performing renaming/promotion...
2015-12-04 Philip ReamesAddress a memory leak in 254760
2015-12-04 Justin BognerCodeGen: Move the SlotIndexes BumpPtrAllocator before...
2015-12-04 Lang Hames[Orc] Move some code up into the JITCompileCallbackMana...
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-04 Sanjoy Das[OperandBundles] Allow operand-specific attributes...
2015-12-04 Philip Reames[LegacyPassManager] Reduce memory usage for AnalysisUsage
2015-12-04 Matthias BraunScheduleDAGInstrs: Move LiveIntervals field to Schedule...
2015-12-04 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-04 Rafael EspindolaModernize the C++ APIs for creating LTO modules.
2015-12-04 Rafael EspindolaMove a call to getGlobalContext out of lib/LTO.
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-04 Matthias Braunraw_ostream: << operator for callables with raw_ostream...
2015-12-04 Xinliang David Li[PGO] Unify VP data format between raw and indexed...
2015-12-04 Cong HouDon't punish vectorized arithmetic instruction whose...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-04 Kevin B. Smith[CodeGen] Minor correction to comment on PhysRegInfo.
2015-12-03 Rafael EspindolaSimplify since this function never fails.
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-12-03 Easwaran RamanInterface to attach maximum function count from PGO...
2015-12-03 Rafael EspindolaDelete dead code.
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Mehdi AminiAdapt comment and rename variable in ModuleLinker to...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-02 David MajnemerRename a header guard to be more appropriate
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Xinliang David Li[PGO] Allow input value node list to be null
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-12-02 Fiona GlaserScheduler / Regalloc: use unique_ptr[] instead of std...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-02 Andy GibbsRollback r254508 and r254511 to fix buildbots
2015-12-02 Andy GibbsFix buildbots broken by r254508
2015-12-02 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 Akira Hatanaka[AttributeSet] Overload AttributeSet::addAttribute...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 David BlaikieDebugInfo\DWARF: Privatize some accidentally public...
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-02 Mehdi AminiModify FunctionImport to take a callback to load modules
2015-12-01 Xinliang David LiDefine member operator delete
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Rafael EspindolaDelete dead code.
next