aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/ReaderWriter.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-02-29Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar
2012-02-06Enable streaming of bitcodeDerek Schuff
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier
2011-12-12Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier
2010-10-06Remove tabs.Bill Wendling
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-05-27Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-09-02Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-04-06Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner
2009-02-20Removed trailing whitespace.Misha Brukman
2008-12-19Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-05-06add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner
2007-04-29Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner
2007-04-22Define the content-independent interfaces to read/write bitcode files andChris Lattner