summaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64Andrew Kaylor2013-08-201-1/+1
* Marking two MCJIT PIC tests as XFAIL on DarwinAndrew Kaylor2013-08-202-2/+2
* Trying again with PIC tests for MCJITAndrew Kaylor2013-08-199-0/+252
* Reverting r188709 until I can figure out the proper way to XFAIL it.Andrew Kaylor2013-08-199-252/+0
* Adding tests for PIC with MCJITAndrew Kaylor2013-08-199-0/+252
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-164-31/+5
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-093-0/+2
* LLVM Interpreter: MIPS tests should passElena Demikhovsky2013-08-071-1/+0
* LLVM Interpreter: fixed bug 16694Elena Demikhovsky2013-08-061-52/+137
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-052-0/+178
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-241-1/+0
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-131-1/+1
* Enable mcjit tests on ppc64 when building with cmake.Rafael Espindola2013-06-031-1/+3
* Disable new legacy JIT test on ARM.Tim Northover2013-06-011-0/+1
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-011-0/+17
* 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-189-6/+17
* XFAIL this test for mingw too.Rafael Espindola2013-05-131-1/+1
* XFAILing this test on Win32 to unbreak the build bots.Aaron Ballman2013-05-101-1/+1
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-061-1/+1
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-062-3/+3
* Free the exception object. Should fix the vg bots.Rafael Espindola2013-05-061-0/+5
* XFAIL for cygwin.Rafael Espindola2013-05-061-1/+1
* This should also fail on ARM.Rafael Espindola2013-05-051-1/+1
* Fix XFAIL line.Rafael Espindola2013-05-051-1/+1
* XFAIL this on ppc64.Rafael Espindola2013-05-051-0/+1
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+26
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-041-3/+4
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+12
* Collect the Addend for external relocs.Rafael Espindola2013-04-301-1/+0
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-1/+0
* Disable the MCJIT tests on 32 bit darwin.Rafael Espindola2013-04-291-0/+3
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-294-4/+4
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-265-0/+173
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-125-173/+0
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-125-0/+173
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-084-6/+10
* [mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builderAkira Hatanaka2013-04-051-0/+1