Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Bitcode / Reader / Deserialize.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Ted KremenekModified Deserializer::ReadCStr to allow C-strings...
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
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 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 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-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...