Sort includes for all of the .h files under the 'lib' tree. These were
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.h
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-25 Joe AbbeyCode Custodian:
2012-10-11 Jan Wen VoungFix some typos 165739, spotted by Duncan.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-02-29 Derek SchuffFix PR12080 by ensuring that MaterializeModule actually...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-01-02 Rafael EspindolaMaterialize functions whose basic blocks are used by...
2011-12-07 Chad RosierBegin adding experimental support for preserving use...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-07 Chris Lattnertype can be null
2011-07-07 Chris Lattneruse a more efficient check for 'is metadata'
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-09-13 Dan GohmanAdd full auto-upgrade support for LLVM 2.7 bitcode...
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-10-28 Chris Lattneradd bitcode reader support for blockaddress. We can...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-07 Owen AndersonLLVMContext-ify the bitcode reader.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-03-31 Chris Lattnerreimplement BitcodeReaderValueList in terms of WeakVH...
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-08-21 Chris Lattnerrecommit bcreader, handling packed structs correctly...
2008-08-21 Daniel DunbarRevert 55090, regressions in:
2008-08-21 Chris LattnerFix an N^2 issue handling constant resolution due to...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-05-18 Chris LattnerFix PR1434 and test/Linker/link-archive.ll, this is...
2007-05-15 Chris Lattnerimplement the ModuleProvider::dematerializeFunction...
2007-05-06 Jeff CohenKeep header file free of 'possible loss of data' warnings.
2007-05-06 Chris Lattnerstop encoding type/value pairs when the type is implied...
2007-05-04 Chris Lattneradd support for reading the param attrs block
2007-05-02 Chris Lattneradd reader logic for terminator instrs.
2007-05-01 Chris Lattnerhandle function-level forward references, read binops.
2007-05-01 Chris Lattnerimplement materializeModule, force deallocation of...
2007-05-01 Chris LattnerThe stream to read from is now an ivar
2007-05-01 Chris Lattnerimplement scafolding for lazy deserialization of functi...
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-26 Chris Lattnermove some code around, fix a bug in the reader reading...
2007-04-26 Chris Lattneradd bitcode alias support
2007-04-24 Chris Lattnerensure that every error return sets a message (and...
2007-04-24 Chris Lattnerimplement support for reading aggregate constants,...
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnertrack global inits
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Chris LattnerInitial support for reading bitcode files. They curren...