Fix a grammar issue I introduced.
[oota-llvm.git] / include /
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Eric ChristopherRemove dead code.
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Quentin Colombet[CodeGenPrepare] Refine the cost model provided by...
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
2015-03-10 Rafael Espindolaclang-format these declarations. NFC.
2015-03-10 Rafael EspindolaDon't repeat names in comments. NFC.
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
2015-03-10 Adam Nemet[LAA-memchecks 3/3] Introduce pointer partitions for...
2015-03-10 Adam Nemet[LAA-memchecks 2/3] Move number of memcheck threshold...
2015-03-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-03-10 Adam Nemet[LoopAccesses 2/3] Allow querying of interesting depend...
2015-03-10 Adam Nemet[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Chad Rosier[BranchFolding] Remove MMOs during tail merge to preser...
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-10 Rafael EspindolaDon't repeat names and clang-format this file.
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
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...
next