aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add bitcode alias supportChris Lattner2007-04-261-0/+2
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-241-0/+1
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-241-4/+31
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-241-2/+3
* track global initsChris Lattner2007-04-241-0/+2
* Read global symtabChris Lattner2007-04-231-0/+3
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-231-1/+1
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-221-1/+1
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-221-0/+66