summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/ReaderWriter.h
Commit message (Expand)AuthorAge
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-27
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-27
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-18
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-15
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-29
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-14
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-12
* Remove tabs.Bill Wendling2010-10-06
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-27
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman2009-09-02
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* 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
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-06
* Removed trailing whitespace.Misha Brukman2009-02-20
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-19
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-22
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-06
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-29
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-22