Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / include / llvm / Bitcode / ReaderWriter.h
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-09-02 Dan GohmanAdd const qualifiers for isBitcodeWrapper, and add...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-12-19 Chris LattnerAdd support for writing LLVM IR to a specified Bitstrea...
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...