summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAge
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Make sure the value passed to test function is initialized.Reid Spencer2007-02-01
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-19
* For PR950:Reid Spencer2006-12-19
* These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer2006-12-03
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Don't test an exampleChris Lattner2006-07-26
* This test is buggy: printf is a varargs function. This fixes the test withChris Lattner2006-05-17
* PR736 has already been fixed. Remove XFAIL marker.Evan Cheng2006-05-17
* Try xfailing thisChris Lattner2006-04-13
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Fix a bug in the testcaseChris Lattner2005-12-03
* new testcase for PR672Chris Lattner2005-12-03
* Merged from RELEASE_16.John Criswell2005-11-08
* Add a test that runs the ParallelJIT example program to ensure that theReid Spencer2005-07-13
* Fix misspellings, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Make this test actually capable of passing.Chris Lattner2004-12-05
* Remove unneeded codeAlkis Evlogimenos2004-12-05
* Match codegen string betterAlkis Evlogimenos2004-12-05
* Add testcast for bug475Alkis Evlogimenos2004-12-05
* These tests pass on darwin now that the __ thing is fixed.Chris Lattner2004-12-04
* These lookup symbols with leading underscores, which currently fails inJohn Criswell2004-12-02
* Exit only with a value from 0-255.Chris Lattner2004-11-22
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* Adding RUN lines.Tanya Lattner2004-11-06
* Add more casts. You can never have enough casts.Brian Gaeke2004-05-07
* Renamed intermediate values that used the same type and name as previousJohn Criswell2003-11-26
* update testChris Lattner2003-11-19
* Genericize testsChris Lattner2003-11-19
* Cleanup testChris Lattner2003-11-19
* New testcase, distilled from 176.gcc codegen failureChris Lattner2003-10-18
* Renamed `as' => `llvm-as', `dis' => `llvm-dis'.Misha Brukman2003-09-15
* New testcaseChris Lattner2003-08-24
* new testcase distilled from 176.gccChris Lattner2003-08-23
* Simplify testChris Lattner2003-08-21
* Regression test that verifies that the JIT passes the environment to theJohn Criswell2003-08-21
* New testcase identified by misha, distilled from the 'ls' programChris Lattner2003-08-15
* Somehow "simplest" test became a hello world test. Rectify this.Chris Lattner2003-07-27
* Get rid of control flow in the testChris Lattner2003-06-28
* Return 'int 0' instead of 'void' so that the test can be seen as successful.Misha Brukman2003-06-06
* Return 'int 0' instead of void so that the test can be considered to pass.Misha Brukman2003-06-06
* Simplify test case: remove declaration of __main() and call to it.Misha Brukman2003-06-06
* New testcase, the JIT currently handles this right, I just don't want toChris Lattner2003-06-05
* New testcase for PHI handlingChris Lattner2003-06-05
* Add tests for cast of long to boolChris Lattner2003-06-01
* Add tests for 64 bit shiftsChris Lattner2003-06-01