aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-082-3/+5
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-051-0/+25
* Corrections for XFAIL armv5 testsRenato Golin2013-02-282-2/+1
* Proper XFAILs for ARMv7 / v5Renato Golin2013-02-263-2/+3
* 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-191-2/+3
* 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
* 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
* 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