aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-171-0/+15
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+1
* Upgrading this test to 2.0 .ll syntax.Gordon Henriksen2007-12-091-28/+27
* upgrade this testChris Lattner2007-11-281-49/+63
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-271-0/+19
* Fix a bug in which node A is replaced by node B, but laterDuncan Sands2007-11-211-0/+161
* -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