index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-07
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
Lang Hames
1
-27
/
+0
2015-12-06
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
1
-1
/
+1
2015-12-04
[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.
Lang Hames
1
-10
/
+2
2015-12-04
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
1
-2
/
+2
2015-11-04
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
4
-20
/
+15
2015-11-04
Orc: Streamline some lambda usage in a unit test
David Blaikie
1
-9
/
+5
2015-11-04
Silence an extra semicolon warning; NFC.
Aaron Ballman
1
-1
/
+1
2015-11-03
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2
-5
/
+5
2015-11-03
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2
-5
/
+5
2015-11-03
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2
-5
/
+5
2015-10-30
[Orc] Expose the compile callback API through the C bindings.
Lang Hames
2
-22
/
+71
2015-10-29
[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, rather
Lang Hames
1
-0
/
+5
2015-10-29
[Orc] Rename IndirectStubsManagerBase method 'init' to 'createStubs'.
Lang Hames
1
-1
/
+1
2015-10-29
OrcJITTests: Update libdeps corresponding to r251604.
NAKAMURA Takumi
1
-0
/
+2
2015-10-29
[Orc] Add missing file for r251604.
Lang Hames
1
-0
/
+94
2015-10-29
[Orc] Add support for RuntimeDyld::setProcessAllSections.
Lang Hames
1
-0
/
+1
2015-10-28
[Orc] Require target support for host before running execution unit tests.
Lang Hames
1
-3
/
+6
2015-10-28
OrcJITTests: Prune unused libdeps.
NAKAMURA Takumi
1
-2
/
+0
2015-10-28
OrcJITTests: Update libdeps.
NAKAMURA Takumi
1
-0
/
+1
2015-10-28
Fix a -Wpessimizing-move warning.
Craig Topper
1
-1
/
+1
2015-10-28
[Orc] Disable Orc C API unit tests on non-Darwin while I investigate more
Lang Hames
1
-1
/
+1
2015-10-28
[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that
Lang Hames
5
-3
/
+150
2015-10-28
[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.
Lang Hames
5
-150
/
+3
2015-10-28
[Orc] Add experimental C bindings for Orc.
Lang Hames
5
-3
/
+150
2015-10-27
[Orc] Fix indentation.
Lang Hames
1
-35
/
+35
2015-10-20
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-6
/
+5
2015-10-20
[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
Lang Hames
3
-0
/
+165
2015-10-06
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
4
-18
/
+15
2015-09-09
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
1
-0
/
+6
2015-08-27
Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi.
Lang Hames
2
-0
/
+56
2015-08-11
Fix UB in MCJIT test cases that relied on union type punning
David Blaikie
1
-52
/
+30
2015-08-03
[MCJIT] Fix a cast warning in the unit-test introduced in r243589.
Lang Hames
1
-1
/
+7
2015-07-30
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
NAKAMURA Takumi
1
-0
/
+1
2015-07-30
[MCJIT] Fix a memory leak in a unit test that was introduced in r243589.
Lang Hames
1
-0
/
+1
2015-07-29
[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
Lang Hames
1
-0
/
+33
2015-07-14
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
Lang Hames
1
-0
/
+82
2015-07-11
Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...
Renato Golin
1
-64
/
+0
2015-07-11
[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a
Lang Hames
1
-1
/
+1
2015-07-11
[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for
Lang Hames
1
-3
/
+2
2015-07-10
[ExecutionEngine] Use std::function rather than a function pointer for the
Lang Hames
1
-0
/
+65
2015-06-25
Don't use std::make_unique.
Benjamin Kramer
1
-8
/
+9
2015-06-25
[ORC] Add ObjectTransformLayer
Joseph Tremoulet
2
-0
/
+302
2015-06-20
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
1
-3
/
+12
2015-05-28
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2
-0
/
+4
2015-05-18
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
1
-1
/
+1
2015-04-21
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl
Reid Kleckner
1
-1
/
+2
2015-04-20
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
4
-0
/
+139
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
4
-18
/
+18
2015-03-31
[MCJIT] Enable MCJIT regression tests on Darwin.
Lang Hames
1
-5
/
+0
2015-03-31
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
Lang Hames
1
-0
/
+1
[next]