summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-02
* In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a...Nadav Rotem2013-08-21
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-21
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-20
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-20
* Removing duplicate XFAIL markersAndrew Kaylor2013-08-20
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-20
* Marking MCJIT PIC tests as XFAIL on armAndrew Kaylor2013-08-20
* Marking MCJIT PIC tests as XFAIL on AArch64Andrew Kaylor2013-08-20
* Fixing XPASSes among MCJIT PIC test on i686Andrew Kaylor2013-08-20
* Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64Andrew Kaylor2013-08-20
* Marking two MCJIT PIC tests as XFAIL on DarwinAndrew Kaylor2013-08-20
* Trying again with PIC tests for MCJITAndrew Kaylor2013-08-19
* Reverting r188709 until I can figure out the proper way to XFAIL it.Andrew Kaylor2013-08-19
* Adding tests for PIC with MCJITAndrew Kaylor2013-08-19
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-09
* LLVM Interpreter: MIPS tests should passElena Demikhovsky2013-08-07
* LLVM Interpreter: fixed bug 16694Elena Demikhovsky2013-08-06
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-05
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-24
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Enable mcjit tests on ppc64 when building with cmake.Rafael Espindola2013-06-03
* Disable new legacy JIT test on ARM.Tim Northover2013-06-01
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* ARM: use pristine object file while processing relocationsTim Northover2013-05-28
* Disable remote MCJIT on pre-v6 ARMRenato Golin2013-05-20
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-19
* Unsupported remote JIT on ARMRenato Golin2013-05-18
* XFAIL this test for mingw too.Rafael Espindola2013-05-13
* XFAILing this test on Win32 to unbreak the build bots.Aaron Ballman2013-05-10
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-06
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Free the exception object. Should fix the vg bots.Rafael Espindola2013-05-06
* XFAIL for cygwin.Rafael Espindola2013-05-06
* This should also fail on ARM.Rafael Espindola2013-05-05
* Fix XFAIL line.Rafael Espindola2013-05-05
* XFAIL this on ppc64.Rafael Espindola2013-05-05
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-04
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Collect the Addend for external relocs.Rafael Espindola2013-04-30
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29