aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+202