oota-llvm.git
2013-09-04 NAKAMURA TakumiWhitespace.
2013-09-04 Rafael EspindolaFix linking of unnamed_addr.
2013-09-04 Tim NorthoverInstCombine: allow unmasked icmps to be combined with...
2013-09-04 Tim NorthoverInstCombine: look for masked compares with subset relation
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-09-04 Eric ChristopherUse Intrinsic::ID for the pattern match templates,...
2013-09-04 Michael GottesmanRevert "Revert "Remove the darwin gdb option, that...
2013-09-04 Michael GottesmanRevert "Remove the darwin gdb option, that version...
2013-09-04 Michael GottesmanAdd llvm namespace to llvm::next.
2013-09-04 Michael GottesmanUse llvm::next() instead of incrementing begin iterator...
2013-09-04 NAKAMURA TakumiMCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
2013-09-04 Eric ChristopherRemove the darwin gdb option, that version of gdb is...
2013-09-04 Eric ChristopherMake the default dwarf version 3 for darwin when we...
2013-09-04 Eric ChristopherIt's a very large constant. Say so.
2013-09-03 Rafael EspindolaAdd r159136 back now that pr13124 has been fixed.
2013-09-03 Daniel Dunbar[lit] Allow config files to pass arbitrary values to...
2013-09-03 Jim GrosbachX86: Mark non-crashing report_fatal_errors() as such.
2013-09-03 Michael Gottesman[objc-arc] Remove dead code from previous commit.
2013-09-03 Michael Gottesman[objc-arc] Turn off the objc_retainBlock -> objc_retain...
2013-09-03 Michael Gottesman[objc-arc] Move some block tests from basic.ll -> retai...
2013-09-03 Bill WendlingAdd comments to the CFI instructions and reformat with...
2013-09-03 Eric ChristopherFix copy and pasto with CMake files for unittest.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
2013-09-03 Eric ChristopherSentences end with periods.
2013-09-03 Nadav RotemEnable late-vectorization by default.
2013-09-03 Matt ArsenaultFix grammar
2013-09-03 Matt ArsenaultTeach InstCombineLoadCast about address spaces.
2013-09-03 Matt ArsenaultUse type form of getIntPtrType in alloca visitor.
2013-09-03 Bill WendlingWIP: Refactor some code so that it can be called by...
2013-09-03 Eric ChristopherAlphabetize.
2013-09-03 Joerg SonnenbergerAdd a Python-like join function to merge a list of...
2013-09-03 Jim GrosbachRevert "Revert "ARM: Improve pattern for isel mul of...
2013-09-03 Eric ChristopherAdd the rest of the stock attributes to the attribute...
2013-09-03 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-09-03 Yi JiangIn this patch we are trying to do two things:
2013-09-03 Joerg SonnenbergerPrint string value for DT_RPATH and DT_RUNPATH.
2013-09-03 Joey Gouly[MC] Revert part of my previous change, I was a bit...
2013-09-03 Eric ChristopherMigrate the DWARF_VERSION constant to 4. It largely...
2013-09-03 Richard Sandiford[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
2013-09-03 Joey Gouly[MC] AvailableFeatures needs to be a uint64_t to match...
2013-09-03 Evgeniy Stepanov[msan] Fix handling of select with struct arguments.
2013-09-03 Evgeniy Stepanov[msan] Fix select instrumentation.
2013-09-03 Daniel Sanders[mips][msa] Added IntrNoMem and removed Commutative...
2013-09-03 Daniel Sanders[mips][msa] Added IntrNoMem to the floating-point intri...
2013-09-03 Venkatraman... [Sparc] Add support for soft long double (fp128).
2013-09-03 Craig TopperAdd hadSideEffects=0 to some instructions.
2013-09-02 Venkatraman... [Sparc] Implement spill and load for long double(f128...
2013-09-02 Tilmann SchellerARM: Default to the Swift CPU when targeting armv7s...
2013-09-02 Tilmann SchellerRevert 189756 for now, it doesn't match what rdar:...
2013-09-02 Tilmann SchellerARM: Default to Swift when compiling for iOS 6 or later.
2013-09-02 NAKAMURA TakumiFileCheck-ize three tests of llvm/test/CodeGen/X86...
2013-09-02 NAKAMURA Takumillvm/test/CodeGen/X86: Update tests with -mattr=-bmi...
2013-09-02 Alexey Samsonov[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER
2013-09-02 Craig TopperCreate BEXTR instructions for (and ((sra or srl) x...
2013-09-02 Elena DemikhovskyAVX-512: updated the list of high-latency instructions.
2013-09-02 Chandler CarruthAdd a clang-format file so that the tool can automatica...
2013-09-02 Elena DemikhovskyAVX-512: gather-scatter tests; added foldable instructions;
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-09-02 Chandler CarruthFix some rather confusing indentation and control flow...
2013-09-02 Dmitri GribenkoAdded std:: qualifier to find() invocation
2013-09-01 Chandler CarruthNuke the hilariously out of date suggestion to unpack...
2013-09-01 Chris LattnerRevert r189704, which removed the guidance about not...
2013-09-01 Elena DemikhovskyAVX-512: Added GATHER and SCATTER instructions.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-09-01 Reed KotlerMake sure we don't generate stubs for any of these...
2013-08-31 Benjamin KramerMark an unreachable code path with llvm_unreachable...
2013-08-31 Benjamin KramerFree PressureDiffs instead of leaking.
2013-08-31 Benjamin KramerSimplifyLibCalls: When emitting an overloaded fp functi...
2013-08-31 Andrew TrickFix my previous checkin to updatePressureDiffs.
2013-08-31 Bill Schmidt[PowerPC] Fast-isel cleanup patch.
2013-08-30 Bill Schmidt[PowerPC] Add integer truncation support to fast-isel.
2013-08-30 Bill SchmidtCorrect partially defined variable
2013-08-30 Chris LattnerRemove the suggestion to not duplicate comments in...
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
2013-08-30 Richard MittonBuild fix
2013-08-30 Richard MittonFixed a bug where diassembling an instruction that...
2013-08-30 Bill WendlingCompulsive reformatting.
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-30 Reed KotlerFix a problem with dual mips16/mips32 mode. When the...
2013-08-30 Andrew TrickUse LiveRangeQuery for instruction-level liveness queries.
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-08-30 Andrey ChurbanovChecking commit access; removed one space added in...
2013-08-30 Benjamin KramerInstCombine: Check for zero shift amounts before subtra...
2013-08-30 Benjamin KramerX86: Add a description of the Intel Atom Silvermont...
2013-08-30 Alexey SamsonovRestore llvm-ranlib expansion in RUN-lines removed...
2013-08-30 Craig TopperFixup BZHI selection to remove an unneeded zero extension.
2013-08-30 Craig TopperRemove unused X86andn_flag node.
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-08-30 Michael GottesmanRevert "ARM: Improve pattern for isel mul of vector...
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew TrickReplace LiveInterval::killedAt with isKilledAtInstr.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-30 Bill Schmidt[PowerPC] Handle selection of compare instructions...
2013-08-30 Bill SchmidtRemove bogus debug statement. Sheesh.
2013-08-30 Bill Schmidt[PowerPC] Miscellaneous fast-isel test cases.
2013-08-30 Bill Schmidt[PowerPC] Add loads, stores, and related things to...
2013-08-30 Andrew Trickcomment typo
2013-08-30 Bill WendlingRandom cleanup: No need to use a std::vector here,...
2013-08-30 Eric ChristopherDon't bother emitting the pubtypes section on darwin...
next