aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Change all floating constants that are not exactlyDale Johannesen2007-09-0512-17/+17
* Testcases for PR1628.Duncan Sands2007-09-053-0/+11
* Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling2007-09-051-0/+15
* Fix for PR1632. EHSELECTION always produces a i32 value.Evan Cheng2007-09-041-0/+38
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+20
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-0/+10
* Initial support for calling functions with byval arguments on x86-64Rafael Espindola2007-08-311-0/+19
* Update test case to reflect Dale's change.Evan Cheng2007-08-311-1/+3
* Do not run on darwin.Tanya Lattner2007-08-301-2/+2
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-301-1/+2
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-08-274-4/+4
* Remove this test as it is too hard to fix after theDuncan Sands2007-08-271-1621/+0
* Now that we don't output cleanups by default, the actionDuncan Sands2007-08-271-1/+1
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-274-0/+36
* call libc memcpy/memset if array size is bigger then threshold.Rafael Espindola2007-08-271-14/+16
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-251-0/+8
* update test to check that codegen works with llvm.used in llvm.metadata sectionAndrew Lenharth2007-08-221-1/+1
* Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)Evan Cheng2007-08-181-0/+25
* New test. Make sure dynamic_stackalloc size is rounded up.Evan Cheng2007-08-161-0/+16
* Update test: dynamic_stackalloc size *must* be rounded to ensure stack ptr be...Evan Cheng2007-08-161-1/+8
* add byval testRafael Espindola2007-08-161-0/+10
* Implement FPOWI ExpandOp.Lauro Ramos Venancio2007-08-151-0/+16
* Test case for PR1609.Evan Cheng2007-08-151-0/+106
* This test used "wc | grep ..."; convert it to use the count script.Dan Gohman2007-08-151-4/+4
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-154-9/+9
* Delete extraneous uses of wc -l.Dan Gohman2007-08-152-2/+2
* Convert another test to use the count script. This one didn't fit theDan Gohman2007-08-151-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15173-383/+383
* New test.Evan Cheng2007-08-141-0/+116
* Test case for PR1596.Evan Cheng2007-08-141-0/+28
* tcl seems to hate |& for some reason.Chris Lattner2007-08-141-1/+1
* switch this to use fastcc to avoid fpstack traffic on x86-32. Switch to Chris Lattner2007-08-141-5/+5
* Update test case. A spill should now be deleted.Evan Cheng2007-08-141-1/+2
* Spiller reuse test case.Evan Cheng2007-08-141-0/+102
* Now capable of rematerializing coalesced live intervals.Evan Cheng2007-08-132-0/+236
* When x86 addresses matching exceeds its recursion limit, check toDan Gohman2007-08-131-0/+47
* Fix PR1607Chris Lattner2007-08-131-0/+12
* Fix test so it passes.Christopher Lamb2007-08-101-1/+1
* Increase efficiency of sign_extend_inreg by using subregisters for truncation...Christopher Lamb2007-08-102-2/+12
* Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub...Christopher Lamb2007-08-101-0/+23
* Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT toDan Gohman2007-08-101-0/+11
* allow this to pass on ppc hosts.Chris Lattner2007-08-051-1/+1
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-043-13/+15
* Fix the alignment requirements of several unpck and shuf instructions.Dan Gohman2007-08-021-0/+50
* Mark the SSE and MMX load instructions thatDan Gohman2007-08-021-0/+10
* Fix test.Evan Cheng2007-08-021-1/+1
* New test. Bogus implicit-def prevented a copy from being coalesced.Evan Cheng2007-08-011-0/+8
* Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio2007-08-011-0/+16
* we're now handling this right :)Chris Lattner2007-08-011-0/+12
* Requires SSE2.Evan Cheng2007-08-011-2/+2