summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Make sure we test ARM BR24 relocations with both internal and externalLang Hames2014-09-111-2/+7
* [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames2014-09-111-15/+19
* [MCJIT] Take the relocation addend into account when applying ARM MachO VANILLALang Hames2014-09-111-0/+3
* [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.Lang Hames2014-09-041-0/+30
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-02107-109/+84
* [PATCH][Interpreter] Add missing FP intrinsic lowering.Josh Klontz2014-08-301-0/+16
* [MCJIT] Add an i386 RuntimeDyldMachO test case.Lang Hames2014-08-192-4/+49
* Add missing Interpreter intrinsic lowering for sin, cos and ceilJosh Klontz2014-08-082-0/+22
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-07107-84/+109
* Remove a few XFAILs.Rafael Espindola2014-08-0725-25/+0
* Nuke the old JIT.Rafael Espindola2014-08-0782-84/+84
* [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.Lang Hames2014-07-301-3/+15
* [MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeDyldChecker isn't properlyLang Hames2014-07-292-0/+2
* [MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather thanLang Hames2014-07-292-10/+7
* [RuntimeDyld][AArch64] Make encode/decodeAddend also work on big-endian hosts.Juergen Ributzka2014-07-291-1/+0
* [MCJIT] Remove extraneous parentheses in test case.Lang Hames2014-07-281-2/+2
* [RuntimeDyld][AArch64] Update relocation tests and also add a simple GOT test.Juergen Ributzka2014-07-231-25/+40
* Rework to let RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s pass on win32.NAKAMURA Takumi2014-07-231-4/+1
* Suppress a test on win32 for now, llvm/test/ExecutionEngine/RuntimeDyld/X86/M...NAKAMURA Takumi2014-07-231-0/+3
* RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s: Use %/T here, or sed(1) would...NAKAMURA Takumi2014-07-231-1/+1
* XFAIL the test on MIPSJuergen Ributzka2014-07-221-0/+1
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-4/+15
* [RuntimeDyld][MachO][AArch64] Add a helper function for encoding addends in i...Juergen Ributzka2014-07-222-0/+57
* [RuntimeDyld] Replace a crufty old ARM RuntimeDyld test with a new one that usesLang Hames2014-07-104-1/+30
* Fix this test to not write to the source tree, and instead to write toChandler Carruth2014-06-281-3/+3
* [RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targetsLang Hames2014-06-272-0/+3
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-271-0/+32
* [RuntimeDyld] Support more PPC64 relocationsUlrich Weigand2014-06-201-1/+1
* mark the old jit tests as unsupported for powerpc64 (for cmake)Will Schmidt2014-06-171-0/+3
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-1/+1
* Use AArch64 instead of now removed ARM64 in test configsAlexey Samsonov2014-06-051-1/+1
* Fix testers by removing dubious testcase for r209154.Lang Hames2014-05-192-1/+0
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-192-0/+1
* [ARM64] Disable regression tests for the old JIT.Tilmann Scheller2014-04-291-3/+4
* Ignore old JIT tests in AARch64 - CMake styleRenato Golin2014-02-251-0/+4
* 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
* 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
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put together rm(1) and mkdi...NAKAMURA Takumi2014-01-131-7/+2
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remove "REQUIRES:shell". Th...NAKAMURA Takumi2014-01-101-2/+0
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add "AMD64" in the host_arch l...NAKAMURA Takumi2014-01-101-1/+1
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix not to use %t.cachedir/%p.NAKAMURA Takumi2014-01-101-4/+13
* Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames2014-01-091-11/+6
OpenPOWER on IntegriCloud