index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ExecutionEngine
/
MCJIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.
Lang Hames
2017-10-20
1
-10
/
+0
*
[ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.
Lang Hames
2017-10-20
1
-0
/
+10
*
[RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...
Ulrich Weigand
2017-05-23
1
-1
/
+2
*
[RuntimeDyld] Move an X86 only test to the correct directory.
Davide Italiano
2016-11-02
1
-8
/
+0
*
[lli/COFF] Set the correct alignment for common symbols
Davide Italiano
2016-11-02
1
-0
/
+8
*
Remove the JIT EH/small code model tests for now.
Lang Hames
2016-10-19
1
-32
/
+0
*
[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
Lang Hames
2016-08-19
5
-5
/
+5
*
[RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.
Lang Hames
2016-08-19
5
-5
/
+5
*
[ExecutionEngine] Disable weak symbol tests for COFF.
Lang Hames
2016-08-09
2
-2
/
+5
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
2
-0
/
+35
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
2
-35
/
+0
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
2
-0
/
+35
*
[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endian
Bill Seurer
2016-04-26
12
-24
/
+36
*
[powerpc] mark JIT tests as XFAIL on powerpc64 big endian
Bill Seurer
2016-04-26
12
-12
/
+24
*
Remove some stale comments and fix a typo as suggested by David Blaikie in his
Lang Hames
2016-01-17
1
-1
/
+0
*
[Orc] Add support for EH-frame registration to the Orc Remote Target utility
Lang Hames
2016-01-14
1
-0
/
+32
*
Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.
NAKAMURA Takumi
2016-01-14
11
-11
/
+11
*
[Orc] XFAIL a few remote-jit test cases that I missed in r257391.
Lang Hames
2016-01-11
1
-1
/
+1
*
XFAIL the LLI remote JIT tests on Win32.
Lang Hames
2016-01-11
10
-1
/
+10
*
Remove the remote-JIT small code model tests for now. They're causing
Lang Hames
2016-01-11
2
-24
/
+0
*
XFAIL the remote small code model tests on x86. Small code model is not properly
Lang Hames
2016-01-11
2
-2
/
+2
*
[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
Lang Hames
2016-01-11
3
-3
/
+4
*
Un-XFAIL JIT EH tests under [am]san.
Peter Collingbourne
2015-12-15
4
-4
/
+4
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
5
-10
/
+10
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
11
-11
/
+11
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
4
-4
/
+4
*
Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly ...
NAKAMURA Takumi
2015-04-14
1
-1
/
+0
*
[RuntimeDyldELF] Improve GOT support
Keno Fischer
2015-04-14
1
-0
/
+1
*
[Orc][MCJIT] Remove the small code model regression tests.
Lang Hames
2015-03-31
1
-12
/
+0
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
15
-19
/
+19
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
30
-94
/
+94
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
7
-19
/
+19
*
Remove a few more redundant ExecutionEngine regression tests.
Lang Hames
2015-01-24
1
-8
/
+0
*
Reverting r226937: lit: Make MCJIT's supported arch check case insensitive
Kuba Brecka
2015-01-24
1
-2
/
+2
*
lit: Make MCJIT's supported arch check case insensitive
Reid Kleckner
2015-01-23
1
-2
/
+2
*
[MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout
Lang Hames
2015-01-08
3
-6
/
+0
*
XFAIL several MCJIT EH tests under ASan and MSan bootstrap.
Alexey Samsonov
2015-01-07
4
-4
/
+4
*
Small model and JIT generally don't go well with each other.
Joerg Sonnenberger
2014-11-25
1
-26
/
+0
*
Mark as explicit failing on x86-64 -- small memory model doesn't agree
Joerg Sonnenberger
2014-11-25
1
-0
/
+1
*
MCJIT tests passing on ARM after r222414 fixed the relocation
Renato Golin
2014-11-20
2
-2
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
82
-84
/
+84
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
82
-84
/
+84
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
82
-84
/
+84
*
[RuntimeDyld] Support more PPC64 relocations
Ulrich Weigand
2014-06-20
1
-1
/
+1
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-1
/
+1
*
PC-rel implemented in AArch64, test now pass
Renato Golin
2014-02-12
1
-1
/
+1
*
mips: XFAIL non-extern-addend-smallcodemodel test
Petar Jovanovic
2014-02-05
1
-1
/
+1
*
Split out small-code-model MCJIT testcase in order to xfail for AArch64, where
Lang Hames
2014-01-31
2
-1
/
+25
*
Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Lang Hames
2014-01-29
1
-6
/
+16
*
Enable EHABI by default
Renato Golin
2014-01-29
9
-13
/
+12
[next]