aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* 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