Revert "[llvm-readobj] Simplify usage of -codeview flag"
[oota-llvm.git] / include /
2015-12-16 Krzysztof Parzyszek[Packetizer] Add a check whether an instruction should...
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-16 Keno Fischer[SectionMemoryManager] Make better use of virtual memory
2015-12-16 Vikram TVRecommit LiveDebugValues pass after fixing a couple...
2015-12-16 George Burgess IVMinor cleanup of Attribute code. NFC.
2015-12-16 Justin BognerLPM: Simplify how passes mark loops for deletion. NFC
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (LLVM part).
2015-12-15 Reid KlecknerWrap include of <future> in some warning suppression...
2015-12-15 Eric ChristopherAdd support for the .debug_macro section of the forthco...
2015-12-15 Reid KlecknerFix clang-cl self-host with MSVC 2013 STL std::bind...
2015-12-15 Reid Kleckner[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Xinliang David LiCoverage code refactoring /NFC
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-15 Tom StellardAMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics
2015-12-15 Tom StellardAMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-15 Justin BognerLoopUtils: Remove defaults for arguments that are alway...
2015-12-15 Teresa JohnsonFix template parameter pack handling in ThreadPool
2015-12-15 Weiming ZhaoBump up MAX_SUBTARGET_FEATURES
2015-12-15 Vaivaswatha NagarajNFC: Fix typo in comment
2015-12-15 Nico WeberTry to let r255604 have an effect.
2015-12-15 Mehdi AminiAdd specific header for MSVC to be able to build with...
2015-12-15 Mehdi AminiInstcombine: destructor loads of structs that do not...
2015-12-15 Cong HouLet operator/ with uint32_t rhs operand be a member...
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-14 Rafael EspindolaYet another missing include.
2015-12-14 Rafael EspindolaA better attempt to add a missing include
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
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...
next