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
/
lib
/
ExecutionEngine
/
Orc
/
OrcTargetSupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
Lang Hames
2016-01-11
1
-171
/
+0
*
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2015-11-03
1
-122
/
+74
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
1
-74
/
+122
*
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2015-11-03
1
-122
/
+74
*
Add a sys::OwningMemoryBlock class, which is a sys::MemoryBlock that owns its
Lang Hames
2015-10-31
1
-31
/
+10
*
[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, rather
Lang Hames
2015-10-29
1
-0
/
+16
*
[Orc] Add license header to OrcTargetSupport.
Lang Hames
2015-10-26
1
-1
/
+9
*
[Orc] Add support for emitting indirect stubs directly into the JIT target's
Lang Hames
2015-10-19
1
-0
/
+78
*
[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for JIT reentry.
Lang Hames
2015-04-20
1
-16
/
+16
*
[Orc] Save all the x86-64 GPRs before re-entering the JIT.
Lang Hames
2015-04-07
1
-6
/
+13
*
[Orc] Tidy up the assembly for the x86-64 resolver block.
Lang Hames
2015-04-06
1
-44
/
+45
*
[Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support
Lang Hames
2015-03-25
1
-2
/
+2
*
[Orc] Move delta-handling for trampoline sizes into the resolver block.
Lang Hames
2015-03-24
1
-0
/
+2
*
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
2015-02-21
1
-2
/
+4
*
OrcJIT: Appease msc18 not to be confused on executeCompileCallback<OrcX86_64>.
NAKAMURA Takumi
2015-02-17
1
-2
/
+3
*
Reformat.
NAKAMURA Takumi
2015-02-17
1
-5
/
+3
*
[Orc] Update the Orc indirection utils and refactor the CompileOnDemand layer.
Lang Hames
2015-02-17
1
-44
/
+70
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+0
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-0
/
+102