| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman | 2010-04-16 | 1 | -41/+0 |
* | Add JIT exception handling test. | Bill Wendling | 2010-04-16 | 1 | -0/+41 |
* | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 1 | -2/+2 |
* | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
* | Remove test. Execution tests are slow and generally not worth it. | Nick Lewycky | 2009-11-08 | 1 | -19/+0 |
* | Fix run line. | Nick Lewycky | 2009-11-08 | 1 | -1/+1 |
* | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky | 2009-11-08 | 1 | -0/+19 |
* | Add a test for http://llvm.org/PR3043. | Jeffrey Yasskin | 2009-10-05 | 1 | -0/+35 |
* | Remove failing test... | Bill Wendling | 2009-09-09 | 1 | -141/+0 |
* | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling | 2009-09-09 | 1 | -0/+141 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 34 | -34/+34 |
* | Remove this test now that the interpreter doesn't support | Chris Lattner | 2009-08-24 | 1 | -81/+0 |
* | remove this test: it is testing for a "feature" I just removed. | Chris Lattner | 2009-08-23 | 1 | -81/+0 |
* | remove tests for removed intrinsics. | Chris Lattner | 2009-07-12 | 1 | -17/+0 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -11/+11 |
* | remove a testcase that depends on -debug existing. | Chris Lattner | 2009-03-13 | 1 | -29/+0 |
* | This is case is to uncover the bug in IntrinsicLowering.cpp, | Zhou Sheng | 2009-01-30 | 1 | -0/+17 |
* | Port this test from dejagnu to unit testing. | Nick Lewycky | 2009-01-19 | 1 | -30/+0 |
* | Add a test case for APInt bug fix in r51999. | Zhou Sheng | 2008-06-05 | 1 | -0/+60 |
* | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 2008-05-20 | 36 | -36/+36 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | rename *.llx -> *.ll, last batch. | Chris Lattner | 2008-04-19 | 2 | -0/+0 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 36 | -706/+663 |
* | Teach the interpreter to read and write memory in the | Duncan Sands | 2007-12-14 | 2 | -0/+162 |
* | Remove this testcase as it will always fail on | Zhou Sheng | 2007-12-13 | 1 | -54/+0 |
* | Fixed PR1629. | Zhou Sheng | 2007-12-12 | 1 | -0/+54 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -0/+19 |
* | make this test have a deterministic result. | Chris Lattner | 2007-11-28 | 1 | -2/+2 |
* | Revert previous "fix" - the breakage was due to some | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
* | This test somehow got an extra "not" during the | Duncan Sands | 2007-11-28 | 1 | -2/+2 |
* | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ... | Tanya Lattner | 2007-11-28 | 1 | -23/+19 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 40 | -0/+1011 |