aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-369/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-20/+38
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-40/+22
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-48/+42
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+10
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+8
* Use error_code in GVMaterializer.Rafael Espindola2013-11-051-2/+2
* Convert FindFunctionInStream to return an error_code.Rafael Espindola2013-11-051-1/+1
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-041-32/+54
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+2
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+1
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-3/+3
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-3/+3
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-261-0/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-111-5/+5
* Use a std::map so that we record the group ID.Bill Wendling2013-02-111-1/+1
* Add support in the bitcode reader to read the attribute groups.Bill Wendling2013-02-101-0/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-3/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-4/+4
* Code Custodian:Joe Abbey2012-11-251-25/+25
* Fix some typos 165739, spotted by Duncan.Jan Wen Voung2012-10-111-1/+1
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-9/+58
* Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcodeDerek Schuff2012-02-291-4/+6
* Enable streaming of bitcodeDerek Schuff2012-02-061-7/+22
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-021-1/+3
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-071-0/+2
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-3/+0
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-3/+7
* type can be nullChris Lattner2011-07-071-1/+1
* use a more efficient check for 'is metadata'Chris Lattner2011-07-071-5/+4
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-171-8/+1
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-061-0/+5
* Add full auto-upgrade support for LLVM 2.7 bitcode metadata.Dan Gohman2010-09-131-1/+8
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-201-0/+3
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-18/+19
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-1/+1
* add bitcode reader support for blockaddress. We can now fullyChris Lattner2009-10-281-2/+8
* Write and read metadata attachments.Devang Patel2009-09-181-0/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* 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
* Use separate ValueList for metadata.Devang Patel2009-08-041-2/+41
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-0/+1
* LLVMContext-ify the bitcode reader.Owen Anderson2009-07-071-2/+3
* 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-2/+4
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-261-1/+2