summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT
AgeCommit message (Expand)Author
2017-10-20[ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.Lang Hames
2017-10-20[ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.Lang Hames
2017-05-23[RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...Ulrich Weigand
2016-11-02[RuntimeDyld] Move an X86 only test to the correct directory.Davide Italiano
2016-11-02[lli/COFF] Set the correct alignment for common symbolsDavide Italiano
2016-10-19Remove the JIT EH/small code model tests for now.Lang Hames
2016-08-19[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames
2016-08-19[RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.Lang Hames
2016-08-09[ExecutionEngine] Disable weak symbol tests for COFF.Lang Hames
2016-08-09Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames
2016-08-08Revert r278065 while I investigate some build-bot breakage.Lang Hames
2016-08-08[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames
2016-04-26[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endianBill Seurer
2016-04-26[powerpc] mark JIT tests as XFAIL on powerpc64 big endianBill Seurer
2016-01-17Remove some stale comments and fix a typo as suggested by David Blaikie in hisLang Hames
2016-01-14[Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames
2016-01-14Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.NAKAMURA Takumi
2016-01-11[Orc] XFAIL a few remote-jit test cases that I missed in r257391.Lang Hames
2016-01-11XFAIL the LLI remote JIT tests on Win32.Lang Hames
2016-01-11Remove the remote-JIT small code model tests for now. They're causingLang Hames
2016-01-11XFAIL the remote small code model tests on x86. Small code model is not properlyLang Hames
2016-01-11[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames
2015-12-15Un-XFAIL JIT EH tests under [am]san.Peter Collingbourne
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-05-28[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-04-14Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly ...NAKAMURA Takumi
2015-04-14[RuntimeDyldELF] Improve GOT supportKeno Fischer
2015-03-31[Orc][MCJIT] Remove the small code model regression tests.Lang Hames
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-24Remove a few more redundant ExecutionEngine regression tests.Lang Hames
2015-01-24Reverting r226937: lit: Make MCJIT's supported arch check case insensitiveKuba Brecka
2015-01-23lit: Make MCJIT's supported arch check case insensitiveReid Kleckner
2015-01-08[MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayoutLang Hames
2015-01-07XFAIL several MCJIT EH tests under ASan and MSan bootstrap.Alexey Samsonov
2014-11-25Small model and JIT generally don't go well with each other.Joerg Sonnenberger
2014-11-25Mark as explicit failing on x86-64 -- small memory model doesn't agreeJoerg Sonnenberger
2014-11-20MCJIT tests passing on ARM after r222414 fixed the relocationRenato Golin
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-06-20[RuntimeDyld] Support more PPC64 relocationsUlrich Weigand
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2014-02-12PC-rel implemented in AArch64, test now passRenato Golin
2014-02-05mips: XFAIL non-extern-addend-smallcodemodel testPetar Jovanovic
2014-01-31Split out small-code-model MCJIT testcase in order to xfail for AArch64, whereLang Hames
2014-01-29Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames
2014-01-29Enable EHABI by defaultRenato Golin