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