summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-0912-12/+12
* Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linkedPetr Hosek2018-01-081-0/+1
* [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames2016-08-192-2/+2
* [RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.Lang Hames2016-08-192-2/+2
* [powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endianBill Seurer2016-04-2612-24/+36
* [powerpc] mark JIT tests as XFAIL on powerpc64 big endianBill Seurer2016-04-2612-12/+24
* Remove some stale comments and fix a typo as suggested by David Blaikie in hisLang Hames2016-01-171-1/+0
* [Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames2016-01-141-0/+32
* Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.NAKAMURA Takumi2016-01-1411-11/+11
* [Orc] XFAIL a few remote-jit test cases that I missed in r257391.Lang Hames2016-01-111-1/+1
* XFAIL the LLI remote JIT tests on Win32.Lang Hames2016-01-1110-1/+10
* Remove the remote-JIT small code model tests for now. They're causingLang Hames2016-01-112-24/+0
* XFAIL the remote small code model tests on x86. Small code model is not properlyLang Hames2016-01-112-2/+2
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-113-3/+4
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-284-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-135-7/+7
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-278-26/+26
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-5/+5
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0214-14/+14
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0714-14/+14
* Nuke the old JIT.Rafael Espindola2014-08-0714-14/+14
* Enable EHABI by defaultRenato Golin2014-01-299-13/+12
* Re-enabling MCJIT tests on ARMRenato Golin2014-01-251-2/+2
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-2211-11/+11
* Revert 199262 - MCJIT remote still failing on ARMRenato Golin2014-01-151-2/+2
* Re-disable MCJIT remote tests on ARMRenato Golin2014-01-151-0/+5
* Re-enable remote MCJIT tests on ARMv7Renato Golin2014-01-141-5/+0
* Fix lit config for disabled MCJIT tests on ARMRenato Golin2013-12-031-1/+7
* Disable Remote MCJIT tests on ARMRenato Golin2013-12-031-2/+1
* [mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic2013-11-197-14/+0
* Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...NAKAMURA Takumi2013-11-132-2/+2
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-132-2/+2
* [mips] XFAIL several MCJIT remote testsPetar Jovanovic2013-10-314-0/+8
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-298-21/+3
* Renaming MCJIT .ir files to .ll and moving them to InputsAndrew Kaylor2013-10-287-4/+4
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-284-4/+4
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-278-5/+24
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-112-2/+4
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-052-0/+2
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-052-0/+22
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-045-0/+40
* 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-202-2/+2
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-212-2/+2
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-203-3/+3
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-202-2/+2
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-202-2/+2
* Marking MCJIT PIC tests as XFAIL on AArch64Andrew Kaylor2013-08-203-3/+3
* Fixing XPASSes among MCJIT PIC test on i686Andrew Kaylor2013-08-202-2/+2
* Trying again with PIC tests for MCJITAndrew Kaylor2013-08-193-0/+88
OpenPOWER on IntegriCloud