oota-llvm.git
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-12 Jin-Gu KangThis patch removes some of useless instructions generat...
2011-03-12 Jakob Stoklund... Include snippets in the live stack interval.
2011-03-12 Jakob Stoklund... Spill multiple registers at once.
2011-03-12 Sean CallananFixed the comparison operator for the enhanced
2011-03-12 Jakob Stoklund... That's it, I am declaring this a failure of the C+...
2011-03-12 Eric ChristopherSaving files before committing is overrated.
2011-03-12 Eric ChristopherSometimes isPredicable lies to us and tells us we don...
2011-03-12 Jim GrosbachRemove no-longer-correct special case for disasm of...
2011-03-12 Jim GrosbachAdd FIXME.
2011-03-12 Jim GrosbachPseudo-ize the ARM Darwin *r9 call instruction definiti...
2011-03-11 Jim GrosbachAdd a FIXME.
2011-03-11 Jim GrosbachPseudo-ize the ARM 'B' instruction.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachPseudo-ize VMOVDcc and VMOVScc.
2011-03-11 Jim Grosbach80 columns
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Cameron ZwarichFix the GCC test suite issue exposed by r127477, which...
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2011-03-11 Jim Grosbach80 columns.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPfd and VDUPfq can just be patterns. The instruc...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPLNfq and VDUPLNfd definitions can just be Pat...
2011-03-11 Jim GrosbachARM VREV64df and VREV64qf can just be patterns. The...
2011-03-11 Jim GrosbachThis FIXME has been fixed.
2011-03-11 Jim GrosbachProperly pseudo-ize ARM MVNCCi.
2011-03-11 Jim GrosbachAdd missing 'return on failure'. Previously we'd crash...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Oscar FuentesForce re-linking of LLVMgold.so when its exports file...
2011-03-11 Oscar FuentesFix processing of gold.exports.
2011-03-11 Devang PatelWhile printing annotations, print line number and varia...
2011-03-11 Jim GrosbachFix MOVCCi32imm to be have ARM-mode Requires and a...
2011-03-11 Andrew TrickReplace -dag-chain-limit flag with constant. It has...
2011-03-11 Oscar FuentesAdd LTO and gold plugin to the CMake build. Linux-only...
2011-03-11 Benjamin KramerComputeMaskedBits: sub falls through to add, and sub...
2011-03-11 Benjamin KramerInstCombine: Fix a thinko where transform an icmp under...
2011-03-11 Nick LewyckyTeach ComputeMaskedBits about nsw on add. I don't think...
2011-03-11 John WiegleyFix use of CompEnd predicate to be standards conforming
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-03-11 Jim GrosbachTeach TableGen to pre-calculate register enum values...
2011-03-11 Chris Lattnersilence a conditional assignment -Wuninitialized warning.
2011-03-11 Jim GrosbachMake the register enum value part of the CodeGenRegiste...
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachTidy up since ARM MOVCCi and MOVCCi16 are now pseudos.
2011-03-11 Jim GrosbachProperly pseudo-ize ARM MOVCCi and MOVCCi16.
2011-03-11 Eric ChristopherChange the x86 32-bit scheduler to register pressure...
2011-03-11 Evan ChengAvoid replacing the value of a directly stored load...
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Dan GohmanRecursivelyDeleteTriviallyDeadInstructions only needs a
2011-03-10 Rafael EspindolaDon't compute the file size if we don't need to.
2011-03-10 Dan GohmanFix reassociate to postpone certain instruction deletio...
2011-03-10 Jim GrosbachDMB can just be a pat referencing MCR.
2011-03-10 Jim GrosbachReorganize a bit. No functional change, just moving...
2011-03-10 Jim GrosbachPseudo-instructions are codegenonly by definition.
2011-03-10 Jim GrosbachMemory barrier instructions don't need special handling...
2011-03-10 Benjamin KramerInstCombine: Turn umul_with_overflow into mul nuw if...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Rafael EspindolaTry to fix the windows build.
2011-03-10 Jakob Stoklund... Revert r127409 which broke all the Windows bots.
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-10 Chris Lattnerrip out llvm 2.8 release notes to make room for llvm...
2011-03-10 Cameron ZwarichAdd an option to disable critical edge splitting in...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-10 Jakob Stoklund... Change the Spiller interface to take a LiveRangeEdit...
2011-03-10 Jakob Stoklund... Make SpillIs an optional pointer. Avoid creating a...
2011-03-10 Francois PichetUnbreak the CMake build.
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-10 Devang PatelIntroduce DebugInfoProbe. This is used to monitor how...
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengRestore the default implementation of getCrossCopyRegCl...
2011-03-09 Daniel DunbarRevert "Re-enable test and hope to silence the buildbot...
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-09 Benjamin KramerFix a pasto that broke all x86_64-elf targets.
2011-03-09 Stuart HastingsTweak test to work on Linux.
2011-03-09 Stuart HastingsDisable this test temporarily to reduce BuildBot compla...
2011-03-09 Devang PatelPreserve line number information while simplifying...
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Bruno Cardoso... Add a testcase for the addc improvements introduced...
2011-03-09 Bruno Cardoso... Re-enable test and hope to silence the buildbots
2011-03-09 Bruno Cardoso... try to make o32 cc tests less specific to silence some...
2011-03-09 Johnny ChenLLVM combines the offset mode of A8.6.199 A1 & A2 into...
2011-03-09 Eric ChristopherMake these options hidden to reduce the amount of text...
2011-03-09 Devang PatelThese llvm.dbg.* constants are not used anymore.
2011-03-09 Jakob Stoklund... Make physreg coalescing independent on the number of...
2011-03-09 Jakob Stoklund... Delete a test case that is very sensitive to coalescer...
2011-03-09 Bruno Cardoso... Improve varags handling, with testcases. Patch by Sasa...
2011-03-09 Andrew TrickThis test case should work with list-ilp or list-burr.
2011-03-09 Andrew TrickImprove pre-RA-sched register pressure tracking for...
2011-03-09 Jan SjödinAdd createELFObjectTargetWriter method to TargetAsmBack...
2011-03-09 Jan SjödinMissing file from previous commmit (127341) for Initial...
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
next