oota-llvm.git
2015-02-27 Chandler Carruth[x86] Make the single-input v8i16 lowering directly...
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
2015-02-27 Anna Zaks[asan] Skip promotable allocas to improve performance...
2015-02-27 Sanjoy DasDon't modify the DenseMap being iterated over from...
2015-02-27 Sanjoy DasFix a use-iterator-after-invalidate error
2015-02-27 Charles DavisTarget/X86: Save Win64 non-volatile registers in a...
2015-02-27 David Majnemerllvm-vtabledump: Dump catch/throw exception structures...
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
2015-02-26 Rafael EspindolaPut jump tables in distinct sections if -ffunction...
2015-02-26 Lang Hames[Orc][Kaleidoscope] More tutorial cleanup, a little...
2015-02-26 Zachary Turner[llvm-pdbdump] Add missing files.
2015-02-26 Zachary Turner[llvm-pdbdump] Fix dumping of function pointers and...
2015-02-26 Eric ChristopherRemove commented out function.
2015-02-26 Eric ChristopherRemove DebugLoc::print(LLVMContext, raw_ostream), it...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherAdd a TargetMachine argument to the AddressingModeMatch...
2015-02-26 Chandler Carruth[x86] Fix PR22706 where we would incorrectly try lower...
2015-02-26 Rafael EspindolaSimplify arange output.
2015-02-26 Reid KlecknerRe-instate the pragma optimize hack for MSVC, but not...
2015-02-26 Chandler Carruth[x86] Restructure the comments and the conditions for...
2015-02-26 Chandler Carruth[x86] Re-order the combines of select in the X86 backen...
2015-02-26 Chandler Carruth[x86] Add an assert to catch if we ever try to blend...
2015-02-26 Reid KlecknerRemove stale pragma hack for an unsupported MSVC version
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-26 Reid KlecknerUse wider type for overflow check on LLP64 platforms...
2015-02-26 Sanjoy DasIRCE: add a test case for r230619.
2015-02-26 Justin BognerInstrProf: Simplify the construction of BinaryCoverageR...
2015-02-26 Justin BognerInstrProf: Rename ObjectFileCoverageMappingReader to...
2015-02-26 Sanjoy DasSCEVExpander incorrectly marks generated subtractions...
2015-02-26 Nico WeberTry to fix a docs link.
2015-02-26 Frederic Riss[MC] Use the non-EH register mapping in the debug_frame...
2015-02-26 Eric ChristopherSupport bitrig in autoconf build system.
2015-02-26 Reid KlecknerDon't sibcall between SysV and Win64 convention functions
2015-02-26 Lang Hames[Orc][Kaleidoscope] Fix a missed symbol mangling operat...
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
2015-02-26 Paul RobinsonWhen the source has a series of assignments, users...
2015-02-26 Lang Hames[Orc][Kaleidoscope] More diff-reduction between tutoria...
2015-02-26 Petar JovanovicFix justify error for small structures in varargs for...
2015-02-26 Rafael Espindolagold-plugin: "Upgrade" debug info and handle its warnings.
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to support hwdiv...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to specify the...
2015-02-26 Adam Nemet[LV/LoopAccesses] Backward dependences are not safe...
2015-02-26 Tom StellardR600/SI: Remove M0 from DS assembly strings
2015-02-26 Bruno Cardoso... [X86][MMX] Fix a typo in a couple of tests
2015-02-26 Bruno Cardoso... [X86][MMX] Remove widening experimental flag from MMX...
2015-02-26 Michael Kuperstein[X86][Haswell][SchedModel] Fix WriteMULm latency.
2015-02-26 Hal Finkel[InstCombine] Add a test for altivec load/store intrins...
2015-02-26 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-26 Chandler Carruth[x86] Sink the single-input v8i16 lowering code that...
2015-02-26 Chandler Carruth[x86] Remove a SimpleTy usage. No need for it here...
2015-02-26 Sanjoy DasIRCE: only touch loops that have been shown to have...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Chandler Carruth[x86] Make the vector shuffle helpers order the SDLoc...
2015-02-26 Duncan P. N... IR: Use '= default' instead of r230609, NFC
2015-02-26 Duncan P. N... FileCheck: Add CHECK-SAME
2015-02-26 Duncan P. N... IR: Add default constructor for DIImportedEntity
2015-02-26 Adam Nemet[LoopAccesses] Add command-line option for RuntimeMemor...
2015-02-26 Sanjoy DasIRCE: print newline after printing an InductiveRangeCheck.
2015-02-26 Philip Reames[GC docs] Add example IR, assembly, and stackmaps to...
2015-02-26 David MajnemerReplace a few instances of NULL with nullptr.
2015-02-26 Reid KlecknerPass /nologo to ml64 for quieter builds
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-26 Eric ChristopherRemove a FIXME.
2015-02-26 Eric ChristopherFix a couple of depedent->dependent typos.
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 Ramkumar RamachandraMemDepPrinter: Fix some nits introduced in r228596
2015-02-25 Philip Reames[GC docs] More minor word tweaks to make the GC bits...
2015-02-25 Philip Reames[GC Docs] Update LangRef to link to Statepoint docs
2015-02-25 Philip Reames[GC docs] Fill in description of the statepoint-example...
2015-02-25 Philip Reames[GC Docs] Minor wording clarification
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-25 Justin BognerInstrProf: Make the __llvm_profile_runtime_user symbol...
2015-02-25 Duncan P. N... IR: Drop newline from AssemblyWriter::printMDNodeBody()
2015-02-25 Sanjay Patelonly propagate equality comparisons of FP values that...
2015-02-25 Justin BognerInstrProf: Remove dead code in CoverageMappingReader
2015-02-25 Eric ChristopherMove TargetLoweringBase::getTypeConversion to the ...
2015-02-25 JF BastienInstCombine: extract instead of shuffle when performing...
2015-02-25 Frederic Riss[dwarfdump] Fix frame info register number dump.
2015-02-25 Duncan P. N... IR: Annotate dump methods with LLVM_DUMP_METHOD
2015-02-25 Frederic RissTry to appease buildbots.
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 Frederic Riss[dwarfdump] Make debug_frame dump actually useful.
2015-02-25 Frederic Riss[dwarfdump] Don't print meaningless pointer.
2015-02-25 Frederic RissDWARFDebugFrame: Move some code around. NFC.
2015-02-25 Frederic RissDWARFDebugFrame: Add some trivial accessors. NFC.
2015-02-25 Frederic RissDWARFDebugFrame: Actually collect CIEs associated with...
2015-02-25 Manman Ren[LTO API] fix memory leakage introduced at r230290.
2015-02-25 David MajnemerX86, Win64: Allow 'mov' to restore the stack pointer...
2015-02-25 Lang Hames[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutor...
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-25 Zachary Turner[CMake] Fix the clang-cl self host build.
2015-02-25 Andrew KaylorFixing a problem with insert location in WinEH outlining
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-25 Hal Finkel[PowerPC] Cleanup unused target-specific SDAG nodes
2015-02-25 Matthias BraunAArch64: Add debug message for large shift constants.
2015-02-25 Sanjay PatelFix really obscure bug in CannotBeNegativeZero() (PR22688)
2015-02-25 Chris Lattnerfix a typo
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-25 Bruno Cardoso... [X86][MMX] Reapply: Add MMX instructions to foldable...
2015-02-25 Bruno Cardoso... [X86][MMX] Prevent MMX_MOVD64rm folding
next