aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2009-03-17LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right nowChris Lattner
2009-03-10wire up support for emitting "special" values from inline asmChris Lattner
2009-02-22bug 3610: Test case.Richard Pennington
2009-01-21Let's try to have our cake and eat it to: moveDuncan Sands
2009-01-20Don't bother running the assembler, we don't know that it will be configuredChris Lattner
2009-01-19Verify Intrinsic::dbg_declare. Devang Patel
2009-01-13The list-td and list-tdrr schedulers don't yet support physregDan Gohman
2009-01-06Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman
2009-01-06Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman
2008-12-24Revert the changes in this testcase until Anton can fix them.Bill Wendling
2008-12-23Update testAnton Korobeynikov
2008-12-10For amusement, implement SADDO, SSUBO, UADDO, USUBODuncan Sands
2008-11-24Test add-with-overflow with fast ISel.Bill Wendling
2008-11-24Add support for llvm.uadd.with.overflow.Bill Wendling
2008-11-21Add generic test for add with overflow.Bill Wendling
2008-11-20Test -pre-RA-sched=fast too, for completeness.Dan Gohman
2008-11-19Revert r59640. It broke this test for builds that aren'tDan Gohman
2008-11-19Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman
2008-11-18A simple test for stack protectors. This should be valid on all platforms.Bill Wendling
2008-10-27Turn on LegalizeTypes, the new type legalizationDuncan Sands
2008-10-25Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen
2008-10-17remove this test: it is xfailed anyway, and is failing for a reasonChris Lattner
2008-10-10This does not fail anymoreAnton Korobeynikov
2008-10-10This is not failing anymoreAnton Korobeynikov
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