aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Add Module functions in place of module providers.Erick Tryzelaar1-14/+32
2010-02-15Simplify.Daniel Dunbar1-23/+4
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-4/+4
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner1-13/+14
2009-08-11Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar1-6/+6
2009-07-02Ack, missed one incompatibility.Owen Anderson1-1/+0
2009-07-02Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson1-2/+37
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-2/+2
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-3/+6
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-19Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen1-13/+21
2007-12-11Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen1-0/+42