index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a...
Nadav Rotem
2013-08-21
1
-0
/
+18
*
X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.
NAKAMURA Takumi
2013-08-21
4
-4
/
+4
*
Still more MCJIT PIC test XFAILs
Andrew Kaylor
2013-08-20
3
-3
/
+3
*
Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linux
Andrew Kaylor
2013-08-20
4
-4
/
+4
*
Removing duplicate XFAIL markers
Andrew Kaylor
2013-08-20
2
-2
/
+2
*
Marking two more MCJIT PIC tests as XFAIL on i686
Andrew Kaylor
2013-08-20
4
-4
/
+4
*
Marking MCJIT PIC tests as XFAIL on arm
Andrew Kaylor
2013-08-20
6
-6
/
+6
*
Marking MCJIT PIC tests as XFAIL on AArch64
Andrew Kaylor
2013-08-20
9
-9
/
+9
*
Fixing XPASSes among MCJIT PIC test on i686
Andrew Kaylor
2013-08-20
4
-4
/
+4
*
Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64
Andrew Kaylor
2013-08-20
1
-1
/
+1
*
Marking two MCJIT PIC tests as XFAIL on Darwin
Andrew Kaylor
2013-08-20
2
-2
/
+2
*
Trying again with PIC tests for MCJIT
Andrew Kaylor
2013-08-19
9
-0
/
+252
*
Reverting r188709 until I can figure out the proper way to XFAIL it.
Andrew Kaylor
2013-08-19
9
-252
/
+0
*
Adding tests for PIC with MCJIT
Andrew Kaylor
2013-08-19
9
-0
/
+252
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
4
-31
/
+5
*
Optimistically ignore scattered relocations in MachO in RuntimeDyld. This
Lang Hames
2013-08-09
3
-0
/
+2
*
LLVM Interpreter: MIPS tests should pass
Elena Demikhovsky
2013-08-07
1
-1
/
+0
*
LLVM Interpreter: fixed bug 16694
Elena Demikhovsky
2013-08-06
1
-52
/
+137
*
LLVM Interpreter: This patch implements vector support for cast operations (z...
Elena Demikhovsky
2013-08-05
2
-0
/
+178
*
[mips] Remove XFAIL from test-ptr-reloc-remote.ll
Petar Jovanovic
2013-07-24
1
-1
/
+0
*
Add newlines at end of test files, no functionality change
Stephen Lin
2013-07-13
1
-1
/
+1
*
Enable mcjit tests on ppc64 when building with cmake.
Rafael Espindola
2013-06-03
1
-1
/
+3
*
Disable new legacy JIT test on ARM.
Tim Northover
2013-06-01
1
-0
/
+1
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-06-01
1
-0
/
+17
*
ARM: use pristine object file while processing relocations
Tim Northover
2013-05-28
3
-3
/
+3
*
Disable remote MCJIT on pre-v6 ARM
Renato Golin
2013-05-20
1
-0
/
+11
*
Invalidate instruction cache when setting memory to be executable.
Tim Northover
2013-05-19
5
-15
/
+4
*
Unsupported remote JIT on ARM
Renato Golin
2013-05-18
9
-6
/
+17
*
XFAIL this test for mingw too.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
XFAILing this test on Win32 to unbreak the build bots.
Aaron Ballman
2013-05-10
1
-1
/
+1
*
PowerPC: Fix unimplemented relocation on ppc64
Adhemerval Zanella
2013-05-06
1
-1
/
+1
*
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
2
-3
/
+3
*
Free the exception object. Should fix the vg bots.
Rafael Espindola
2013-05-06
1
-0
/
+5
*
XFAIL for cygwin.
Rafael Espindola
2013-05-06
1
-1
/
+1
*
This should also fail on ARM.
Rafael Espindola
2013-05-05
1
-1
/
+1
*
Fix XFAIL line.
Rafael Espindola
2013-05-05
1
-1
/
+1
*
XFAIL this on ppc64.
Rafael Espindola
2013-05-05
1
-0
/
+1
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-0
/
+26
*
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-05-04
1
-3
/
+4
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-0
/
+12
*
Collect the Addend for external relocs.
Rafael Espindola
2013-04-30
1
-1
/
+0
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-1
/
+0
*
Disable the MCJIT tests on 32 bit darwin.
Rafael Espindola
2013-04-29
1
-0
/
+3
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
4
-4
/
+4
*
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-26
5
-0
/
+173
*
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
5
-173
/
+0
*
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-12
5
-0
/
+173
*
Rewrite test/ExecutionEngine tests to use FileCheck instead of grep
Eli Bendersky
2013-04-08
4
-6
/
+10
*
[mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builder
Akira Hatanaka
2013-04-05
1
-0
/
+1
*
Respect Addend when processing MCJIT relocations to local/global symbols.
Ulrich Weigand
2013-04-05
1
-0
/
+25
[next]