aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-021-14/+32
* Simplify.Daniel Dunbar2010-02-151-23/+4
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-4/+4
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-13/+14
* Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar2009-08-111-6/+6
* Ack, missed one incompatibility.Owen Anderson2009-07-021-1/+0
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-021-2/+37
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-3/+6
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-191-13/+21
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-111-0/+42