Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Bitcode / Reader / BitReader.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-25 Joe AbbeyCode Custodian:
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-02-15 Daniel DunbarSimplify.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-07-02 Owen AndersonAck, missed one incompatibility.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...