clang-format to reduce diff in another patch.
[oota-llvm.git] / lib / Bitcode / Reader / BitReader.cpp
2015-12-18 Rafael Espindolaclang-format to reduce diff in another patch.
2015-12-18 Rafael EspindolaFix error handling in LLVMGetBitcodeModuleInContext.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-02-03 Rafael EspindolaPropagate a better error message to the C api.
2015-02-03 Rafael EspindolaUse a non-fatal diag handler in the C API. FIxes PR22368.
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
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...