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.cpp
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
-155
/
+0
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
1
-11
/
+1
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-20
/
+19
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-5
/
+5
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-5
/
+5
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-12
/
+13
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-5
/
+6
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-6
/
+5
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-5
/
+6
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
1
-33
/
+36
*
[lli] Don't strip away const qualifier. Unbreak the gcc6 build.
Davide Italiano
2016-10-31
1
-2
/
+2
*
[lli] Pass command line arguments in to the orc-lazy JIT.
Lang Hames
2016-10-28
1
-3
/
+6
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[ORC] Clone module flags metadata into the globals module in the
Lang Hames
2016-09-04
1
-6
/
+6
*
[ORC] Re-apply r277896, removing bogus triples and datalayouts that broke tests
Lang Hames
2016-08-06
1
-2
/
+1
*
Revert r277896.
Nico Weber
2016-08-06
1
-1
/
+2
*
[ORC] Add (partial) weak symbol support to the CompileOnDemand layer.
Lang Hames
2016-08-06
1
-2
/
+1
*
[lli] Add the ability for OrcLazyJIT to accept multiple input modules.
Lang Hames
2016-08-02
1
-3
/
+5
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-1
/
+1
*
[Orc] Merge some common code for creating CompileCallbackManagers and
Lang Hames
2016-05-26
1
-52
/
+3
*
[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.
Lang Hames
2016-05-07
1
-7
/
+20
*
[Orc] Add lazy-JITting support for i386.
Lang Hames
2016-02-10
1
-0
/
+11
*
[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
Lang Hames
2016-01-11
1
-1
/
+1
*
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
2015-12-06
1
-1
/
+2
*
[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
-14
/
+8
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
1
-8
/
+14
*
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2015-11-03
1
-14
/
+8
*
[Orc] Add support for emitting indirect stubs directly into the JIT target's
Lang Hames
2015-10-19
1
-7
/
+40
*
Fix lli with OrcLazyJIT: the default DataLayout was used.
Mehdi Amini
2015-07-30
1
-0
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+2
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-2
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+2
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-1
/
+1
*
[lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.
Lang Hames
2015-06-09
1
-1
/
+6
*
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
2015-04-30
1
-4
/
+4
*
lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
NAKAMURA Takumi
2015-04-17
1
-0
/
+1
*
[Orc] Reapply r234815, outputting via stdout instead.
Lang Hames
2015-04-14
1
-11
/
+12
*
Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.
Aaron Ballman
2015-04-14
1
-0
/
+1
*
[Orc] Disambiguate call to make_unique. This should fix the builders broken by
Lang Hames
2015-04-13
1
-1
/
+2
*
[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
Lang Hames
2015-04-13
1
-3
/
+78
*
[Orc] Add support classes for inspecting and running C++ static ctor/dtors, and
Lang Hames
2015-04-02
1
-3
/
+1
*
[Orc] Reflect process symbols into the LLI Orc-lazy JIT.
Lang Hames
2015-04-01
1
-0
/
+13
*
[Orc] Separate callback manager selection from callback manager construction for
Lang Hames
2015-03-30
1
-12
/
+17
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-1
/
+1
*
[Orc][lli] Add a very simple Orc-based lazy JIT to lli.
Lang Hames
2015-03-25
1
-0
/
+53