summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAge
* Enable mcjit tests on ppc64 when building with cmake.Rafael Espindola2013-06-03
* Disable new legacy JIT test on ARM.Tim Northover2013-06-01
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* ARM: use pristine object file while processing relocationsTim Northover2013-05-28
* Disable remote MCJIT on pre-v6 ARMRenato Golin2013-05-20
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-19
* Unsupported remote JIT on ARMRenato Golin2013-05-18
* XFAIL this test for mingw too.Rafael Espindola2013-05-13
* XFAILing this test on Win32 to unbreak the build bots.Aaron Ballman2013-05-10
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-06
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Free the exception object. Should fix the vg bots.Rafael Espindola2013-05-06
* XFAIL for cygwin.Rafael Espindola2013-05-06
* This should also fail on ARM.Rafael Espindola2013-05-05
* Fix XFAIL line.Rafael Espindola2013-05-05
* XFAIL this on ppc64.Rafael Espindola2013-05-05
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-04
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Collect the Addend for external relocs.Rafael Espindola2013-04-30
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Disable the MCJIT tests on 32 bit darwin.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-26
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-12
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-12
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-08
* [mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builderAkira Hatanaka2013-04-05
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-05
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-01
* Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma2013-03-25
* Corrections for XFAIL armv5 testsRenato Golin2013-02-28
* Proper XFAILs for ARMv7 / v5Renato Golin2013-02-26
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-18
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi2012-11-20
* Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan2012-11-20
* Enable MCJIT tests on PowerPC.Ulrich Weigand2012-11-19
* MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi2012-11-18
* test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi2012-11-18
* Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor2012-11-17
* Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor2012-11-16
* Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor2012-11-16
* Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).Andrew Kaylor2012-11-16
* Add MCJIT test case for running global constructors.Amara Emerson2012-11-16
* Align the data section correctly when loading an ELF file.Tim Northover2012-10-29
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-29
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-08
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-05
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-03