Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [JITLink] Add an initial implementation of JITLink for MachO/AArch64. | Lang Hames | 2019-10-10 | 1 | -0/+3 |
| | | | | | | | | | This implementation has support for all relocation types except TLV. Compact unwind sections are not yet supported, so exceptions/unwinding will not work. llvm-svn: 374476 | ||||
* | [ORC][JITLink] Name in-memory compiled objects after their source modules. | Lang Hames | 2019-04-30 | 1 | -1/+2 |
| | | | | | | | | In-memory compiled object buffer identifiers will now be derived from the identifiers of their source IR modules. This makes it easier to connect in-memory objects with their source modules in debugging output. llvm-svn: 359613 | ||||
* | [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC. | Lang Hames | 2019-04-22 | 1 | -0/+77 |
llvm-svn: 358869 |