1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ec8cd06 Added typedef "SerializedPtrID" to represent the pointer handle written to disk by Ted Kremenek · 17 years ago
  3. 2e6452c Implemented serialization of signed integers. by Ted Kremenek · 17 years ago
  4. 68dd3fb Serializer no longer automatically emits a root-level block in the bitstream. by Ted Kremenek · 17 years ago
  5. 730c273 Renamed "Flush()" to "FlushRecord()". by Ted Kremenek · 17 years ago
  6. 0a6d98e Added support in serializer and deserializer to create arbitrary blocks. by Ted Kremenek · 17 years ago
  7. 8aac61c Added Serializer::EmitRef to deal with emitting arbitrary references. by Ted Kremenek · 17 years ago
  8. 2423e03 Added special treatment of serializing NULL pointers. by Ted Kremenek · 17 years ago
  9. fe2a012 Implemented prototype serialization of pointers, including support by Ted Kremenek · 17 years ago
  10. 6e9b496 Split Serialization.h into separate headers: Serialize.h and by Ted Kremenek · 17 years ago
  11. 0b2d7aa Added preliminary implementation of generic object serialization to bitcode. by Ted Kremenek · 17 years ago