summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/ReaderWriter.h
Commit message (Expand)AuthorAge
* 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