aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Add more casts. You can never have enough casts.Brian Gaeke2004-05-071-1/+49
* Renamed intermediate values that used the same type and name as previousJohn Criswell2003-11-263-15/+15
* update testChris Lattner2003-11-191-2/+0
* Genericize testsChris Lattner2003-11-193-10/+2
* Cleanup testChris Lattner2003-11-191-5/+2
* New testcase, distilled from 176.gcc codegen failureChris Lattner2003-10-181-0/+29
* Renamed `as' => `llvm-as', `dis' => `llvm-dis'.Misha Brukman2003-09-153-3/+3
* New testcaseChris Lattner2003-08-241-0/+11
* new testcase distilled from 176.gccChris Lattner2003-08-231-0/+30
* Simplify testChris Lattner2003-08-211-15/+4
* Regression test that verifies that the JIT passes the environment to theJohn Criswell2003-08-211-0/+34
* New testcase identified by misha, distilled from the 'ls' programChris Lattner2003-08-151-0/+9
* Somehow "simplest" test became a hello world test. Rectify this.Chris Lattner2003-07-272-12/+19
* Get rid of control flow in the testChris Lattner2003-06-281-4/+1
* Return 'int 0' instead of 'void' so that the test can be seen as successful.Misha Brukman2003-06-061-2/+2
* Return 'int 0' instead of void so that the test can be considered to pass.Misha Brukman2003-06-061-2/+2
* Simplify test case: remove declaration of __main() and call to it.Misha Brukman2003-06-061-5/+0
* New testcase, the JIT currently handles this right, I just don't want toChris Lattner2003-06-051-0/+16
* New testcase for PHI handlingChris Lattner2003-06-051-0/+19
* Add tests for cast of long to boolChris Lattner2003-06-011-0/+4
* Add tests for 64 bit shiftsChris Lattner2003-06-011-2/+8
* Enable more testsChris Lattner2003-05-121-4/+4
* Add tests for casts from unsigned integers to floatsChris Lattner2003-05-121-0/+11
* Add old testChris Lattner2003-05-121-0/+16
* Simplify testcase a bit moreChris Lattner2003-05-121-4/+4
* New testcase that crashes JelloChris Lattner2003-05-121-0/+15
* New testcase for problem that is actually generic to all 32 bit LLI targetsChris Lattner2003-05-071-0/+16
* New testcase distilled from the fhourstones benchmarkChris Lattner2003-05-061-0/+26
* Add more testcasesChris Lattner2003-01-161-0/+6
* New testcaseChris Lattner2003-01-131-0/+10
* New testcasesChris Lattner2003-01-135-0/+67
* test the shift cases for long that are implementedChris Lattner2003-01-131-23/+27
* test longsChris Lattner2003-01-131-16/+16
* Test longs and fpChris Lattner2003-01-131-4/+4
* TEst longsChris Lattner2003-01-131-0/+4
* Add test for longsChris Lattner2003-01-131-2/+7
* add div test as wellChris Lattner2003-01-131-2/+4
* test a bunch of stuffChris Lattner2003-01-131-0/+58
* Test long supportChris Lattner2003-01-131-1/+8
* Add another simple callChris Lattner2002-12-281-1/+6
* Test argument passingChris Lattner2002-12-281-3/+4
* Add a variable sized alloca to testChris Lattner2002-12-281-0/+9
* Initial fp testChris Lattner2002-12-251-0/+17
* Print argc as well as argvChris Lattner2002-12-181-4/+4
* Make testcase return 0 on successChris Lattner2002-12-171-2/+2
* Add dummy implementation of __mainChris Lattner2002-12-161-1/+1
* New testcase for printing out argumentsChris Lattner2002-12-161-0/+44
* Add new testcase for repeated predsChris Lattner2002-12-151-2/+9
* New testcase for bool supportChris Lattner2002-12-151-0/+7
* Test indirect callChris Lattner2002-12-131-1/+7