summaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/Support.h
AgeCommit message (Expand)Author
2025-07-08[llvm] annotate interfaces in llvm-c for DLL export (#141701)Andrew Rogers
2021-11-07[NFC][Docs] Add missing Doxygen group comments for LLVM-CMats Larsen
2019-11-19Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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