aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* -pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng2007-10-011-3/+0
* Fix a typo in a comment.Dan Gohman2007-09-241-1/+1
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-171-1/+2
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-073-88/+88
* Change all floating constants that are not exactlyDale Johannesen2007-09-055-7/+7
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-0/+10
* 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
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-251-0/+8
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-155-17/+17
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-8/+8
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-312-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-18118-0/+9957