summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/IRReader.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-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 typosAlp Toker2014-01-241-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 interfacePeter Zotov2013-11-061-0/+40
Original patch by Chris Wailes llvm-svn: 194137
OpenPOWER on IntegriCloud