Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Bitcode / ReaderWriter.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Benjamin Kramer[Bitcode] Replace hand-coded little endian handling...
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-03-13 Manman RenAdd a parameter for getLazyBitcodeModule to lazily...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2014-12-18 Rafael EspindolaModernize the getStreamedBitcodeModule interface a...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-04 Rafael EspindolaRevert "Convert a few std::strings to StringRef."
2014-07-04 Rafael EspindolaConvert a few std::strings to StringRef.
2014-07-04 Rafael EspindolaRemove unused old-style error handling.
2014-06-27 Alp TokerIRReader: don't mark MemoryBuffers const
2014-06-27 Alp TokerPropagate const-correctness into parseBitcodeFile()
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2010-10-06 Bill WendlingRemove tabs.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
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...