[TableGen] Remove !! that I can't really explain why I wrote. Also remove some unnece...
[oota-llvm.git] / lib /
2015-05-16 Craig Topper[TableGen] Remove !! that I can't really explain why...
2015-05-16 Craig TopperCorrect indentation. NFC
2015-05-16 Craig Topper[TableGen] Restructure a loop to make it exit early...
2015-05-16 Matthias BraunMachineSink: Collect registers before clearing their...
2015-05-16 Ahmed Bougacha[MemCpyOpt] Turn memcpy from just-memset'd source into...
2015-05-16 Ahmed Bougacha[MemCpyOpt] Remove dead argument. NFC.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull...
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-16 Filipe Cabecinhas[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with...
2015-05-16 Duncan P. N. Exon... MC: Merge MCSymbol and MCSymbolData
2015-05-15 Filipe CabecinhasRemove redundant checks. NFC
2015-05-15 Duncan P. N. Exon... MC: Reduce MCAssembler::Symbols API exposure, NFC
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Pete CooperMove some methods to a new MCInstrDesc.cpp file to...
2015-05-15 David Majnemer[RuntimeDyld] Use isInt to assert that a relocation...
2015-05-15 David Majnemer[X86] Use a better sentinel offset for the FrameAddr...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-15 Jingyue Wu[NFC] remove an extra new line
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-15 James MolloyRevert "Canonicalize min/max expressions correctly."
2015-05-15 James Molloy[SDAGBuilder] Make the AArch64 builder happier.
2015-05-15 Jingyue Wu[SLSR] handle (B | i) * S
2015-05-15 James MolloyMark SMIN/SMAX/UMIN/UMAX nodes as legal and add pattern...
2015-05-15 James MolloyCanonicalize min/max expressions correctly.
2015-05-15 James MolloyAllow min/max detection to see through casts.
2015-05-15 Daniel Sanders[xcore] Only support the 'm' inline assembly memory...
2015-05-15 James Molloy[DependenceAnalysis] Fix for PR21585: collectUpperBound...
2015-05-15 Toma Tabacu[mips] [IAS] Fix expansion of negative 32-bit immediate...
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-15 Akira HatanakaStop resetting SanitizeAddress in TargetMachine::resetT...
2015-05-14 Justin BognerMC: Avoid some UB caused by left shifting a negative...
2015-05-14 Jingyue Wu[ValueTracking] refactor: extract method haveNoCommonBi...
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-14 Kostya Serebryany[lib/Fuzzer] Add SHA1 implementation from public domain.
2015-05-14 Eric ChristopherRemove setting FloatABIType from the X86 port, nothing...
2015-05-14 Wei MiAdd another InstCombine pass after LoopUnroll.
2015-05-14 Davide ItalianoDon't rely on implicit pointerness of 'auto'.
2015-05-14 Alex LorenzFix memory leak introduced in r237314.
2015-05-14 Brendon Cahoon[Hexagon] Generate hardware loop for a vectorized loop
2015-05-14 Matthias BraunTurn effective assert(0) into llvm_unreachable
2015-05-14 Andrea Di Biagio[ConstantFolding] Fix wrong folding of intrinsic 'conve...
2015-05-14 Matthias BraunTargetSchedule: factor out common code; NFC
2015-05-14 Matthias BraunRemove MCInstrItineraries includes in parts that don...
2015-05-14 Brendon Cahoon[Hexagon] Remove dead constant assignment in hardware...
2015-05-14 Douglas KatzmanReflow long lines of some LLVMBuild files
2015-05-14 Toma Tabacu[mips] [IAS] Enforce .set nomacro.
2015-05-14 Brendon Cahoon[Hexagon] Check for underflow/wrap in hardware loop...
2015-05-14 Toma Tabacu[mips] [IAS] Emit .set macro/nomacro.
2015-05-14 Vasileios Kalintiris[mips] Do not place users of $ra in the delay slot...
2015-05-14 Artyom SkrobovRe-apply r237247 - [AArch64] Codegen VMAX/VMIN for...
2015-05-14 Adam NemetAttempt to fix MSVC bots
2015-05-14 Adam NemetNew Loop Distribution pass
2015-05-14 Toma Tabacu[mips] [IAS] Warn when LA is used with a 64-bit symbol.
2015-05-14 Toma Tabacu[mips] [IAS] Give expandLoadAddressSym() more specific...
2015-05-14 Vladimir Sukharev[AArch64] Slight naming changes and comments for AArch6...
2015-05-14 Elena DemikhovskyAVX-512: Added i1 type handling for calling conventions.
2015-05-14 Justin BognerTableGen: Avoid undefined behaviour by doing this shift...
2015-05-14 Craig Topper[TableGen] Remove an unnecessary outer 'if' around...
2015-05-14 Craig Topper[TableGen] Simplify some code. NFC
2015-05-14 Craig Topper[TableGen] Replace some calls to ListInit::getSize...
2015-05-14 Andy AyersDon't omit the constant when computing a cross-section...
2015-05-14 Ahmed Bougacha[CodeGen] Use standard -not gnueabi- naming for f16...
2015-05-13 Nick LewyckyRevert r237046. See the testcase on the thread where...
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-13 David Blaikie[opaque pointer type] Use the value type of the GlobalV...
2015-05-13 David Blaikie[opaque pointer type] Use GlobalVariable::getValueType...
2015-05-13 Douglas Katzman[X86] Fix PR23271 - RIP-relative decoding bug in disass...
2015-05-13 Pete CooperConstruct ArrayRef<const T*> from vector<T>
2015-05-13 Pete CooperAdd llvm::all_of which wraps std::all_of.
2015-05-13 Justin BognerInstrProf: Treat functions with a coverage map but...
2015-05-13 Tim NorthoverARM: remove possible vestiges of the legacy JIT???
2015-05-13 Tim NorthoverARM: remove custom jump table UID
2015-05-13 Tim NorthoverARM: refactor optimizeThumb2JumpTables.
2015-05-13 Sanjoy Das[Safepoints][Verifier] Fix a tautological Assert.
2015-05-13 Sanjoy Das[PlaceSafepoints] New attributes for patchable statepoints.
2015-05-13 Davide Italiano[LoopIdiomRecognize] Use auto + range-based loop. NFC...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 David Blaikie[opaque pointer type] Constant Folding: Use GEPOperator...
2015-05-13 David Blaikie[opaque pointer type] Pass the explicit function type...
2015-05-13 Kostya Serebryany[lib/Fuzzer] enable -use_counters=1 by default
2015-05-13 Jingyue Wu[NaryReassociate] avoid running forever
2015-05-13 Brendon Cahoon[Hexagon] Generate loop1 instruction for nested loops
2015-05-13 Diego NovilloAdd function entry counts from sample profiles.
2015-05-13 Toma Tabacu[mips] [IAS] Preemptively fix warning introduced by...
2015-05-13 Yaron KerenUpdate ELFObjectWriter::reset() following r236255.
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-13 Teresa JohnsonTest commit: Remove unnecessary spaces.
2015-05-13 Brendon Cahoon[Hexagon] Generate hardware loop when loop has a critic...
2015-05-13 Jozef Kolek[mips][microMIPSr6] Implement CLO and CLZ instructions
2015-05-13 Silviu BarangaRevert r237247 - [AArch64] Codegen VMAX/VMIN.. as it...
2015-05-13 Toma Tabacu[mips] [IAS] Unify common functionality of LA and LI.
next