| Age | Commit message (Expand) | Author |
| 2012-11-20 | Merge in r168364 to disable MCJIT execution engine tests on ppc32 (which does... | Andrew Kaylor |
| 2012-11-20 | Merge in r168316 so that the proper JIT tests are run on PPC. | Hal Finkel |
| 2012-10-29 | Align the data section correctly when loading an ELF file. | Tim Northover |
| 2012-10-29 | Make use of common-symbol alignment info in ELF loader. | Tim Northover |
| 2012-10-08 | Some regression tests which are testing the old jit and are exercising functi... | James Molloy |
| 2012-10-05 | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi |
| 2012-10-03 | Implement .rel relocation for R_ARM_ABS32 in MCJIT. | Tim Northover |
| 2012-10-03 | test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. | NAKAMURA Takumi |
| 2012-10-02 | Support for generating ELF objects on Windows. | Andrew Kaylor |
| 2012-09-06 | Revert "Enable MCJIT tests on Darwin." | Jim Grosbach |
| 2012-09-06 | Enable MCJIT tests on Darwin. | Jim Grosbach |
| 2012-08-30 | Should put test case under test/ExecutionEngine/MCJIT/ | Michael Liao |
| 2012-06-21 | Add Mips to the list of target architectures for the MCJIT tests. | Akira Hatanaka |
| 2012-05-18 | Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO... | Danil Malyshev |
| 2012-05-17 | - Added ExecutionEngine/MCJIT tests | Danil Malyshev |
| 2012-04-12 | This patch improves the MCJIT runtime dynamic loader by adding new handling | Preston Gurd |
| 2012-03-29 | Revert r153694. It was causing failures in the buildbots. | Bill Wendling |
| 2012-03-29 | Re-factored RuntimeDyld. | Danil Malyshev |
| 2012-03-22 | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth |
| 2012-03-21 | Re-factored RuntimeDyld. | Danil Malyshev |
| 2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
| 2012-01-17 | Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll | Eli Bendersky |
| 2012-01-17 | Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF | Eli Bendersky |
| 2012-01-16 | Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren... | Eli Bendersky |
| 2011-08-26 | Excluding ARM JIT tests until someone can fix this compilation path. | Andrew Trick |
| 2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
| 2011-05-31 | Reverted r132135 per Xerxes request. These tests are passing for his setup. R... | Galina Kistanova |
| 2011-05-26 | Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken... | Galina Kistanova |
| 2010-12-02 | XFAIL for now. If someone with access to an ARM/Linux host wants to have a look | Jim Grosbach |
| 2010-11-13 | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar |
| 2010-11-09 | Jim's recent fixes 118600, 118587, 118513 have made these work. | Dale Johannesen |
| 2010-10-29 | The ARM jit cannot handle these tests as of 2010-10-27. | Andrew Trick |
| 2010-04-16 | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman |
| 2010-04-16 | Add JIT exception handling test. | Bill Wendling |
| 2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
| 2010-01-15 | Test case for http://llvm.org/PR6028. | Jay Foad |
| 2009-11-08 | Remove test. Execution tests are slow and generally not worth it. | Nick Lewycky |
| 2009-11-08 | Fix run line. | Nick Lewycky |
| 2009-11-08 | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky |
| 2009-10-05 | Add a test for http://llvm.org/PR3043. | Jeffrey Yasskin |
| 2009-09-09 | Remove failing test... | Bill Wendling |
| 2009-09-09 | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling |
| 2009-08-25 | Remove obsolete -f flags. | Dan Gohman |
| 2009-08-24 | Remove this test now that the interpreter doesn't support | Chris Lattner |
| 2009-08-23 | remove this test: it is testing for a "feature" I just removed. | Chris Lattner |
| 2009-07-12 | remove tests for removed intrinsics. | Chris Lattner |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
| 2009-03-13 | remove a testcase that depends on -debug existing. | Chris Lattner |
| 2009-01-30 | This is case is to uncover the bug in IntrinsicLowering.cpp, | Zhou Sheng |
| 2009-01-19 | Port this test from dejagnu to unit testing. | Nick Lewycky |