aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-041-0/+1
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-041-0/+10
* Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high 32-bits of a VR64 register.Evan Cheng2008-12-031-0/+24
* Fix some tests. The grep for "il" was matching "file".Rafael Espindola2008-12-036-8/+10
* Add support for ISD::TRAP to the XCore backendRichard Osborne2008-12-031-0/+11
* Fix test.Evan Cheng2008-12-031-4/+2
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-032-0/+118
* Change label to 'carry' for unsigned adds.Bill Wendling2008-12-031-2/+2
* Fix byval arguments in the fastcc calling convention. The fastcc conventionDan Gohman2008-12-032-2/+21
* Add nounwind attributes to this test.Dan Gohman2008-12-031-2/+2
* testcases for recent dag combiner changesDale Johannesen2008-12-033-0/+54
* Remove a (what appears to be) overly strict assertion. Here is what happened:Evan Cheng2008-12-021-0/+18
* CellSPU:Scott Michel2008-12-021-0/+81
* Fix PR3124: overly strict assert.Evan Cheng2008-12-021-0/+15
* 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