[sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as another...
[oota-llvm.git] / include /
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add header that was accidenta...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Benjamin KramerRemove the remaining uses of abs64 and nuke it.
2015-03-09 Rafael EspindolaDelete dead code. NFC.
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-09 Mehdi AminiDCE: isArrayMalloc() is not used neither in LLVM nor...
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-07 Chandler Carruth[Modules] Include the header needed for make_unique...
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...
2015-03-07 Eric ChristopherTypo.
2015-03-06 Richard Smith[modules] Mark Analysis/TargetLibraryInfo.def as a...
2015-03-06 Frederic RissAdd DIEInteger::setValue() method.
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-06 James Molloy[ConstantRange] Teach multiply to be cleverer about...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-06 Rafael EspindolaRemember to move a type to the correct set when setting...
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.
next