[X86] Part 2 to fix x86-64 fp128 calling convention.
[oota-llvm.git] / include /
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Pete CooperAdd missing vtable anchor's.
2015-12-14 Krzysztof Parzyszek[Packetizer] Make endPacket virtual
2015-12-14 Sanjoy DasTeach haveSameSpecialState about operand bundles
2015-12-14 Krzysztof ParzyszekAdd "const" to function arguments in DFAPacketizer
2015-12-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 Paul RobinsonFastISel needs to remove dead code when it bails out.
2015-12-14 NAKAMURA TakumiReformat to untabify.
2015-12-13 Michael Zuckerman[X86][inline asm] support even directive
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-13 Nico WeberRevert r255444.
2015-12-12 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Diego NovilloSamplePGO - Reduce memory utilization by 10x.
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-11 Xinliang David Li[PGO] Read VP raw data without depending on the Value...
2015-12-10 Xinliang David LiAdd a forward declaration (NFC)
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
2015-12-10 Rafael EspindolaAvoid undefined behavior when vector is empty.
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
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...
next