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
/
tools
/
lli
/
OrcLazyJIT.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-252
/
+0
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
1
-4
/
+3
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-2
/
+3
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-1
/
+2
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-2
/
+2
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-2
/
+2
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-2
/
+2
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
1
-5
/
+4
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
1
-2
/
+2
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-17
/
+12
*
[ORC] Remove some unused lambda captures.
Lang Hames
2018-02-06
1
-3
/
+3
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
1
-18
/
+74
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-2
/
+2
*
Orc: PR33769: Don't rely on comparisons with default constructed iterators
David Blaikie
2017-08-11
1
-8
/
+8
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-6
/
+18
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-4
/
+3
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-46
/
+47
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-47
/
+46
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-46
/
+47
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-3
/
+4
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
1
-17
/
+30
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
1
-2
/
+2
*
[lli] Pass command line arguments in to the orc-lazy JIT.
Lang Hames
2016-10-28
1
-2
/
+2
*
[Orc] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. Also
Lang Hames
2016-08-29
1
-7
/
+21
*
[ORC] Re-apply r277896, removing bogus triples and datalayouts that broke tests
Lang Hames
2016-08-06
1
-20
/
+17
*
Revert r277896.
Nico Weber
2016-08-06
1
-17
/
+20
*
[ORC] Add (partial) weak symbol support to the CompileOnDemand layer.
Lang Hames
2016-08-06
1
-20
/
+17
*
[lli] Add the ability for OrcLazyJIT to accept multiple input modules.
Lang Hames
2016-08-02
1
-1
/
+2
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-7
/
+7
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
1
-2
/
+1
*
[Orc] Merge some common code for creating CompileCallbackManagers and
Lang Hames
2016-05-26
1
-3
/
+0
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
1
-1
/
+1
*
[Orc] Enable user-supplied memory managers in the CompileOnDemand layer.
Lang Hames
2016-01-09
1
-1
/
+3
*
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2015-12-04
1
-1
/
+1
*
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2015-11-03
1
-15
/
+8
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
1
-8
/
+15
*
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2015-11-03
1
-15
/
+8
*
[Orc] Add support for emitting indirect stubs directly into the JIT target's
Lang Hames
2015-10-19
1
-11
/
+13
*
[Orc] Enable user supplied partitioning functors in the CompileOnDemand layer.
Lang Hames
2015-10-07
1
-1
/
+8
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-13
/
+13
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-13
/
+13
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-13
/
+13
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-3
/
+1
*
[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
Lang Hames
2015-06-12
1
-20
/
+19
*
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
Lang Hames
2015-06-12
1
-1
/
+1
*
[Orc] Remove some unnecesary includes and whitespace that slipped in to r239561.
Lang Hames
2015-06-11
1
-2
/
+1
*
[Orc] Make partition identification in the CompileOnDemand layer lazy.
Lang Hames
2015-06-11
1
-16
/
+20
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+1
*
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
2015-05-05
1
-7
/
+2
*
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
2015-05-04
1
-2
/
+7
[next]