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
/
IndirectionUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Orc] Add support for emitting indirect stubs directly into the JIT target's
Lang Hames
2015-10-19
1
-6
/
+9
*
OrcJIT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
[Orc] Teach the CompileOnDemand layer to clone aliases.
Lang Hames
2015-10-06
1
-0
/
+14
*
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
Lang Hames
2015-06-12
1
-2
/
+0
*
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
2015-05-05
1
-71
/
+87
*
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
2015-05-04
1
-87
/
+71
*
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
Lang Hames
2015-05-04
1
-71
/
+87
*
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
2015-04-20
1
-0
/
+1
*
[Orc] During module partitioning, rename anonymous and asm-private globals.
Lang Hames
2015-04-12
1
-2
/
+40
*
[Orc] Tidy up IndirectionUtils API a little, add some comments. NFC.
Lang Hames
2015-04-11
1
-6
/
+15
*
[Orc] Fix local-linkage handling in the CompileOnDemand layer.
Lang Hames
2015-04-02
1
-2
/
+2
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[Orc] Remove redundant using directive.
Lang Hames
2015-02-22
1
-2
/
+0
*
[Orc] Add header comment to IndirectionUtils.cpp.
Lang Hames
2015-02-22
1
-0
/
+9
*
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
2015-02-21
1
-1
/
+3
*
[Orc] Update the Orc indirection utils and refactor the CompileOnDemand layer.
Lang Hames
2015-02-17
1
-124
/
+76
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-0
/
+157