aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2008-03-06some more spelling changesGabor Greif
2008-02-26Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner
2008-02-26Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner
2008-02-21testcase for PR1133Chris Lattner
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-13Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands
2008-02-04Crashes LegalizeTypes with "Do not know how toDuncan Sands
2008-02-04Crashes LegalizeTypes with "Do not know how to splitDuncan Sands
2008-02-04remove target triple to make this test more "generic"Chris Lattner
2008-02-04Crashed the new type legalizer. Not likely to catchDuncan Sands
2008-01-26Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to Chris Lattner
2008-01-17new testcase.Chris Lattner
2008-01-17add testcase that has been sitting in my tree for awhile.Chris Lattner
2008-01-15new testcase for llvm.trap.Chris Lattner
2008-01-10new testcase for PR1845Chris Lattner
2008-01-07Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen
2008-01-07With this patch, the LowerGC transformation becomes theGordon Henriksen
2007-12-31Fix PR1833 - eh.exception and eh.selector return twoDuncan Sands
2007-12-26Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen
2007-12-25GC poses hazards to the inliner. Consider:Gordon Henriksen
2007-12-25Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen
2007-12-25Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen
2007-12-17Make invokes of inline asm legal. Teach codegenDuncan Sands
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-12-09Upgrading this test to 2.0 .ll syntax.Gordon Henriksen
2007-11-28upgrade this testChris Lattner
2007-11-27Fix a crash on invalid code due to memcpy lowering.Chris Lattner
2007-11-21Fix a bug in which node A is replaced by node B, but laterDuncan Sands
2007-10-01-pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng
2007-09-24Fix a typo in a comment.Dan Gohman
2007-09-17Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen
2007-09-07Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-09-01Fix a gcroot lowering bug.Evan Cheng
2007-08-27Remove this test as it is too hard to fix after theDuncan Sands
2007-08-27Now that we don't output cleanups by default, the actionDuncan Sands
2007-08-25Allow target constants to be illegal types. The target shouldChris Lattner
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-31Change the x86 assembly output to use tab characters to separate theDan Gohman
2007-07-17Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...Tanya Lattner
2007-07-17XFAIL these on sparc-solarisGabor Greif
2007-07-17For PR1558:Reid Spencer
2007-07-16Remove the trailing semicolon from function declarations in LLVM,Dan Gohman
2007-07-13Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen
2007-07-09remove this bogus t-tChris Lattner
2007-07-06Test that byte offsets are used to index into the listDuncan Sands
2007-07-05avoid ambiguity in target selectionChris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell