summaryrefslogtreecommitdiff
path: root/include/llvm-c/BitReader.h
AgeCommit message (Expand)Author
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18clang-format to reduce diff in another patch.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-17Drop function that are deprecated since 2010.Rafael Espindola
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-02Add Module functions in place of module providers.Erick Tryzelaar
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2009-08-11Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar
2009-07-02Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen
2007-12-12Add (very basic) bindings for ModuleProvider.Gordon Henriksen
2007-12-11Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen