aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/ReaderWriter.h
AgeCommit message (Expand)Author
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