summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAge
* Fix this test to not write to the source tree, and instead to write toChandler Carruth2014-06-28
* [RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targetsLang Hames2014-06-27
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-27
* [RuntimeDyld] Support more PPC64 relocationsUlrich Weigand2014-06-20
* mark the old jit tests as unsupported for powerpc64 (for cmake)Will Schmidt2014-06-17
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Use AArch64 instead of now removed ARM64 in test configsAlexey Samsonov2014-06-05
* Fix testers by removing dubious testcase for r209154.Lang Hames2014-05-19
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-19
* [ARM64] Disable regression tests for the old JIT.Tilmann Scheller2014-04-29
* Ignore old JIT tests in AARch64 - CMake styleRenato Golin2014-02-25
* PC-rel implemented in AArch64, test now passRenato Golin2014-02-12
* mips: XFAIL non-extern-addend-smallcodemodel testPetar Jovanovic2014-02-05
* Split out small-code-model MCJIT testcase in order to xfail for AArch64, whereLang Hames2014-01-31
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* Re-enabling MCJIT tests on ARMRenato Golin2014-01-25
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-22
* Revert 199262 - MCJIT remote still failing on ARMRenato Golin2014-01-15
* Re-disable MCJIT remote tests on ARMRenato Golin2014-01-15
* Re-enable remote MCJIT tests on ARMv7Renato Golin2014-01-14
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put together rm(1) and mkdi...NAKAMURA Takumi2014-01-13
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remove "REQUIRES:shell". Th...NAKAMURA Takumi2014-01-10
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add "AMD64" in the host_arch l...NAKAMURA Takumi2014-01-10
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix not to use %t.cachedir/%p.NAKAMURA Takumi2014-01-10
* Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames2014-01-09
* Add missing test case for r198737.Lang Hames2014-01-08
* Remove empty MCJIT/load-object-a.ll since r196641.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Fix lit config for disabled MCJIT tests on ARMRenato Golin2013-12-03
* Disable Remote MCJIT tests on ARMRenato Golin2013-12-03
* [mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic2013-11-19
* Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...NAKAMURA Takumi2013-11-13
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-13
* [mips] XFAIL several MCJIT remote testsPetar Jovanovic2013-10-31
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-29
* Renaming MCJIT .ir files to .ll and moving them to InputsAndrew Kaylor2013-10-28
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-28
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-27
* Fix typo in test's XFAIL line. Patch by Dimitry Andric!Nick Lewycky2013-10-21
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-11
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-05
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-05
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-02
* Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor2013-09-20
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-13
* LLVM interpreter: added a test for insert- extract- valueElena Demikhovsky2013-09-12