Ted Kremenek
|
0a6d98e10e
|
Added support in serializer and deserializer to create arbitrary blocks.
Added detection of end-of-stream in deserializer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43736 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-11-05 21:36:35 +00:00 |
|
Ted Kremenek
|
14ac17e2df
|
Added default creation of root-level block by bitstream serializer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43732 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-11-05 20:47:27 +00:00 |
|
Ted Kremenek
|
6fd11c53e9
|
Fixed bug where tombstone key and empty key for DenseMap used for
pointer backpatching in deserializer were improperly created and
resulted in an assertion failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43721 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-11-05 18:13:03 +00:00 |
|
Ted Kremenek
|
8aac61cff0
|
Added Serializer::EmitRef to deal with emitting arbitrary references.
Modified Serializer::EmitPtr to handle const pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43565 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-31 18:23:21 +00:00 |
|
Ted Kremenek
|
2423e03ca8
|
Added special treatment of serializing NULL pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43357 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-25 18:42:52 +00:00 |
|
Ted Kremenek
|
fe2a012338
|
Implemented prototype serialization of pointers, including support
for backpatching.
Added Deserialize::ReadVal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43319 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-25 00:10:21 +00:00 |
|
Ted Kremenek
|
6e9b496643
|
Split Serialization.h into separate headers: Serialize.h and
Deserialize.h Serialization.h now includes trait speciailizations for
unsigned long, etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43307 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-24 19:06:40 +00:00 |
|