Clean ups, and taught the instruction selector about immediate forms
[oota-llvm.git] / test /
2005-01-20 Chris LattnerRemove this test. This test is already in PR269, so...
2005-01-19 Chris LattnerAdd some new tests
2005-01-19 Chris LattnerNew testcase for rotate instructions. Each function...
2005-01-19 Chris LattnerAdd a test for 16-bit sh*d.
2005-01-19 Chris LattnerEnsure that each these functions generates a sh[rl...
2005-01-17 Chris LattnerThis is a carefully contrived testcase where the X86...
2005-01-17 Chris LattnerNew testcase for a problem that occurred in 132.ijpeg
2005-01-14 Chris LattnerNew testcase, problem found by Rob.
2005-01-14 Chris LattnerTestcase that crashes the PPC backend. Thanks to Rob...
2005-01-14 Chris LattnerMore testcases
2005-01-13 Chris Lattnernew testcase
2005-01-11 Chris LattnerThe pattern isel is aggressively codegen'ing all of...
2005-01-08 Jeff CohenTest fails on all platforms, not just linux
2005-01-08 Chris LattnerNew testcase.
2005-01-07 Chris LattnerCleanup a bunch of tests. In particular do not allow...
2005-01-07 Chris LattnerMake this test a bit more interesting by making there...
2005-01-07 Chris Lattnermodernize and clean up this test.
2005-01-07 Chris LattnerAdd a testcase I forgot to commit earlier.
2005-01-06 Chris LattnerNew testcase
2005-01-05 Chris LattnerUpdate this test to pass.
2005-01-04 Chris LattnerTest that trivial constants are not printed in hex...
2005-01-03 Chris LattnerAdd a testcase to check that initializer that CAN be...
2005-01-03 Chris LattnerFix this script to work with hyphenated llvm-gcc and...
2005-01-03 Chris Lattnernew testcase for PR481
2005-01-03 Chris LattnerNew testcase for PR487
2005-01-03 Reid SpencerMake sure the path is properly set in the llvmgcc and...
2005-01-02 Chris LattnerTestcase for PR494
2005-01-02 Chris Lattnerxfail these tests, whcih require more info in the code...
2005-01-02 Chris LattnerCheck in an old test that never made it into CVS
2005-01-02 Chris LattnerAdd several testcases for new optimizations in the...
2005-01-01 Chris LattnerNew testcases that we should combine.
2005-01-01 Chris LattnerNew testcase for common bitfield manipulation instructi...
2005-01-01 Chris LattnerAdd a bunch of tests for cases that should be eliminated.
2005-01-01 Chris LattnerAdd a bunch of tests for ANDs that should be eliminated.
2005-01-01 Chris LattnerThis now works.
2005-01-01 Chris LattnerAdd new test to make sure simplifycfg doesn't leave...
2004-12-29 Chris LattnerAdd a comment, add a new testcase
2004-12-29 Chris LattnerNew testcase for PR491
2004-12-29 Chris Lattnernew testcase for PR490
2004-12-29 Reid SpencerXFAIL this test everywhere.
2004-12-29 Reid SpencerXFAIL this everywhere, the CFE doesn't support bitfield...
2004-12-24 Reid SpencerMake sure LLVMGCCWITHPATH is used instead of just LLVMG...
2004-12-24 Reid SpencerThe dejagnu scripts need a path for llvm-gcc/llvm-g...
2004-12-22 Reid SpencerFor PR432:
2004-12-17 Chris LattnerMake this testcase a bit more challanging
2004-12-17 Chris LattnerChange the test to check to see that CSE happens not...
2004-12-13 Chris LattnerNew testcase that crashes the V9 backend.
2004-12-13 Chris LattnerFix this test
2004-12-12 Chris LattnerAdd testcases for simple things we can handle that...
2004-12-12 Chris LattnerDejagnu doesn't work if you do TESTSUITE=.../
2004-12-12 Chris LattnerNew testcase that the PPC backend miscompiles. It...
2004-12-12 Chris LattnerNew testcase. Shrinking the variable to a bool allows...
2004-12-11 Chris LattnerNew testcase. If one side of and/or is known to be...
2004-12-11 Chris LattnerUpdate test
2004-12-11 Chris LattnerNew testcase that ipsccp should handle.
2004-12-10 Chris LattnerNew testcase
2004-12-10 Chris LattnerNew testcase that SCCP miscompiles. Luckily this is...
2004-12-10 Chris LattnerCheck in the right test
2004-12-10 Chris LattnerNew testcase for a bug exposed by the ipsccp pass,...
2004-12-10 Chris LattnerNew testcase
2004-12-10 Alkis EvlogimenosUpdate testcase
2004-12-10 Chris LattnerSimple testcase for quoted label.
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-12-08 Chris Lattnernew testcase
2004-12-08 Alkis EvlogimenosFix this regression and remove the XFAIL from this...
2004-12-08 Reid SpencerRemove last remnants of Python/QMTest support
2004-12-08 Chris LattnerThis testcase causes the instruction combiner to go...
2004-12-08 Alkis EvlogimenosMark this as an XFAIL until a fix is worked out.
2004-12-08 John CriswellFix llvmgcc to use the TestRunner substition mechanism.
2004-12-08 John Criswellxfail this across all platforms.
2004-12-08 Alkis EvlogimenosAdd regression
2004-12-08 Chris LattnerThis test is xfail right now, to keep DJ clean, also...
2004-12-06 John CriswellThis test still fails on Darwin and Sparc/Solaris.
2004-12-06 Reid SpencerTest case for PR409:
2004-12-06 John CriswellRemove the last pieces of QMTest.
2004-12-06 Reid SpencerChange check to check-local per Makefile.rules changes.
2004-12-05 Chris LattnerMake this test actually capable of passing.
2004-12-05 Chris LattnerChange this test to not require execution of the program.
2004-12-05 Chris LattnerNew testcase for the bug affecting 255.vortex in CBE...
2004-12-05 Alkis EvlogimenosRemove unneeded code
2004-12-05 Alkis EvlogimenosMatch codegen string better
2004-12-05 Alkis EvlogimenosAdd testcast for bug475
2004-12-04 Chris LattnerDarwin and solaris don't support echo -e. This should...
2004-12-04 Chris LattnerThis fails due to the sun headers.
2004-12-04 Chris LattnerThis test passes on all platforms
2004-12-04 Chris LattnerThese tests pass on darwin now that the __ thing is...
2004-12-04 Reid SpencerFailing Feature/Regression test should fail the build
2004-12-04 Chris LattnerClean feature also
2004-12-04 Tanya LattnerMade it default to check instead of check-dejagnu.
2004-12-03 Chris LattnerDo not multiply define symbol
2004-12-03 Chris Lattnernew testcase for PR472
2004-12-02 John CriswellThese lookup symbols with leading underscores, which...
2004-12-02 Chris LattnerThis program doesn't break anything anymore.
2004-11-30 Tanya LattnerAdded TCLSH var to site.exp.
2004-11-30 Chris LattnerMove this from the C test suite
2004-11-30 Chris LattnerThis is a c++ test
2004-11-30 Chris LattnerAdd back -e, which apparently works in sh's echo but...
2004-11-30 Chris LattnerIf TESTSUITE is set, we obviously want to run dejagnu
2004-11-30 Chris Lattnerdo not pass -e into llvm-db as a command.
next