aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/ReaderWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-5/+10
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-37/+33
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-9/+41
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-9/+9
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-291-4/+0
* Enable streaming of bitcodeDerek Schuff2012-02-061-16/+29
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-6/+2
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-121-2/+6
* Remove tabs.Bill Wendling2010-10-061-2/+2
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-061-0/+9
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-271-1/+2
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-5/+4
* Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman2009-09-021-7/+36
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-9/+0
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+4
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-061-1/+52
* 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