summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* [ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.Lang Hames2017-10-201-10/+0
* [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.Lang Hames2017-10-201-0/+10
* [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...Ulrich Weigand2017-05-231-1/+2
* [RuntimeDyld] Move an X86 only test to the correct directory.Davide Italiano2016-11-021-8/+0
* [lli/COFF] Set the correct alignment for common symbolsDavide Italiano2016-11-021-0/+8
* Remove the JIT EH/small code model tests for now.Lang Hames2016-10-191-32/+0
* [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames2016-08-195-5/+5
* [RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.Lang Hames2016-08-195-5/+5
* [ExecutionEngine] Disable weak symbol tests for COFF.Lang Hames2016-08-092-2/+5
* Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames2016-08-092-0/+35
* Revert r278065 while I investigate some build-bot breakage.Lang Hames2016-08-082-35/+0
* [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames2016-08-082-0/+35
* [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
* Un-XFAIL JIT EH tests under [am]san.Peter Collingbourne2015-12-154-4/+4
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-175-10/+10
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-2811-11/+11
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-164-4/+4
* Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly ...NAKAMURA Takumi2015-04-141-1/+0
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-141-0/+1
* [Orc][MCJIT] Remove the small code model regression tests.Lang Hames2015-03-311-12/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-1315-19/+19
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2730-94/+94
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-277-19/+19
* Remove a few more redundant ExecutionEngine regression tests.Lang Hames2015-01-241-8/+0
* Reverting r226937: lit: Make MCJIT's supported arch check case insensitiveKuba Brecka2015-01-241-2/+2
* lit: Make MCJIT's supported arch check case insensitiveReid Kleckner2015-01-231-2/+2
* [MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayoutLang Hames2015-01-083-6/+0
* XFAIL several MCJIT EH tests under ASan and MSan bootstrap.Alexey Samsonov2015-01-074-4/+4
* Small model and JIT generally don't go well with each other.Joerg Sonnenberger2014-11-251-26/+0
* Mark as explicit failing on x86-64 -- small memory model doesn't agreeJoerg Sonnenberger2014-11-251-0/+1
* MCJIT tests passing on ARM after r222414 fixed the relocationRenato Golin2014-11-202-2/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0282-84/+84
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0782-84/+84
* Nuke the old JIT.Rafael Espindola2014-08-0782-84/+84
* [RuntimeDyld] Support more PPC64 relocationsUlrich Weigand2014-06-201-1/+1
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-1/+1
* PC-rel implemented in AArch64, test now passRenato Golin2014-02-121-1/+1
* mips: XFAIL non-extern-addend-smallcodemodel testPetar Jovanovic2014-02-051-1/+1
* Split out small-code-model MCJIT testcase in order to xfail for AArch64, whereLang Hames2014-01-312-1/+25
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-291-6/+16
* Enable EHABI by defaultRenato Golin2014-01-299-13/+12