Fixed bug with inconsistent serialization/deserialization in matching
[oota-llvm.git] / include / llvm / Bitcode / Serialize.h
2007-11-13 Ted KremenekFixed bug with inconsistent serialization/deserializati...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-08 Ted KremenekRevised BatchEmitOwnedPtrs to work better with constant...
2007-11-07 Ted KremenekFixed bug where we did not properly serialize owned...
2007-11-07 Ted KremenekAdded version of BatchEmitOwnedPtrs and BatchReadOwnedP...
2007-11-07 Ted KremenekAdded methods to batch emit and deserialize owned point...
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
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-05 Ted KremenekFixed bug where tombstone key and empty key for DenseMa...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
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...