Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Serializer no longer automatically emits a root-level block in the bitstream. | Ted Kremenek | 2007-11-06 | 1 | -6/+2 |
* | Renamed "Flush()" to "FlushRecord()". | Ted Kremenek | 2007-11-06 | 1 | -3/+3 |
* | Added support in serializer and deserializer to create arbitrary blocks. | Ted Kremenek | 2007-11-05 | 1 | -3/+19 |
* | Added Serializer::EmitRef to deal with emitting arbitrary references. | Ted Kremenek | 2007-10-31 | 1 | -1/+1 |
* | Added special treatment of serializing NULL pointers. | Ted Kremenek | 2007-10-25 | 1 | -1/+4 |
* | Implemented prototype serialization of pointers, including support | Ted Kremenek | 2007-10-25 | 1 | -1/+11 |
* | Split Serialization.h into separate headers: Serialize.h and | Ted Kremenek | 2007-10-24 | 1 | -7/+23 |
* | Added preliminary implementation of generic object serialization to bitcode. | Ted Kremenek | 2007-10-23 | 1 | -0/+52 |