Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bf6603e9181e1a1e2c88f148b487c8cc7f655a51
/
llvm
/
lib
/
ExecutionEngine
/
Orc
/
IndirectionUtils.cpp
bf6603e
[ORC] Promote and rename private symbols inside the CompileOnDemand layer,
by Lang Hames
· 7 years ago
cb5702c3
[ORC] Pass symbol name to discard by const reference.
by Lang Hames
· 7 years ago
71d781c
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
by Lang Hames
· 7 years ago
46f40a7
[ORC] Improve debugging output for ORC.
by Lang Hames
· 7 years ago
c5192f75
[ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities into
by Lang Hames
· 7 years ago
50b3344
[ORC] Refactor trampoline pool management out of JITCompileCallbackManager.
by Lang Hames
· 7 years ago
5abf4bb
[MIPS] ORC JIT support
by Petar Jovanovic
· 7 years ago
76e21c9
[ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
by Lang Hames
· 7 years ago
d5f56c5
[ORC] Rename VSO to JITDylib.
by Lang Hames
· 7 years ago
d3b69c6
Fix few typos in comments (write access test commit)
by Stefan Granitz
· 7 years ago
6a94134
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
by Lang Hames
· 7 years ago
e9bdfc1
[ORC] Fix an ambiguous make_unique call.
by Lang Hames
· 8 years ago
bd0cb78
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
by Lang Hames
· 8 years ago
a95b0df
[ORC] Fix ORC on platforms without indirection support.
by Lang Hames
· 8 years ago
359983b
[ORC] Add case statements for AArch64 to the local stub and callback manager
by Lang Hames
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
38c7927
[ORC] Clone module flags metadata into the globals module in the
by Lang Hames
· 9 years ago
ad4a911
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
by Lang Hames
· 9 years ago
96efdd6
IR: Introduce local_unnamed_addr attribute.
by Peter Collingbourne
· 9 years ago
c321e53
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
by Benjamin Kramer
· 9 years ago
105518f
[Orc] Merge some common code for creating CompileCallbackManagers and
by Lang Hames
· 10 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 10 years ago
5f6eaac
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
by Manuel Jacob
· 10 years ago
ea39de8
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
by Lang Hames
· 10 years ago
f0f4b4c
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
by Lang Hames
· 10 years ago
db73c2f
Refactor: Simplify boolean conditional return statements in lib/llvm/ExecutionEngine/Orc
by Alexander Kornienko
· 10 years ago
98c2ac1
[Orc] Add support for emitting indirect stubs directly into the JIT target's
by Lang Hames
· 10 years ago
1275bff
OrcJIT: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
44780ac
[Orc] Teach the CompileOnDemand layer to clone aliases.
by Lang Hames
· 10 years ago
2e36ddf
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
by Lang Hames
· 10 years ago
cd68eba
[Orc] Reapply r236465 with fixes for the MSVC bots.
by Lang Hames
· 11 years ago
ac31a1f
[Orc] Revert r236465 - It broke the Windows bots.
by Lang Hames
· 11 years ago
a68970d
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
by Lang Hames
· 11 years ago
dc4260d
[Orc] Make the makeStub function propagate argument attributes onto the call to
by Lang Hames
· 11 years ago
c6de458
[Orc] During module partitioning, rename anonymous and asm-private globals.
by Lang Hames
· 11 years ago
eb9bdb5
[Orc] Tidy up IndirectionUtils API a little, add some comments. NFC.
by Lang Hames
· 11 years ago
2f50744
[Orc] Fix local-linkage handling in the CompileOnDemand layer.
by Lang Hames
· 11 years ago
0a446fd
Add missing includes. make_unique proliferated everywhere.
by Benjamin Kramer
· 11 years ago
d1c2082
[Orc] Remove redundant using directive.
by Lang Hames
· 11 years ago
53ccf88
[Orc] Add header comment to IndirectionUtils.cpp.
by Lang Hames
· 11 years ago
e738061
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
by Lang Hames
· 11 years ago
2754714
[Orc] Update the Orc indirection utils and refactor the CompileOnDemand layer.
by Lang Hames
· 11 years ago
71f308a
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
by Chandler Carruth
· 11 years ago
93de2a1
[Orc] New JIT APIs.
by Lang Hames
· 11 years ago