index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bitcode
/
Deserialize.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Modified Deserializer::ReadCStr to allow C-strings to be read into a
Ted Kremenek
2007-12-17
1
-1
/
+1
*
Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
Ted Kremenek
2007-11-30
1
-2
/
+2
*
Reverted patch 44199:
Ted Kremenek
2007-11-17
1
-62
/
+24
*
Changed implementation of Serialize::EmitDiffPtrID and
Ted Kremenek
2007-11-17
1
-2
/
+2
*
Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
Ted Kremenek
2007-11-17
1
-25
/
+63
*
Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to
Ted Kremenek
2007-11-15
1
-5
/
+4
*
Added two new overloaded versions of BatchEmitOwnedPtrs and
Ted Kremenek
2007-11-14
1
-0
/
+26
*
Renamed serialization method "Materialize" to "Create". This is an API change.
Ted Kremenek
2007-11-13
1
-13
/
+14
*
Fixed bug with inconsistent serialization/deserialization in matching
Ted Kremenek
2007-11-13
1
-0
/
+31
*
Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows
Ted Kremenek
2007-11-12
1
-3
/
+21
*
Fixed a bug introduced by my last patch. Now we properly clear out the Batch...
Ted Kremenek
2007-11-10
1
-0
/
+2
*
Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...
Ted Kremenek
2007-11-10
1
-2
/
+4
*
Added "random access" to the Deserializer to allow a client to jump to any
Ted Kremenek
2007-11-10
1
-2
/
+37
*
Updated Deserializer class to provide more information about the current
Ted Kremenek
2007-11-09
1
-4
/
+14
*
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
1
-16
/
+40
*
Revised implementation of BatchReadOwnedPtrs() that deserializes an
Ted Kremenek
2007-11-08
1
-10
/
+13
*
Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads
Ted Kremenek
2007-11-07
1
-0
/
+12
*
Added methods to batch emit and deserialize owned pointers. This allows
Ted Kremenek
2007-11-07
1
-4
/
+37
*
Implemented serialization of signed integers.
Ted Kremenek
2007-11-07
1
-0
/
+2
*
Added special version of ReadPtr() that returns a deserialized pointer
Ted Kremenek
2007-11-07
1
-1
/
+4
*
Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...
Ted Kremenek
2007-11-06
1
-9
/
+12
*
Added support for processing abbreviations in the Deserializer.
Ted Kremenek
2007-11-06
1
-1
/
+1
*
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
1
-0
/
+2
*
Fixed bug where tombstone key and empty key for DenseMap used for
Ted Kremenek
2007-11-05
1
-2
/
+3
*
Added overloaded version of Deserializer::ReadOwnedPtr which allows
Ted Kremenek
2007-11-02
1
-0
/
+5
*
Removed ReadVal from SerializeTrait<T>, and also removed it from
Ted Kremenek
2007-11-01
1
-5
/
+0
*
Rewrote backpatcher. Backpatcher now stores the "has final pointer"
Ted Kremenek
2007-11-01
1
-32
/
+48
*
constified several pointer arguments for methods in the Deserializer.
Ted Kremenek
2007-10-31
1
-2
/
+5
*
Implemented deserialization of references. References are handled
Ted Kremenek
2007-10-31
1
-5
/
+21
*
Updated backpatching logic during object deserialization to perform
Ted Kremenek
2007-10-28
1
-19
/
+53
*
Added default implementation of SerializeTrait<> that dispatches to
Ted Kremenek
2007-10-26
1
-1
/
+3
*
Updated backpatching during object deserialization to support "smart"
Ted Kremenek
2007-10-25
1
-2
/
+6
*
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
1
-0
/
+4
*
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-25
1
-25
/
+57
*
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
1
-0
/
+74