Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -1/+1 |
| | | | | | | | | | Type specific declarations have been moved to Type.h and error handling routines have been moved to ErrorHandling.h. Both are included in Core.h so nothing should change for projects directly including the headers, but transitive dependencies may be affected. llvm-svn: 255965 | ||||
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018 | ||||
* | [llvm-c] Expose IRReader interface | Peter Zotov | 2013-11-06 | 1 | -0/+40 |
Original patch by Chris Wailes llvm-svn: 194137 |