Added support in serializer and deserializer to create arbitrary blocks.
[oota-llvm.git] / lib / Bitcode / Reader / Deserialize.cpp
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...