aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT/remote
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-098-37/+37
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0214-14/+14
* Update to LLVM 3.5a.Stephen Hines2014-04-2415-25/+29
* Merging r195157:Petar Jovanovic2013-11-217-14/+0
* Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...NAKAMURA Takumi2013-11-132-2/+2
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-132-2/+2
* [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-287-4/+4
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-284-4/+4
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-278-5/+24
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-112-2/+4
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-052-0/+2
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-052-0/+22
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-045-0/+40
* 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-202-2/+2
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-212-2/+2
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-203-3/+3
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-202-2/+2
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-202-2/+2
* Marking MCJIT PIC tests as XFAIL on AArch64Andrew Kaylor2013-08-203-3/+3
* Fixing XPASSes among MCJIT PIC test on i686Andrew Kaylor2013-08-202-2/+2
* Trying again with PIC tests for MCJITAndrew Kaylor2013-08-193-0/+88
* Reverting r188709 until I can figure out the proper way to XFAIL it.Andrew Kaylor2013-08-193-88/+0
* Adding tests for PIC with MCJITAndrew Kaylor2013-08-193-0/+88
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-10/+2
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-241-1/+0
* ARM: use pristine object file while processing relocationsTim Northover2013-05-283-3/+3
* Disable remote MCJIT on pre-v6 ARMRenato Golin2013-05-201-0/+11
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-195-15/+4
* Unsupported remote JIT on ARMRenato Golin2013-05-188-0/+235