summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAge
...
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Use separate ValueList for metadata.Devang Patel2009-08-04
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* LLVMContext-ify the bitcode reader.Owen Anderson2009-07-07
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-26
* reimplement BitcodeReaderValueList in terms of WeakVH instead of makingChris Lattner2009-03-31
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* recommit bcreader, handling packed structs correctly. ApparentlyChris Lattner2008-08-21
* Revert 55090, regressions in:Daniel Dunbar2008-08-21
* Fix an N^2 issue handling constant resolution due to RAUW in large arraysChris Lattner2008-08-21
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-26
* merge of use-diet branch to trunkGabor Greif2008-05-10
* Add explicit keywords.Dan Gohman2008-03-25
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.Chris Lattner2007-05-18
* implement the ModuleProvider::dematerializeFunction hookChris Lattner2007-05-15
* Keep header file free of 'possible loss of data' warnings.Jeff Cohen2007-05-06
* stop encoding type/value pairs when the type is implied by the value.Chris Lattner2007-05-06
* add support for reading the param attrs blockChris Lattner2007-05-04
* add reader logic for terminator instrs.Chris Lattner2007-05-02
* handle function-level forward references, read binops.Chris Lattner2007-05-01
* implement materializeModule, force deallocation of vector memory when weChris Lattner2007-05-01
* The stream to read from is now an ivarChris Lattner2007-05-01
* implement scafolding for lazy deserialization of function bodiesChris Lattner2007-05-01
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-29
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-26
* add bitcode alias supportChris Lattner2007-04-26
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-24
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-24
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-24
* track global initsChris Lattner2007-04-24
* Read global symtabChris Lattner2007-04-23
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-23
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-22
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-22