Merge duplicated code.
[oota-llvm.git] / include /
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-19 James Y KnightPossibly fix MSVC compilation after r256054.
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Xinliang David Li[PGO] Cleanup: Move large member functions out of line...
2015-12-18 James Y KnightRewrite the TrailingObjects template to provide two...
2015-12-18 Rafael Espindolagit-clang-format a region I am about to change.
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-18 Alexey Samsonov[Symbolize] Improve the ownership of parsed objects.
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-18 Rafael EspindolaRemove redundant argument. NFC.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Teresa JohnsonRename variables to reflect linker split (NFC)
2015-12-18 Eric ChristopherConvert Arg, ArgList, and Option to dump() to dbgs...
2015-12-18 Eric ChristopherAdd a dump method for ArgList.
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-18 Rafael Espindolaclang-format to reduce diff in another patch.
2015-12-18 Vedant KumarRevert "[Option] Introduce Arg::print(raw_ostream&...
2015-12-18 Vedant Kumar[Option] Introduce Arg::print(raw_ostream&) and use...
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Cong Hou[BranchProbability] Remove the restriction that known...
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-17 Tobias GrosserDOTGraphTraits: Allow the decision to show a graph...
2015-12-17 Xinliang David Li[PGO] InstrPGO and coverage code refactoring (NFC)
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Rafael EspindolaDrop an unnecessary use of writev.
2015-12-16 Rafael EspindolaSimplify memory management with std::unique_ptr.
2015-12-16 Ahmed Bougacha[CodeGen] Make MachineInstrBuilder::copyImplicitOps...
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-16 Krzysztof Parzyszek[Hexagon] Update e_flags in the ELF definitions
2015-12-16 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-16 Tom StellardMachineScheduler: Add a target hook for deciding which...
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
next