index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
20
-63
/
+118
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
142
-496
/
+555
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
99
-80
/
+1011
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
119
-116
/
+357
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
5
-3
/
+41
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-3
/
+4
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
20
-32
/
+98
*
Merging r195157:
Petar Jovanovic
2013-11-21
7
-14
/
+0
*
Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...
NAKAMURA Takumi
2013-11-13
4
-4
/
+4
*
Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.
NAKAMURA Takumi
2013-11-13
4
-4
/
+4
*
[mips] XFAIL several MCJIT remote tests
Petar Jovanovic
2013-10-31
4
-0
/
+8
*
Adding a workaround for __main linking with remote lli and Cygwin/MinGW
Andrew Kaylor
2013-10-29
8
-21
/
+3
*
Renaming MCJIT .ir files to .ll and moving them to Inputs
Andrew Kaylor
2013-10-28
16
-9
/
+9
*
Standardizing lli's extra module command line option
Andrew Kaylor
2013-10-28
9
-9
/
+9
*
MCJIT-remote: __main should be resolved in child context.
NAKAMURA Takumi
2013-10-27
8
-5
/
+24
*
Fix typo in test's XFAIL line. Patch by Dimitry Andric!
Nick Lewycky
2013-10-21
1
-1
/
+1
*
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
[next]