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
*
[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
*
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
1
-0
/
+84
*
Disable Execution Engine tests not supported by Hexagon.
Jyotsna Verma
2013-03-25
1
-0
/
+2
*
Corrections for XFAIL armv5 tests
Renato Golin
2013-02-28
6
-6
/
+5
*
Proper XFAILs for ARMv7 / v5
Renato Golin
2013-02-26
7
-6
/
+7
*
AArch64: adjust tests which rely on a default JIT
Tim Northover
2013-02-18
1
-1
/
+1
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
59
-59
/
+59
*
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
NAKAMURA Takumi
2012-11-20
1
-0
/
+3
*
Marking remote mcjit tests as XFAIL for MIPS.
Simon Atanasyan
2012-11-20
7
-7
/
+7
*
Enable MCJIT tests on PowerPC.
Ulrich Weigand
2012-11-19
2
-2
/
+14
*
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...
NAKAMURA Takumi
2012-11-18
7
-7
/
+7
*
test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.
NAKAMURA Takumi
2012-11-18
1
-36
/
+36
*
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
Andrew Kaylor
2012-11-17
2
-2
/
+2
*
Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
Andrew Kaylor
2012-11-16
7
-7
/
+7
*
Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).
Andrew Kaylor
2012-11-16
7
-0
/
+7
*
Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).
Andrew Kaylor
2012-11-16
7
-0
/
+220
*
Add MCJIT test case for running global constructors.
Amara Emerson
2012-11-16
1
-0
/
+21
*
Align the data section correctly when loading an ELF file.
Tim Northover
2012-10-29
1
-0
/
+15
*
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-29
1
-0
/
+32
*
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-10-08
3
-0
/
+3
[next]