More templatization.
[oota-llvm.git] / lib / Bitcode / Reader /
2007-11-14 Ted KremenekRemoved debug #define that was accidentally checked...
2007-11-14 Ted KremenekAdded two new overloaded versions of BatchEmitOwnedPtrs and
2007-11-12 Ted KremenekAdded versions of ReadPtr that takes an explicit Serial...
2007-11-10 Ted KremenekUpdated method signature to conform with the typedef...
2007-11-10 Ted KremenekAdded "random access" to the Deserializer to allow...
2007-11-09 Ted KremenekUpdated Deserializer class to provide more information...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-06 Ted KremenekAugmented ReadPtr and ReadOwnedPtr to control whether...
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-11-05 Ted KremenekAdded default creation of root-level block by bitstream...
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-29 Ted KremenekFixed warning concerning implicit conversion from a...
2007-10-28 Ted KremenekFixed assertion in Deserializer::~Deserializer that...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Hartmut KaiserDisambiguated variable name to comply with VC++'s archa...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-07 Dale JohannesenRevert previous change to IR.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-18 Chris LattnerFix PR1434 and test/Linker/link-archive.ll, this is...
2007-05-15 Chris Lattnerimplement the ModuleProvider::dematerializeFunction...
2007-05-08 Chris LattnerMake a preemptive bitcode format change to support...
2007-05-06 Chris Lattnerfix off-by-one that caused the llvm2cpp test to fail
2007-05-06 Chris LattnerAllow structs with zero fields.
2007-05-06 Chris Lattneradd a missing check
2007-05-06 Jeff CohenKeep header file free of 'possible loss of data' warnings.
2007-05-06 Chris Lattnerimplement reading/writing of inlineasm objects
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-06 Chris Lattnerfurther reduce the redundancy of types in the instructi...
2007-05-06 Chris Lattnerstop encoding type/value pairs when the type is implied...
2007-05-05 Chris Lattneradd support for BLOCKINFO records at the module level...
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattnereliminate internal length fields from record. Records...
2007-05-04 Chris Lattnerstoreinst ctor takes isvolatile before alignment. ...
2007-05-04 Chris Lattnerfix a misplaced error
2007-05-04 Chris Lattnerencode and read param attrs along with function type...
2007-05-04 Chris Lattneradd support for reading the param attrs block
2007-05-04 Chris Lattnerremove dead code
2007-05-04 Reid SpencerAllow this to compile with gcc 4.0.X
2007-05-03 Chris LattnerEncoding calling conv info in call/invoke instrs, tree...
2007-05-03 Chris Lattnerthe type field for a store is the type of the pointer...
2007-05-03 Chris Lattnerfix encoding of BB names in the symtab
2007-05-03 Chris Lattnerbug fixes
2007-05-03 Chris Lattnerimplement the rest of the instructions
2007-05-03 Chris Lattneradd a few more instructions, getting close
2007-05-02 Chris Lattneradd reader logic for terminator instrs.
2007-05-02 Chris Lattneradd reader support for a bunch of new instructions
2007-05-02 Chris Lattnerread a few instructions, fix some bugs. This is enough...
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 Anton KorobeynikovImplement visibility checking during linking. Also...
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-28 Anton KorobeynikovThis is not "FIXME" anymore
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 Lattnerfix memory leak
2007-04-24 Chris Lattnerimplement reading and writing of constant exprs.
2007-04-24 Chris Lattnerimplement support for reading aggregate constants,...
2007-04-24 Chris Lattneradd supprot for FP constants, wide integers, and fix...
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnermove check to the right place :)
2007-04-24 Chris Lattnertrack global inits
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
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...