Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that | Lang Hames | 2015-10-28 | 1 | -1/+1 |
| | | | | | | | | | was causing builder failures. The bindings were originally added in r251472, and reverted in r251473 due to the builder failures. llvm-svn: 251482 | ||||
* | [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures. | Lang Hames | 2015-10-28 | 1 | -1/+1 |
| | | | | llvm-svn: 251473 | ||||
* | [Orc] Add experimental C bindings for Orc. | Lang Hames | 2015-10-28 | 1 | -1/+1 |
| | | | | llvm-svn: 251472 | ||||
* | [Orc] Make the makeStub function propagate argument attributes onto the call to | Lang Hames | 2015-04-20 | 1 | -0/+48 |
the function body. This is necessary for correctness when lazily compiling. Also, flesh out the Orc unit test infrastructure slightly, and add a unit test for this. llvm-svn: 235347 |