Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is allowed...
[oota-llvm.git] / include / llvm / Bitcode / Deserialize.h
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 KremenekFixed bug where tombstone key and empty key for DenseMa...
2007-11-02 Ted KremenekAdded overloaded version of Deserializer::ReadOwnedPtr...
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-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-26 Ted KremenekAdded default implementation of SerializeTrait<> that...
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
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...