aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
AgeCommit message (Expand)Author
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-05-18Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.Chris Lattner
2007-05-15implement the ModuleProvider::dematerializeFunction hookChris Lattner
2007-05-06Keep header file free of 'possible loss of data' warnings.Jeff Cohen
2007-05-06stop encoding type/value pairs when the type is implied by the value.Chris Lattner
2007-05-04add support for reading the param attrs blockChris Lattner
2007-05-02add reader logic for terminator instrs.Chris Lattner
2007-05-01handle function-level forward references, read binops.Chris Lattner
2007-05-01implement materializeModule, force deallocation of vector memory when weChris Lattner
2007-05-01The stream to read from is now an ivarChris Lattner
2007-05-01implement scafolding for lazy deserialization of function bodiesChris Lattner
2007-04-29Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner
2007-04-26move some code around, fix a bug in the reader reading globalinits (whichChris Lattner
2007-04-26add bitcode alias supportChris Lattner
2007-04-24ensure that every error return sets a message (and goes through Error, forChris Lattner
2007-04-24implement support for reading aggregate constants, including handling forwardChris Lattner
2007-04-24read basic constants: null, undef, integers <= 64bitsChris Lattner
2007-04-24track global initsChris Lattner
2007-04-23Read global symtabChris Lattner
2007-04-23promote LLVMBitCodes to be a public headerChris Lattner
2007-04-22Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen
2007-04-22Initial support for reading bitcode files. They currently only read types,Chris Lattner