| Commit message (Expand) | Author | Age | Files | Lines |
* | Some regression tests which are testing the old jit and are exercising functi... | James Molloy | 2012-10-08 | 3 | -0/+3 |
* | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi | 2012-10-05 | 1 | -1/+1 |
* | Implement .rel relocation for R_ARM_ABS32 in MCJIT. | Tim Northover | 2012-10-03 | 1 | -0/+16 |
* | test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. | NAKAMURA Takumi | 2012-10-03 | 1 | -1/+1 |
* | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 49 | -49/+49 |
* | Revert "Enable MCJIT tests on Darwin." | Jim Grosbach | 2012-09-06 | 1 | -1/+1 |
* | Enable MCJIT tests on Darwin. | Jim Grosbach | 2012-09-06 | 1 | -1/+1 |
* | Should put test case under test/ExecutionEngine/MCJIT/ | Michael Liao | 2012-08-30 | 1 | -0/+88 |
* | Add Mips to the list of target architectures for the MCJIT tests. | Akira Hatanaka | 2012-06-21 | 1 | -2/+2 |
* | Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO... | Danil Malyshev | 2012-05-18 | 1 | -1/+1 |
* | - Added ExecutionEngine/MCJIT tests | Danil Malyshev | 2012-05-17 | 48 | -0/+1230 |
* | This patch improves the MCJIT runtime dynamic loader by adding new handling | Preston Gurd | 2012-04-12 | 18 | -18/+0 |
* | Revert r153694. It was causing failures in the buildbots. | Bill Wendling | 2012-03-29 | 45 | -1070/+0 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-29 | 45 | -0/+1070 |
* | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth | 2012-03-22 | 45 | -1070/+0 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-21 | 45 | -0/+1070 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll | Eli Bendersky | 2012-01-17 | 1 | -1/+0 |
* | Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF | Eli Bendersky | 2012-01-17 | 7 | -0/+244 |
* | Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren... | Eli Bendersky | 2012-01-16 | 40 | -40/+53 |
* | Excluding ARM JIT tests until someone can fix this compilation path. | Andrew Trick | 2011-08-26 | 14 | -0/+14 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -13/+0 |
* | Reverted r132135 per Xerxes request. These tests are passing for his setup. R... | Galina Kistanova | 2011-05-31 | 15 | -31/+0 |
* | Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken... | Galina Kistanova | 2011-05-26 | 15 | -0/+31 |
* | 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 |
* | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar | 2010-11-13 | 41 | -78/+42 |
* | Jim's recent fixes 118600, 118587, 118513 have made these work. | Dale Johannesen | 2010-11-09 | 2 | -2/+0 |
* | The ARM jit cannot handle these tests as of 2010-10-27. | Andrew Trick | 2010-10-29 | 2 | -0/+2 |
* | 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 |