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
*
Fixing problems in lli's RemoteMemoryManager.
Andrew Kaylor
2013-10-11
2
-2
/
+4
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
2
-0
/
+65
*
Updating XFAILs for recent GOT tests
Andrew Kaylor
2013-10-05
4
-0
/
+4
*
Adding tests for multiple GOTs with MCJIT
Andrew Kaylor
2013-10-05
4
-0
/
+44
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
10
-0
/
+80
*
Adding out-of-process execution support to lli.
Andrew Kaylor
2013-10-02
7
-7
/
+7
*
Fix some more MCJIT PIC test XFAILs (for i386)
Andrew Kaylor
2013-09-20
4
-4
/
+4
*
Add "native" to config.available_features, to make it easier to disable non-x...
Amaury de la Vieuville
2013-09-13
2
-1
/
+9
*
LLVM interpreter: added a test for insert- extract- value
Elena Demikhovsky
2013-09-12
1
-0
/
+21
*
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
2013-09-02
3
-0
/
+240
*
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
[next]