summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing test case for r198737.Lang Hames2014-01-081-0/+27
* Remove empty MCJIT/load-object-a.ll since r196641.NAKAMURA Takumi2013-12-071-0/+0
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-28/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+28
* 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-134-4/+4
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-134-4/+4
* [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-2816-9/+9
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-289-9/+9
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-278-5/+24
* Fix typo in test's XFAIL line. Patch by Dimitry Andric!Nick Lewycky2013-10-211-1/+1
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-112-2/+4
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-0/+65
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-054-0/+4
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-054-0/+44
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-0410-0/+80
* 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-204-4/+4
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-132-1/+9
* LLVM interpreter: added a test for insert- extract- valueElena Demikhovsky2013-09-121-0/+21
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-023-0/+240
* In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a...Nadav Rotem2013-08-211-0/+18
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-214-4/+4
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-203-3/+3
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-204-4/+4
* Removing duplicate XFAIL markersAndrew Kaylor2013-08-202-2/+2
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-204-4/+4
* Marking MCJIT PIC tests as XFAIL on armAndrew Kaylor2013-08-206-6/+6
* Marking MCJIT PIC tests as XFAIL on AArch64Andrew Kaylor2013-08-209-9/+9
* Fixing XPASSes among MCJIT PIC test on i686Andrew Kaylor2013-08-204-4/+4
OpenPOWER on IntegriCloud