aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Support.h
AgeCommit message (Expand)Author
2018-03-21Reapply Support layering fixes.David Blaikie
2018-03-21Revert layering changesJonas Devlieghere
2018-03-21Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependencyDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-06-09Add more wrappers for symbol APIs to the C API.Eli Bendersky
2014-10-16Introduce LLVMParseCommandLineOptions C API function.Peter Collingbourne
2014-03-06[Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth
2013-11-13Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer
2013-11-07llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi
2013-11-06[llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov