aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/ReaderWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-02-201-3/+3
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-191-0/+5
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-221-0/+9
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-061-0/+5
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-291-5/+10
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-221-0/+38