Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Orc] Add support for EH-frame registration to the Orc Remote Target utility | Lang Hames | 2016-01-14 | 1 | -12/+8 |
| | | | | | | | | | classes. OrcRemoteTargetClient::RCMemoryManager will now register EH frames with the server automatically. This allows remote-execution of code that uses exceptions. llvm-svn: 257816 | ||||
* | Rename all references to old mailing lists to new lists.llvm.org address. | Tanya Lattner | 2015-08-05 | 1 | -1/+1 |
| | | | | llvm-svn: 243999 | ||||
* | Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun. | Douglas Katzman | 2015-06-19 | 1 | -10/+10 |
| | | | | | | Use POSIX.1-2003 Technical Corrigendum 1 suggested workaround. llvm-svn: 240140 | ||||
* | [ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into | Lang Hames | 2015-02-15 | 1 | -0/+294 |
RuntimeDyld. This should fix http://llvm.org/PR22593. llvm-svn: 229343 |