summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Enable more testsChris Lattner2003-05-12
* Add tests for casts from unsigned integers to floatsChris Lattner2003-05-12
* Add old testChris Lattner2003-05-12
* Simplify testcase a bit moreChris Lattner2003-05-12
* New testcase that crashes JelloChris Lattner2003-05-12
* New testcase for problem that is actually generic to all 32 bit LLI targetsChris Lattner2003-05-07
* New testcase distilled from the fhourstones benchmarkChris Lattner2003-05-06
* Add more testcasesChris Lattner2003-01-16
* New testcaseChris Lattner2003-01-13
* New testcasesChris Lattner2003-01-13
* test the shift cases for long that are implementedChris Lattner2003-01-13
* test longsChris Lattner2003-01-13
* Test longs and fpChris Lattner2003-01-13
* TEst longsChris Lattner2003-01-13
* Add test for longsChris Lattner2003-01-13
* add div test as wellChris Lattner2003-01-13
* test a bunch of stuffChris Lattner2003-01-13
* Test long supportChris Lattner2003-01-13
* Add another simple callChris Lattner2002-12-28
* Test argument passingChris Lattner2002-12-28
* Add a variable sized alloca to testChris Lattner2002-12-28
* Initial fp testChris Lattner2002-12-25
* Print argc as well as argvChris Lattner2002-12-18
* Make testcase return 0 on successChris Lattner2002-12-17
* Add dummy implementation of __mainChris Lattner2002-12-16
* New testcase for printing out argumentsChris Lattner2002-12-16
* Add new testcase for repeated predsChris Lattner2002-12-15
* New testcase for bool supportChris Lattner2002-12-15
* Test indirect callChris Lattner2002-12-13