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 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