summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Added another test case for am3offset operand, testing Rn, #+/-imm8.Johnny Chen2010-04-15
* Add test case for machine-sink on critical edgesJakob Stoklund Olesen2010-04-15
* Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, notJohnny Chen2010-04-15
* Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is...Evan Cheng2010-04-15
* Fix PR6847. RegScavenger should ignore DebugValues.Jakob Stoklund Olesen2010-04-15
* ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir...Evan Cheng2010-04-15
* enhance the load/store narrowing optimization to handle aChris Lattner2010-04-15
* teach codegen to turn trunc(zextload) into load when possible.Chris Lattner2010-04-15
* add a simple dag combine to replace trivial shl+lshr withChris Lattner2010-04-15
* Implement rdar://7860110 (also in target/readme.txt) narrowingChris Lattner2010-04-15
* further tweak this to do something useful.Chris Lattner2010-04-15
* remove undef control flow.Chris Lattner2010-04-15
* tests: MC/Disassembler tests depend on ARM support being compiler in.Daniel Dunbar2010-04-15
* Remove unneeded types from test.Jakob Stoklund Olesen2010-04-14
* Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operandBob Wilson2010-04-14
* Trim tests and convert to FileCheck.Evan Cheng2010-04-14
* Revert r101213.Nick Lewycky2010-04-14
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-14
* Commit testcase for r101213.Nick Lewycky2010-04-14
* XFAIL this test for powerpc. Devang Patel2010-04-13
* Add test for post-ra machine licm.Evan Cheng2010-04-13
* Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson2010-04-13
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-13
* Fix test on non-x86 hosts.Evan Cheng2010-04-13
* Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng2010-04-13
* Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher2010-04-13
* Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman2010-04-13
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-13
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-13
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-12
* Third time's a charm...Bill Wendling2010-04-12
* Genericize the label test.Bill Wendling2010-04-12
* Correct test to test what I mean it to test.Bill Wendling2010-04-12
* Micro-optimization:Bill Wendling2010-04-12
* Suppress LinearFunctionTestReplace when the computed backedge-takenDan Gohman2010-04-12
* Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen2010-04-12
* Generalize ScalarEvolution's PHI analysis to handle loops that don'tDan Gohman2010-04-12
* Enable post regalloc machine licm by default.Evan Cheng2010-04-12
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-12
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-12
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-12
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-11
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-10
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-10
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-09
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-09
* Make sure this test tests something.Benjamin Kramer2010-04-09
* Add a testcase for svn r100568.Bob Wilson2010-04-09
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-09
* Merge a few fast-isel tests.Dan Gohman2010-04-09