aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
AgeCommit message (Expand)Author
2013-02-11Use a std::map so that we record the group ID.Bill Wendling
2013-02-10Add support in the bitcode reader to read the attribute groups.Bill Wendling
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-11-25Code Custodian:Joe Abbey
2012-10-11Fix some typos 165739, spotted by Duncan.Jan Wen Voung
2012-10-11Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung
2012-02-29Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcodeDerek Schuff
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-01-02Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola
2011-12-07Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-07type can be nullChris Lattner
2011-07-07use a more efficient check for 'is metadata'Chris Lattner
2011-06-17remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-09-13Add full auto-upgrade support for LLVM 2.7 bitcode metadata.Dan Gohman
2010-07-20Add support for remapping metadata kind IDs when reading in aDan Gohman
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-10-28add bitcode reader support for blockaddress. We can now fullyChris Lattner
2009-09-18Write and read metadata attachments.Devang Patel
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-08-04Use separate ValueList for metadata.Devang Patel
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-07LLVMContext-ify the bitcode reader.Owen Anderson
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-04-26Make a major API change to BitstreamReader: split all the readingChris Lattner
2009-03-31reimplement BitcodeReaderValueList in terms of WeakVH instead of makingChris Lattner
2008-09-26Now Attributes are divided in three groupsDevang Patel
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-08-21recommit bcreader, handling packed structs correctly. ApparentlyChris Lattner
2008-08-21Revert 55090, regressions in:Daniel Dunbar
2008-08-21Fix an N^2 issue handling constant resolution due to RAUW in large arraysChris Lattner
2008-05-26eliminate calls to deprecated Use::init() interfaceGabor Greif
2008-05-10merge of use-diet branch to trunkGabor Greif
2008-03-25Add explicit keywords.Dan Gohman
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-05-18Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.Chris Lattner
2007-05-15implement the ModuleProvider::dematerializeFunction hookChris Lattner