aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2005-01-08New testcase.Chris Lattner
2005-01-07Cleanup a bunch of tests. In particular do not allow target directives inChris Lattner
2005-01-07Make this test a bit more interesting by making there actually be a use of theChris Lattner
2005-01-07modernize and clean up this test.Chris Lattner
2005-01-07Add a testcase I forgot to commit earlier.Chris Lattner
2005-01-06New testcaseChris Lattner
2005-01-05Update this test to pass.Chris Lattner
2005-01-04Test that trivial constants are not printed in hex notation.Chris Lattner
2005-01-03Add a testcase to check that initializer that CAN be evaluated statically ARE.Chris Lattner
2005-01-03Fix this script to work with hyphenated llvm-gcc and friend.Chris Lattner
2005-01-03new testcase for PR481Chris Lattner
2005-01-03New testcase for PR487Chris Lattner
2005-01-03Make sure the path is properly set in the llvmgcc and llvmgxx variables.Reid Spencer
2005-01-02Testcase for PR494Chris Lattner
2005-01-02xfail these tests, whcih require more info in the code generator to implementChris Lattner
2005-01-02Check in an old test that never made it into CVSChris Lattner
2005-01-02Add several testcases for new optimizations in the code generator.Chris Lattner
2005-01-01New testcases that we should combine.Chris Lattner
2005-01-01New testcase for common bitfield manipulation instruction sequences.Chris Lattner
2005-01-01Add a bunch of tests for cases that should be eliminated.Chris Lattner
2005-01-01Add a bunch of tests for ANDs that should be eliminated.Chris Lattner
2005-01-01This now works.Chris Lattner
2005-01-01Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner
2004-12-29Add a comment, add a new testcaseChris Lattner
2004-12-29New testcase for PR491Chris Lattner
2004-12-29new testcase for PR490Chris Lattner
2004-12-29XFAIL this test everywhere.Reid Spencer
2004-12-29XFAIL this everywhere, the CFE doesn't support bitfield initialization.Reid Spencer
2004-12-24Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that theReid Spencer
2004-12-24The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use theReid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-17Make this testcase a bit more challangingChris Lattner
2004-12-17Change the test to check to see that CSE happens not dead call elimChris Lattner
2004-12-13New testcase that crashes the V9 backend.Chris Lattner
2004-12-13Fix this testChris Lattner
2004-12-12Add testcases for simple things we can handle that occur now in vortex.Chris Lattner
2004-12-12Dejagnu doesn't work if you do TESTSUITE=.../Chris Lattner
2004-12-12New testcase that the PPC backend miscompiles. It is emittingChris Lattner
2004-12-12New testcase. Shrinking the variable to a bool allows instcombine to deleteChris Lattner
2004-12-11New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner
2004-12-11Update testChris Lattner
2004-12-11New testcase that ipsccp should handle.Chris Lattner
2004-12-10New testcaseChris Lattner
2004-12-10New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner
2004-12-10Check in the right testChris Lattner
2004-12-10New testcase for a bug exposed by the ipsccp pass, causing dparser to failChris Lattner
2004-12-10New testcaseChris Lattner
2004-12-10Update testcaseAlkis Evlogimenos
2004-12-10Simple testcase for quoted label.Chris Lattner
2004-12-08Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos