summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitReader.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-15
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Code Custodian:Joe Abbey2012-11-25
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-02
* Simplify.Daniel Dunbar2010-02-15
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar2009-08-11
* Ack, missed one incompatibility.Owen Anderson2009-07-02
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-02
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-19
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-11