summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit (void) cast to unused unique_ptr::release() resultsEric Fiselier2016-11-141-1/+3
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-32/+17
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-2/+2
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-3/+2
* Deprecate a few C APIs.Rafael Espindola2015-12-181-0/+46
* clang-format to reduce diff in another patch.Rafael Espindola2015-12-181-6/+4
* Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola2015-12-181-3/+10
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* Drop function that are deprecated since 2010.Rafael Espindola2015-12-171-18/+0
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-7/+16
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-4/+4
* Propagate a better error message to the C api.Rafael Espindola2015-02-031-3/+5
* Use a non-fatal diag handler in the C API. FIxes PR22368.Rafael Espindola2015-02-031-2/+11
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-1/+1
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-1/+4
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-1/+1
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-151-6/+6
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-4/+7
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Code Custodian:Joe Abbey2012-11-251-5/+5
* 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
OpenPOWER on IntegriCloud