aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* reimplement BitcodeReaderValueList in terms of WeakVH instead of makingChris Lattner2009-03-311-59/+18
* Now Attributes are divided in three groupsDevang Patel2008-09-261-4/+4
* Large mechanical patch.Devang Patel2008-09-251-7/+7
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-1/+1
* recommit bcreader, handling packed structs correctly. ApparentlyChris Lattner2008-08-211-5/+31
* Revert 55090, regressions in:Daniel Dunbar2008-08-211-31/+5
* Fix an N^2 issue handling constant resolution due to RAUW in large arraysChris Lattner2008-08-211-5/+31
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-261-1/+1
* merge of use-diet branch to trunkGabor Greif2008-05-101-15/+35
* Add explicit keywords.Dan Gohman2008-03-251-1/+2
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+5
* Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.Chris Lattner2007-05-181-1/+9
* implement the ModuleProvider::dematerializeFunction hookChris Lattner2007-05-151-1/+2
* Keep header file free of 'possible loss of data' warnings.Jeff Cohen2007-05-061-3/+3
* stop encoding type/value pairs when the type is implied by the value.Chris Lattner2007-05-061-0/+28
* add support for reading the param attrs blockChris Lattner2007-05-041-0/+13
* add reader logic for terminator instrs.Chris Lattner2007-05-021-0/+4
* handle function-level forward references, read binops.Chris Lattner2007-05-011-0/+19
* implement materializeModule, force deallocation of vector memory when weChris Lattner2007-05-011-9/+8
* The stream to read from is now an ivarChris Lattner2007-05-011-7/+6
* implement scafolding for lazy deserialization of function bodiesChris Lattner2007-05-011-5/+22
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-291-5/+12
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-0/+5