aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2008-10-01Split this test and move it into target-specific directories.Dan Gohman
2008-09-08Add a target triple; apparently LLVM doesn't use 64-bit Dan Gohman
2008-09-08Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman
2008-09-08Add testcase from bug 2770.Rafael Espindola
2008-09-01Turn this legalize types test on.Duncan Sands
2008-08-14Improve support for vector casts in LLVM IR and CodeGen.Dan Gohman
2008-08-08Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky
2008-08-04Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.Dan Gohman
2008-07-30Don't look for leaf values to store when lowering stores ofDan Gohman
2008-07-29Fix PR2609. If a label is deleted, then it needsDuncan Sands
2008-07-17Turn LegalizeTypes back off again for the moment:Duncan Sands
2008-07-16Add support for promoting and expanding AssertZextDuncan Sands
2008-07-16Test passing of integer parameters for integersDuncan Sands
2008-07-16Test codegen of loads and stores of all integerDuncan Sands
2008-07-16Turn on LegalizeTypes by default.Duncan Sands
2008-06-30Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner
2008-06-10Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman
2008-06-10For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-25Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman
2008-04-23Add support to codegen for getresult instructions with undef operands.Dan Gohman
2008-04-19rename *.llx -> *.llChris Lattner
2008-03-12Make this test x86-specific for now; targets that don't useDan Gohman
2008-03-11Basic feature test for multiple return values in codegen.Dan Gohman
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