| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Excluding ARM JIT tests until someone can fix this compilation path. | Andrew Trick | 2011-08-26 | 14 | -0/+14 |
| | | | | | llvm-svn: 138676 | ||||
| * | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -13/+0 |
| | | | | | | | are either unreduced or only test old syntax. llvm-svn: 133228 | ||||
| * | Reverted r132135 per Xerxes request. These tests are passing for his setup. ↵ | Galina Kistanova | 2011-05-31 | 15 | -31/+0 |
| | | | | | | | Requires more research. llvm-svn: 132364 | ||||
| * | Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is ↵ | Galina Kistanova | 2011-05-26 | 15 | -0/+31 |
| | | | | | | | broken for ARM, please remove the following XFAIL when it will be fixed. llvm-svn: 132135 | ||||
| * | XFAIL for now. If someone with access to an ARM/Linux host wants to have a look | Jim Grosbach | 2010-12-02 | 2 | -0/+2 |
| | | | | | | | that would be great. They're ARM JIT failures, so without that, it's tough. llvm-svn: 120731 | ||||
| * | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar | 2010-11-13 | 41 | -78/+42 |
| | | | | | | | - Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952 | ||||
| * | Jim's recent fixes 118600, 118587, 118513 have made these work. | Dale Johannesen | 2010-11-09 | 2 | -2/+0 |
| | | | | | llvm-svn: 118652 | ||||
| * | The ARM jit cannot handle these tests as of 2010-10-27. | Andrew Trick | 2010-10-29 | 2 | -0/+2 |
| | | | | | | | (A PR will be linked to this rev.) llvm-svn: 117620 | ||||
| * | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman | 2010-04-16 | 1 | -41/+0 |
| | | | | | llvm-svn: 101515 | ||||
| * | Add JIT exception handling test. | Bill Wendling | 2010-04-16 | 1 | -0/+41 |
| | | | | | llvm-svn: 101455 | ||||
| * | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 1 | -2/+2 |
| | | | | | | | respectively. llvm-svn: 97531 | ||||
| * | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
| | | | | | llvm-svn: 93511 | ||||
| * | Remove test. Execution tests are slow and generally not worth it. | Nick Lewycky | 2009-11-08 | 1 | -19/+0 |
| | | | | | llvm-svn: 86434 | ||||
| * | Fix run line. | Nick Lewycky | 2009-11-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 86429 | ||||
| * | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky | 2009-11-08 | 1 | -0/+19 |
| | | | | | llvm-svn: 86428 | ||||
| * | Add a test for http://llvm.org/PR3043. | Jeffrey Yasskin | 2009-10-05 | 1 | -0/+35 |
| | | | | | llvm-svn: 83346 | ||||
| * | Remove failing test... | Bill Wendling | 2009-09-09 | 1 | -141/+0 |
| | | | | | llvm-svn: 81303 | ||||
| * | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling | 2009-09-09 | 1 | -0/+141 |
| | | | | | | | | 'DwarfException.cpp' file, which changed how CIEs were emitted, the sizes of some fields, etc. llvm-svn: 81295 | ||||
| * | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 34 | -34/+34 |
| | | | | | llvm-svn: 79992 | ||||
| * | Remove this test now that the interpreter doesn't support | Chris Lattner | 2009-08-24 | 1 | -81/+0 |
| | | | | | | | | interpreting the wrong endianness anymore. This fixes a failure on clang-powerpc-darwin8 llvm-svn: 79880 | ||||
| * | remove this test: it is testing for a "feature" I just removed. | Chris Lattner | 2009-08-23 | 1 | -81/+0 |
| | | | | | llvm-svn: 79874 | ||||
| * | remove tests for removed intrinsics. | Chris Lattner | 2009-07-12 | 1 | -17/+0 |
| | | | | | llvm-svn: 75433 | ||||
| * | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -11/+11 |
| | | | | | | | | | | | | | | | | integer and floating-point opcodes, introducing FAdd, FSub, and FMul. For now, the AsmParser, BitcodeReader, and IRBuilder all preserve backwards compatability, and the Core LLVM APIs preserve backwards compatibility for IR producers. Most front-ends won't need to change immediately. This implements the first step of the plan outlined here: http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt llvm-svn: 72897 | ||||
| * | remove a testcase that depends on -debug existing. | Chris Lattner | 2009-03-13 | 1 | -29/+0 |
| | | | | | llvm-svn: 66936 | ||||
| * | This is case is to uncover the bug in IntrinsicLowering.cpp, | Zhou Sheng | 2009-01-30 | 1 | -0/+17 |
| | | | | | | | | | the LowerPartSet(). It didn't handle the situation correctly when the low, high argument values are in reverse order (low > high) with 'Val' type is i32 (a corner case). llvm-svn: 63386 | ||||
| * | Port this test from dejagnu to unit testing. | Nick Lewycky | 2009-01-19 | 1 | -30/+0 |
| | | | | | | | | | The way this worked before was to test APInt by running "lli -force-interpreter=true" knowing the lli uses APInt under the hood to store its values. Now, we test APInt directly. llvm-svn: 62514 | ||||
| * | Add a test case for APInt bug fix in r51999. | Zhou Sheng | 2008-06-05 | 1 | -0/+60 |
| | | | | | llvm-svn: 52000 | ||||
| * | Eliminate questionable syntax for stdin redirection. This probably also ↵ | Gabor Greif | 2008-05-20 | 36 | -36/+36 |
| | | | | | | | speeds things up a bit. llvm-svn: 51357 | ||||
| * | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 51349 | ||||
| * | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328 | ||||
| * | rename *.llx -> *.ll, last batch. | Chris Lattner | 2008-04-19 | 2 | -0/+0 |
| | | | | | llvm-svn: 49971 | ||||
| * | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 36 | -706/+663 |
| | | | | | llvm-svn: 48137 | ||||
| * | Teach the interpreter to read and write memory in the | Duncan Sands | 2007-12-14 | 2 | -0/+162 |
| | | | | | | | | | | | endianness of the target not of the host. Done by the simple expedient of reversing bytes for primitive types if the host and target endianness don't match. This is correct for integer and pointer types. I don't know if it is correct for floating point types. llvm-svn: 45039 | ||||
| * | Remove this testcase as it will always fail on | Zhou Sheng | 2007-12-13 | 1 | -54/+0 |
| | | | | | | | platform like Darwin. llvm-svn: 44977 | ||||
| * | Fixed PR1629. | Zhou Sheng | 2007-12-12 | 1 | -0/+54 |
| | | | | | | | | Make lli interpreter correctly call external functions sin()/cos(), __cxa_guard_acquire() and __cxa_guard_release(). llvm-svn: 44910 | ||||
| * | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | using the minimum possible number of bytes. For little endian targets run on little endian machines, apints are stored in memory from LSB to MSB as before. For big endian targets on big endian machines they are stored from MSB to LSB which wasn't always the case before (if the target and host endianness doesn't match values are stored according to the host's endianness). Doing this requires knowing the endianness of the host, which is determined when configuring - thanks go to Anton for this. Only having access to little endian machines I was unable to properly test the big endian part, which is also the most complicated... llvm-svn: 44796 | ||||
| * | make this test have a deterministic result. | Chris Lattner | 2007-11-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 44404 | ||||
| * | Revert previous "fix" - the breakage was due to some | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
| | | | | | | | local changes, not the "not". llvm-svn: 44402 | ||||
| * | This test somehow got an extra "not" during the | Duncan Sands | 2007-11-28 | 1 | -2/+2 |
| | | | | | | | recent stderr updates. llvm-svn: 44401 | ||||
| * | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ↵ | Tanya Lattner | 2007-11-28 | 1 | -23/+19 |
| | | | | | | | | | tests and fixed broken run lines. XFAILed 3 arm regressions (will file bugs) llvm-svn: 44389 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
| | | | | | llvm-svn: 37801 | ||||
| * | Add a test case for shl of APInt integers > 64 bits by 0 shift amount. | Reid Spencer | 2007-05-12 | 1 | -0/+30 |
| | | | | | llvm-svn: 37009 | ||||
| * | Add a test case for testing the LLI interpreter wrt bitcast of fp to integer. | Reid Spencer | 2007-05-04 | 1 | -0/+21 |
| | | | | | llvm-svn: 36732 | ||||
| * | For PR1319: Upgrade to new test harness | Reid Spencer | 2007-04-15 | 2 | -4/+4 |
| | | | | | llvm-svn: 36070 | ||||
| * | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
| | | | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918 | ||||
| * | Make sure the value passed to test function is initialized. | Reid Spencer | 2007-02-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 33764 | ||||
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 39 | -0/+962 |
| llvm-svn: 33296 | |||||

