index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ExecutionEngine
/
Orc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-4
/
+4
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-4
/
+4
*
[Orc] Switch RPC Procedure to take a function type, rather than an arg list.
Lang Hames
2016-03-21
1
-12
/
+4
*
[Orc] Add lazy-JITting support for i386.
Lang Hames
2016-02-10
1
-1
/
+3
*
[Unittest] Clean up formatting, NFC
Joseph Tremoulet
2016-02-03
1
-55
/
+54
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-6
/
+2
*
ObjectTransformLayerTest.cpp: Rework r258633. [-Winconsistent-missing-override]
NAKAMURA Takumi
2016-01-23
1
-1
/
+1
*
ObjectTransformLayerTest.cpp: Fix a warning. [-Wredundant-move]
NAKAMURA Takumi
2016-01-23
1
-1
/
+1
*
ObjectTransformLayerTest.cpp: Fix a warning. [-Winconsistent-missing-override]
NAKAMURA Takumi
2016-01-23
1
-1
/
+1
*
[ORC] Update ObjectTransformLayer signature
Joseph Tremoulet
2016-01-23
1
-6
/
+69
*
[Orc] Try to turn Orc execution unit tests back on for Linux.
Lang Hames
2016-01-20
1
-1
/
+1
*
[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until
Lang Hames
2016-01-19
1
-0
/
+72
*
[Orc] Revert r258031 - it broke the builders.
Lang Hames
2016-01-18
1
-1
/
+1
*
[Orc] Expand a comment explaining a unit test.
Lang Hames
2016-01-18
1
-0
/
+5
*
[Orc] Enable ORC execution unit tests on non-windows platforms.
Lang Hames
2016-01-18
1
-1
/
+1
*
[Orc] Add support for remote JITing to the ORC API.
Lang Hames
2016-01-11
2
-0
/
+148
*
OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems defi...
NAKAMURA Takumi
2016-01-10
1
-9
/
+9
*
[Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory
Lang Hames
2016-01-09
3
-4
/
+86
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-0
/
+1
*
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
Lang Hames
2015-12-07
1
-27
/
+0
*
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
2015-12-06
1
-1
/
+1
*
[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.
Lang Hames
2015-12-04
1
-10
/
+2
*
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2015-12-04
1
-2
/
+2
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-9
/
+7
*
Orc: Streamline some lambda usage in a unit test
David Blaikie
2015-11-04
1
-9
/
+5
*
Silence an extra semicolon warning; NFC.
Aaron Ballman
2015-11-04
1
-1
/
+1
*
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2015-11-03
2
-5
/
+5
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
2
-5
/
+5
*
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2015-11-03
2
-5
/
+5
*
[Orc] Expose the compile callback API through the C bindings.
Lang Hames
2015-10-30
2
-22
/
+71
*
[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, rather
Lang Hames
2015-10-29
1
-0
/
+5
*
[Orc] Rename IndirectStubsManagerBase method 'init' to 'createStubs'.
Lang Hames
2015-10-29
1
-1
/
+1
*
OrcJITTests: Update libdeps corresponding to r251604.
NAKAMURA Takumi
2015-10-29
1
-0
/
+2
*
[Orc] Add missing file for r251604.
Lang Hames
2015-10-29
1
-0
/
+94
*
[Orc] Add support for RuntimeDyld::setProcessAllSections.
Lang Hames
2015-10-29
1
-0
/
+1
*
[Orc] Require target support for host before running execution unit tests.
Lang Hames
2015-10-28
1
-3
/
+6
*
OrcJITTests: Prune unused libdeps.
NAKAMURA Takumi
2015-10-28
1
-2
/
+0
*
OrcJITTests: Update libdeps.
NAKAMURA Takumi
2015-10-28
1
-0
/
+1
*
Fix a -Wpessimizing-move warning.
Craig Topper
2015-10-28
1
-1
/
+1
*
[Orc] Disable Orc C API unit tests on non-Darwin while I investigate more
Lang Hames
2015-10-28
1
-1
/
+1
*
[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that
Lang Hames
2015-10-28
5
-3
/
+150
*
[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.
Lang Hames
2015-10-28
5
-150
/
+3
*
[Orc] Add experimental C bindings for Orc.
Lang Hames
2015-10-28
5
-3
/
+150
*
[Orc] Fix indentation.
Lang Hames
2015-10-27
1
-35
/
+35
*
[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
Lang Hames
2015-10-20
3
-0
/
+165
*
Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi.
Lang Hames
2015-08-27
2
-0
/
+56
*
Don't use std::make_unique.
Benjamin Kramer
2015-06-25
1
-8
/
+9
*
[ORC] Add ObjectTransformLayer
Joseph Tremoulet
2015-06-25
2
-0
/
+302
*
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl
Reid Kleckner
2015-04-21
1
-1
/
+2
[next]