summaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/BitWriter.h
AgeCommit message (Expand)Author
2025-07-08[llvm] annotate interfaces in llvm-c for DLL export (#141701)Andrew Rogers
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
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2014-10-14Introduce LLVMWriteBitcodeToMemoryBuffer C API function.Peter Collingbourne
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2010-03-06Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar
2008-05-06Improve documentation.Gordon Henriksen
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-18C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen