Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.h
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...