aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-1659-59/+59
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi2012-11-201-0/+3
* Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan2012-11-207-7/+7
* Enable MCJIT tests on PowerPC.Ulrich Weigand2012-11-192-2/+14
* MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi2012-11-187-7/+7
* test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi2012-11-181-36/+36
* Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor2012-11-172-2/+2
* Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor2012-11-167-7/+7
* Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor2012-11-167-0/+7
* Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).Andrew Kaylor2012-11-167-0/+220
* Add MCJIT test case for running global constructors.Amara Emerson2012-11-161-0/+21
* Align the data section correctly when loading an ELF file.Tim Northover2012-10-291-0/+15
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-291-0/+32
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-083-0/+3
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-051-1/+1
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-031-0/+16
* test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi2012-10-031-1/+1
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-0249-49/+49
* Revert "Enable MCJIT tests on Darwin."Jim Grosbach2012-09-061-1/+1
* Enable MCJIT tests on Darwin.Jim Grosbach2012-09-061-1/+1
* Should put test case under test/ExecutionEngine/MCJIT/Michael Liao2012-08-301-0/+88
* Add Mips to the list of target architectures for the MCJIT tests.Akira Hatanaka2012-06-211-2/+2
* Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev2012-05-181-1/+1
* - Added ExecutionEngine/MCJIT testsDanil Malyshev2012-05-1748-0/+1230
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-1218-18/+0
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-2945-1070/+0
* Re-factored RuntimeDyld.Danil Malyshev2012-03-2945-0/+1070
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-2245-1070/+0
* Re-factored RuntimeDyld.Danil Malyshev2012-03-2145-0/+1070
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Remove "XFAIL: arm" from test/ExecutionEngine/test-return.llEli Bendersky2012-01-171-1/+0
* Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky2012-01-177-0/+244
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-1640-40/+53
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-2614-0/+14
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-13/+0
* Reverted r132135 per Xerxes request. These tests are passing for his setup. R...Galina Kistanova2011-05-3115-31/+0
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-05-2615-0/+31
* XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach2010-12-022-0/+2
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-1341-78/+42
* Jim's recent fixes 118600, 118587, 118513 have made these work.Dale Johannesen2010-11-092-2/+0
* The ARM jit cannot handle these tests as of 2010-10-27.Andrew Trick2010-10-292-0/+2
* Revert r101455, which fails on the llvm-arm-linux buildbot.Dan Gohman2010-04-161-41/+0
* Add JIT exception handling test.Bill Wendling2010-04-161-0/+41
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-021-2/+2
* Test case for http://llvm.org/PR6028.Jay Foad2010-01-151-0/+9
* Remove test. Execution tests are slow and generally not worth it.Nick Lewycky2009-11-081-19/+0
* Fix run line.Nick Lewycky2009-11-081-1/+1
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-081-0/+19
* Add a test for http://llvm.org/PR3043.Jeffrey Yasskin2009-10-051-0/+35
* Remove failing test...Bill Wendling2009-09-091-141/+0