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