aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: use pristine object file while processing relocationsTim Northover2013-05-283-3/+3
* Disable remote MCJIT on pre-v6 ARMRenato Golin2013-05-201-0/+11
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-195-15/+4
* Unsupported remote JIT on ARMRenato Golin2013-05-189-6/+17
* XFAIL this test for mingw too.Rafael Espindola2013-05-131-1/+1
* XFAILing this test on Win32 to unbreak the build bots.Aaron Ballman2013-05-101-1/+1
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-061-1/+1
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-062-3/+3
* Free the exception object. Should fix the vg bots.Rafael Espindola2013-05-061-0/+5
* XFAIL for cygwin.Rafael Espindola2013-05-061-1/+1
* This should also fail on ARM.Rafael Espindola2013-05-051-1/+1
* Fix XFAIL line.Rafael Espindola2013-05-051-1/+1
* XFAIL this on ppc64.Rafael Espindola2013-05-051-0/+1
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+26
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-041-3/+4
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+12
* Collect the Addend for external relocs.Rafael Espindola2013-04-301-1/+0
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-1/+0
* Disable the MCJIT tests on 32 bit darwin.Rafael Espindola2013-04-291-0/+3
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-294-4/+4
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-265-0/+173
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-125-173/+0
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-125-0/+173
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-084-6/+10
* [mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builderAkira Hatanaka2013-04-051-0/+1
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-051-0/+25
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-0/+84
* Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma2013-03-251-0/+2
* Corrections for XFAIL armv5 testsRenato Golin2013-02-286-6/+5
* Proper XFAILs for ARMv7 / v5Renato Golin2013-02-267-6/+7
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-181-1/+1
* 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