Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Examples] Fix some Clang-tidy modernize-use-using and Include What You Use ↵ | Eugene Zelenko | 2017-05-26 | 1 | -12/+14 |
| | | | | | | warnings; other minor fixes (NFC). llvm-svn: 303944 | ||||
* | [Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes. | Lang Hames | 2016-11-11 | 1 | -13/+3 |
| | | | | llvm-svn: 286642 | ||||
* | [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing. | Lang Hames | 2016-05-30 | 1 | -0/+119 |
This chapter demonstrates lazily JITing from ASTs with the expressions being executed on a remote machine via a TCP connection. It needs some polish, but is substantially complete. Currently x86-64 SysV ABI (Darwin and Linux) only, but other architectures can be supported by changing the server code to use alternative ABI support classes from llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h. llvm-svn: 271193 |