oota-llvm.git
2013-07-26 Owen AndersonWhen InstCombine tries to fold away (fsub x, (fneg...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-26 Eric ChristopherUse more parens to clarify assert.
2013-07-26 Eric ChristopherRemove addLetterToHash, no functional change.
2013-07-26 Akira Hatanaka[mips] Implement llvm.trap intrinsic.
2013-07-26 Akira Hatanaka[mips] Fix FP conditional move instructions to have...
2013-07-26 Rafael EspindolaAdd missing 'n'.
2013-07-26 Akira Hatanaka[mips] Fix FP branch instructions to have explicit...
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-26 Akira Hatanaka[mips] Increase the number of floating point condition...
2013-07-26 Akira Hatanaka[mips] Fix floating point branch, comparison, and condi...
2013-07-26 Akira Hatanaka[mips] Delete register print method MipsInstPrinter...
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
2013-07-26 Stephen LinRemove trailing whitespace.
2013-07-26 Stephen LinCorrect case of m_UIToFp to m_UIToFP to match instructi...
2013-07-26 Eric ChristopherCollapse conditional and add an assert for unhandled...
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-07-26 Eric ChristopherMove this to the X86 directory, unfortunately the hashe...
2013-07-26 Eric ChristopherRegenerate.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-26 Eric ChristopherAdd a way to get the context of any particular scope.
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-26 Rafael EspindolaExtend the lifetime of the strings passed to posix_spaw...
2013-07-26 Rafael EspindolaImprove our error handling on windows.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand ...
2013-07-26 Rafael EspindolaRevert "Add a target legalize hook for SplitVectorOperand"
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand
2013-07-26 Richard Osbornetest commit
2013-07-26 Richard Osborne[XCore] Add TODO regarding byval structs
2013-07-26 Chandler CarruthRe-implement the analysis of uses in mem2reg to be...
2013-07-26 Craig TopperAdd test cases for the various instruction alias and...
2013-07-26 Craig TopperFix more Intel syntax issues with FP instruction aliase...
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-07-26 Craig TopperTake advantage of the register enums being in order...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Bill WendlingAdd a bool->StringRef c'tor to StringRef.
2013-07-25 Hans WennborgPhabricator.rst: tiny fix
2013-07-25 Aaron BallmanUsing a different loop induction variable than the...
2013-07-25 Roman DivackyPPC32 va_list is an actual structure so va_copy needs...
2013-07-25 Manman RenDebug Info: update comments and add a FIXME.
2013-07-25 Rafael EspindolaRemove dead code from the makefile build system.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Rafael EspindolaRemove empty directories
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-25 Andrew TrickRegAllocGreedy comment.
2013-07-25 Andrew TrickEvict local live ranges if they can be reassigned.
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-25 Adrian Prantltypo.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-25 Tim NorthoverAArch64: add llc-based tests for previous commit.
2013-07-25 Tim NorthoverAArch64: fix even more JIT failures
2013-07-25 Rafael EspindolaDon't end a file name with a dot. It looks odd.
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
2013-07-25 Justin HolewinskiFix a bug in TableGen where the intrinsic function...
2013-07-25 Richard SandifordFix a comment cut-&-pasto.
2013-07-25 Richard Sandiford[SystemZ] Rework compare and branch support
2013-07-25 Richard Sandiford[SystemZ] Add LOCR and LOCGR
2013-07-25 Richard Sandiford[SystemZ] Add LOC and LOCG
2013-07-25 Richard Sandiford[SystemZ] Add STOC and STOCG
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Andrew TrickMI Sched: track register pressure by importance of...
2013-07-25 Andrew TrickRegPressure: Order the "pressure sets" by number of...
2013-07-25 Andrew TrickDump LIS before regalloc. MI sched changes them.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-25 Nick LewyckyCheck that TD isn't NULL before dereferencing it down...
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-24 Bill WendlingAdd helpful accessor methods to get the specified funct...
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Jakob Stoklund... Speling.
2013-07-24 Quentin ColombetFix a bug in IfConverter with nested predicates.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Rafael Espindolaadd -disable-debug-info-verifier to 3 test to fix tests...
2013-07-24 Akira Hatanaka[mips] Make MipsAsmParser::parseCCRRegs return NoMatch...
2013-07-24 Jakob Stoklund... Update old llc documentation.
2013-07-24 Petar Jovanovic[mips] Remove XFAIL from test-ptr-reloc-remote.ll
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-24 Benjamin KramerTRE: Move class into anonymous namespace.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Rafael EspindolaAdd -disable-debug-info-verifier to a RUN line.
2013-07-24 Rafael EspindolaDon't leak when expanding response files.
2013-07-24 Rafael EspindolaDelete the buffer in createObjectFile if it fails.
2013-07-24 Rafael Espindolallvm-ar is far closer to being a regular ar implementat...
2013-07-24 Petar Jovanovic[test commit] Minor comment change.
2013-07-24 Chandler CarruthFix a problem I introduced in r187029 where we would...
2013-07-24 Elena DemikhovskyI'm starting to commit KNL backend. I'll push patches...
2013-07-24 Chandler CarruthFix PR16687 where we were incorrectly promoting an...
2013-07-24 David Fangallow tests to run on powerpc-darwin8 again, checking...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-24 Craig TopperRevert accidental commit.
2013-07-24 Craig TopperFix aliases for shrd/shld to handle Intel syntax proper...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-24 Eric ChristopherReplace with a "null" RAUW with an assert since we...
2013-07-24 Eric ChristopherRemove dead code.
2013-07-24 Manman RenUpdate testing cases to make them pass debug info verif...
2013-07-24 Eric ChristopherRemove unnecessary constructors as the default conversi...
2013-07-24 Eric ChristopherMore constructor cleanup.
next