aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDOBill Wendling2008-12-021-1/+0
* Add rdar reference, make this actually fail when the patch isn't applied.Chris Lattner2008-12-011-2/+4
* Consider only references to an IV within the loop whenDale Johannesen2008-12-011-0/+28
* CellSPU:Scott Michel2008-12-011-7/+74
* Followup to r60283: optimize arbitrary width signed divisions as well Eli Friedman2008-11-301-0/+10
* Fix for PR2164: allow transforming arbitrary-width unsigned divides intoEli Friedman2008-11-302-1/+11
* APIntify a test which is potentially unsafe otherwise, and fix the Eli Friedman2008-11-302-1/+23
* XFAil test due to reverting of patch.Bill Wendling2008-11-271-0/+1
* Avoid inserting noop's in the middle of a loop.Evan Cheng2008-11-271-0/+32
* On x86 favors folding short immediate into some arithmetic operations (e.g. a...Evan Cheng2008-11-272-1/+15
* Add -march=x86.Evan Cheng2008-11-271-1/+1
* Add x86-specific test for add-with-overflow intrinsics.Bill Wendling2008-11-261-0/+41
* Turn on my codegen prepare heuristic by default. It doesn't affect Chris Lattner2008-11-261-2/+2
* Check that running the DAG combiner between typeDuncan Sands2008-11-261-0/+1
* This adds in some code (currently disabled unless you pass Chris Lattner2008-11-261-0/+25
* Teach CodeGenPrepare to look through Bitcast instructions when attempting toChris Lattner2008-11-262-1/+17
* fix an over-reduced test.Chris Lattner2008-11-261-7/+2
* this doesn't need EHChris Lattner2008-11-261-1/+1
* CellSPU:Scott Michel2008-11-251-4/+73
* CellSPU: test should use shlqby, not shlqbyiScott Michel2008-11-251-2/+1
* XFAIL this test. A recent CellSPU check-in broke it.Bill Wendling2008-11-251-0/+1
* Initial support for anti-dependence breaking. Currently this code does notDan Gohman2008-11-251-0/+33
* CellSPU:Scott Michel2008-11-241-0/+27
* CellSPU:Scott Michel2008-11-241-6/+4
* Test add-with-overflow with fast ISel.Bill Wendling2008-11-241-0/+1
* Add support for llvm.uadd.with.overflow.Bill Wendling2008-11-241-1/+18
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-221-6/+108
* CellSPU:Scott Michel2008-11-212-0/+42
* Add generic test for add with overflow.Bill Wendling2008-11-211-0/+23
* Test -pre-RA-sched=fast too, for completeness.Dan Gohman2008-11-201-0/+1
* - Register scavenger should use MachineRegisterInfo and internal map to find ...Evan Cheng2008-11-201-0/+414
* Revert r59640. It broke this test for builds that aren'tDan Gohman2008-11-191-1/+1
* Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman2008-11-191-1/+1
* Add support for rematerialization in pre-alloc-splitting.Owen Anderson2008-11-191-1/+1
* Register scavenger should process early clobber defs first. A dead early clob...Evan Cheng2008-11-181-0/+16
* Reapply r59464, this time using the correct typeDuncan Sands2008-11-189-9/+0
* A simple test for stack protectors. This should be valid on all platforms.Bill Wendling2008-11-181-0/+25
* Revert r59464. It was causing this failure:Bill Wendling2008-11-189-0/+9
* Add soft float support for a bunch more operations. OriginalDuncan Sands2008-11-1711-0/+168
* Remove these, which test for optimizations thatDale Johannesen2008-11-172-45/+0
* Don't produce ADDC/ADDE when expanding SHL unless they are legalRichard Osborne2008-11-171-0/+6
* Removed 2008-10-17-SpillerBug.ll as it does not provide an accurate test of P...Lang Hames2008-11-161-130/+0
* 2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an ac...Lang Hames2008-11-161-0/+1
* Improved shuffle normalization to avoid using extract/build when weMon P Wang2008-11-163-0/+80
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-141-0/+12
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-142-0/+16
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-1/+1
* testcase for PR 1779.Dale Johannesen2008-11-131-0/+19
* Correct some thinkos in the expansion of ADD/SUBDuncan Sands2008-11-121-0/+14
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-121-1/+0