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
*
Fix few typos in comments (write access test commit)
Stefan Granitz
2018-07-12
1
-2
/
+2
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-2
/
+0
*
[ORC] Fix an ambiguous make_unique call.
Lang Hames
2018-05-30
1
-2
/
+2
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
1
-5
/
+90
*
[ORC] Fix ORC on platforms without indirection support.
Lang Hames
2018-03-28
1
-1
/
+5
*
[ORC] Add case statements for AArch64 to the local stub and callback manager
Lang Hames
2017-08-15
1
-0
/
+13
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ORC] Clone module flags metadata into the globals module in the
Lang Hames
2016-09-04
1
-0
/
+9
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-2
/
+2
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+3
*
[Orc] Merge some common code for creating CompileCallbackManagers and
Lang Hames
2016-05-26
1
-0
/
+49
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
2015-12-06
1
-1
/
+1
*
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2015-12-04
1
-1
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/llvm/Executio...
Alexander Kornienko
2015-11-05
1
-3
/
+1
*
[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