| Commit message (Expand) | Author | Age | Files | Lines |
* | Somehow "simplest" test became a hello world test. Rectify this. | Chris Lattner | 2003-07-27 | 2 | -12/+19 |
* | Get rid of control flow in the test | Chris Lattner | 2003-06-28 | 1 | -4/+1 |
* | Return 'int 0' instead of 'void' so that the test can be seen as successful. | Misha Brukman | 2003-06-06 | 1 | -2/+2 |
* | Return 'int 0' instead of void so that the test can be considered to pass. | Misha Brukman | 2003-06-06 | 1 | -2/+2 |
* | Simplify test case: remove declaration of __main() and call to it. | Misha Brukman | 2003-06-06 | 1 | -5/+0 |
* | New testcase, the JIT currently handles this right, I just don't want to | Chris Lattner | 2003-06-05 | 1 | -0/+16 |
* | New testcase for PHI handling | Chris Lattner | 2003-06-05 | 1 | -0/+19 |
* | Add tests for cast of long to bool | Chris Lattner | 2003-06-01 | 1 | -0/+4 |
* | Add tests for 64 bit shifts | Chris Lattner | 2003-06-01 | 1 | -2/+8 |
* | Enable more tests | Chris Lattner | 2003-05-12 | 1 | -4/+4 |
* | Add tests for casts from unsigned integers to floats | Chris Lattner | 2003-05-12 | 1 | -0/+11 |
* | Add old test | Chris Lattner | 2003-05-12 | 1 | -0/+16 |
* | Simplify testcase a bit more | Chris Lattner | 2003-05-12 | 1 | -4/+4 |
* | New testcase that crashes Jello | Chris Lattner | 2003-05-12 | 1 | -0/+15 |
* | New testcase for problem that is actually generic to all 32 bit LLI targets | Chris Lattner | 2003-05-07 | 1 | -0/+16 |
* | New testcase distilled from the fhourstones benchmark | Chris Lattner | 2003-05-06 | 1 | -0/+26 |
* | Add more testcases | Chris Lattner | 2003-01-16 | 1 | -0/+6 |
* | New testcase | Chris Lattner | 2003-01-13 | 1 | -0/+10 |
* | New testcases | Chris Lattner | 2003-01-13 | 5 | -0/+67 |
* | test the shift cases for long that are implemented | Chris Lattner | 2003-01-13 | 1 | -23/+27 |
* | test longs | Chris Lattner | 2003-01-13 | 1 | -16/+16 |
* | Test longs and fp | Chris Lattner | 2003-01-13 | 1 | -4/+4 |
* | TEst longs | Chris Lattner | 2003-01-13 | 1 | -0/+4 |
* | Add test for longs | Chris Lattner | 2003-01-13 | 1 | -2/+7 |
* | add div test as well | Chris Lattner | 2003-01-13 | 1 | -2/+4 |
* | test a bunch of stuff | Chris Lattner | 2003-01-13 | 1 | -0/+58 |
* | Test long support | Chris Lattner | 2003-01-13 | 1 | -1/+8 |
* | Add another simple call | Chris Lattner | 2002-12-28 | 1 | -1/+6 |
* | Test argument passing | Chris Lattner | 2002-12-28 | 1 | -3/+4 |
* | Add a variable sized alloca to test | Chris Lattner | 2002-12-28 | 1 | -0/+9 |
* | Initial fp test | Chris Lattner | 2002-12-25 | 1 | -0/+17 |
* | Print argc as well as argv | Chris Lattner | 2002-12-18 | 1 | -4/+4 |
* | Make testcase return 0 on success | Chris Lattner | 2002-12-17 | 1 | -2/+2 |
* | Add dummy implementation of __main | Chris Lattner | 2002-12-16 | 1 | -1/+1 |
* | New testcase for printing out arguments | Chris Lattner | 2002-12-16 | 1 | -0/+44 |
* | Add new testcase for repeated preds | Chris Lattner | 2002-12-15 | 1 | -2/+9 |
* | New testcase for bool support | Chris Lattner | 2002-12-15 | 1 | -0/+7 |
* | Test indirect call | Chris Lattner | 2002-12-13 | 1 | -1/+7 |
* | New testcase | Chris Lattner | 2002-12-13 | 1 | -0/+12 |
* | Return success on success | Chris Lattner | 2002-12-13 | 1 | -2/+2 |
* | Test more phi stuff | Chris Lattner | 2002-12-13 | 1 | -0/+12 |
* | lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2, | Brian Gaeke | 2002-12-13 | 1 | -2/+2 |
* | return 0 on success | Chris Lattner | 2002-12-13 | 1 | -2/+2 |
* | Stop sucking | Chris Lattner | 2002-12-13 | 1 | -3/+3 |
* | Making main() return 0 so that we know it ran successfully when it exits. | Misha Brukman | 2002-12-13 | 2 | -4/+4 |
* | Making main() return 0 to exit without error when no error actually occurs. | Misha Brukman | 2002-12-13 | 1 | -2/+2 |
* | Fix testcase | Chris Lattner | 2002-12-13 | 1 | -1/+1 |
* | Infinite loops, are, well, not good | Chris Lattner | 2002-12-13 | 1 | -1/+1 |
* | This way it's easier to test: if the call to external exit(0) succeeded, | Misha Brukman | 2002-12-13 | 1 | -3/+3 |
* | Return 0 to make it into a fully-functioning "Hello, World!" test case. | Misha Brukman | 2002-12-04 | 1 | -2/+2 |