summaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in test's XFAIL line. Patch by Dimitry Andric!Nick Lewycky2013-10-211-1/+1
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-112-2/+4
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-0/+65
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-054-0/+4
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-054-0/+44
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-0410-0/+80
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-027-7/+7
* Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor2013-09-204-4/+4
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-131-1/+5
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-214-4/+4
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-203-3/+3
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-204-4/+4
* Removing duplicate XFAIL markersAndrew Kaylor2013-08-202-2/+2
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-204-4/+4
* Marking MCJIT PIC tests as XFAIL on armAndrew Kaylor2013-08-206-6/+6
* Marking MCJIT PIC tests as XFAIL on AArch64Andrew Kaylor2013-08-209-9/+9
* Fixing XPASSes among MCJIT PIC test on i686Andrew Kaylor2013-08-204-4/+4
* Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64Andrew Kaylor2013-08-201-1/+1
* Marking two MCJIT PIC tests as XFAIL on DarwinAndrew Kaylor2013-08-202-2/+2
* Trying again with PIC tests for MCJITAndrew Kaylor2013-08-199-0/+252
* Reverting r188709 until I can figure out the proper way to XFAIL it.Andrew Kaylor2013-08-199-252/+0
* Adding tests for PIC with MCJITAndrew Kaylor2013-08-199-0/+252
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-19/+3
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-241-1/+0
* Enable mcjit tests on ppc64 when building with cmake.Rafael Espindola2013-06-031-1/+3
* 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-061-2/+2
* 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
* 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