[RewriteStatepointsForGC] Yet more test cases for relocation
[oota-llvm.git] / include /
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 Reid KlecknerRevert busted CallSite change from r231386
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Erik EcksteinRevert r231276 (including r231277): Add a lock() functi...
2015-03-05 Kit BartonWhile reviewing the changes to Clang to add builtin...
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
2015-03-05 NAKAMURA TakumiReformat.
2015-03-05 NAKAMURA TakumiRevert r231104, "unique_ptrify FullDependenceAnalysis...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Frederic RissMake the DWARFAbbreviationDeclaration::AttributeSpec...
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Reid KlecknerAdd missing <atomic> include to PassRegistry.h
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2015-03-04 David BlaikieRecommit r231221: "Devirtualize ~parser<T> by making...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 NAKAMURA TakumiRevert r231221, "Devirtualize ~parser<T> by making...
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-04 David BlaikieRemove explicit RNSuccIterator copy assignment in favor...
2015-03-04 David Blaikieuse = default instead of {}
2015-03-04 David BlaikieMake format_object_base explicitly copyable, so format_...
2015-03-04 David BlaikieDevirtualize ~parser<T> by making it protected in base...
2015-03-04 David BlaikieAvoid copying parser objects
2015-03-04 David BlaikieMake OptionValue explicitly copyable
2015-03-04 David BlaikieDevirtualize OptionValue::~OptionValue in favor of...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Zachary Turner[llvm-pdbdump] Display full enum definitions.
2015-03-04 Chaoren LinRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 Rui UeyamaObject: Add range iterators to Archive symbols
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-03-04 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-04 David BlaikieRecommit r231175: Change LiveStackAnalysis::SS2Interval...
2015-03-04 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-03-03 David BlaikieAdd missing header include
2015-03-03 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-03 David BlaikieChange LiveStackAnalysis::SS2IntervalMap from std:...
2015-03-03 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-03-03 David Blaikieunique_ptrify LiveRange::segmentSet
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-03-03 David BlaikieFix the build broken in r231142
2015-03-03 David BlaikieCFG::SuccessorIterator: Remove explicit copy assignment...
2015-03-03 David BlaikieCFG::SuccessorIterator::SuccessorProxy:: Expliictly...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRemove the explicit SUnitIterator::operator= as the...
2015-03-03 David BlaikieRemove LatencyPriorityQueue::dump because it relies...
2015-03-03 David Blaikieunique_ptrify ResourcePriorityQueue::ResourceModel
2015-03-03 David BlaikieRemove ResourcePriorityQueue::dump as it relies on...
2015-03-03 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-03-03 David BlaikieDeltaAlgorithm: Provide protected default copy ctor...
2015-03-03 David BlaikieRemove explicit no-op dtor in favor of the implicit...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the implicit...
2015-03-03 David BlaikieRemove explicit copy assignment operator in favor of...
2015-03-03 David Blaikieunique_ptrify FullDependenceAnalysis::DV
2015-03-03 David BlaikieRemove some explicit copy assignment operators is favor...
2015-03-03 David Blaikie[Small]BitVector::reference: Explicitly default copy...
2015-03-03 David BlaikieTwine: Explicitly default the copy ctor as it's otherwi...
2015-03-03 David BlaikieDenseMapIterator: Avoid explicitly declaring the copy...
2015-03-03 Reid KlecknerMake llvm.eh.begincatch use an outparam
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-03 Duncan P. N. Exon... IR: Add missing API to specialized metadata nodes
2015-03-03 Daniel BerlinAdd range iterators to Extract/InsertValueInst indices
2015-03-03 Sanjoy DasRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-03 Ahmed Bougacha[X86] Special-case 2x CMOV when custom-inserting.
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-02 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-02 Benjamin KramerIndexedMap: Document why SmallVector<T, 0> is preferabl...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Jan VeselySupport: Use const pointers for reads.
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
2015-03-02 Michael ZolotukhinFix a copy-paste bug.
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Rui UeyamaSupport: Add {read,write}{16,32,64}{le,be} functions.
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Zachary Turner[llvm-pdbdump] Many minor fixes and improvements
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Benjamin KramerAdd another missing header that used to be included...
2015-03-01 Benjamin KramerFix a really bad typo in my last commit.
2015-03-01 Benjamin KramerArrayRef: Put back std::equal for operator== with a...
2015-03-01 Benjamin KramerAnother missing include for MSVC.
2015-03-01 Benjamin Kramerstd::function is part of <functional>, not <utility>
2015-03-01 Benjamin KramerAdd another missing include for MSVC.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-03-01 Arnaud A. de Grand... [PBQP] Do not add an edge between nodes with totally...
2015-03-01 Benjamin KramerMake VTs and UnicodeCharSet ctors constexpr if the...
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
next