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
/
Serialize.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-43
/
+43
*
Make a note of the fact that EmitOwnedPtr() has nothing to do with the
Sam Bishop
2008-03-25
1
-0
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added some sectioning comments to Serialize.h.
Ted Kremenek
2007-12-18
1
-14
/
+71
*
Added "Emitter" functor to allow easy emitting of elements of a container
Ted Kremenek
2007-12-05
1
-0
/
+11
*
Add explicit keywords.
Dan Gohman
2007-11-19
1
-1
/
+1
*
Reverted patch 44199:
Ted Kremenek
2007-11-17
1
-49
/
+21
*
Changed implementation of Serialize::EmitDiffPtrID and
Ted Kremenek
2007-11-17
1
-2
/
+3
*
Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
Ted Kremenek
2007-11-17
1
-21
/
+48
*
Added two new overloaded versions of BatchEmitOwnedPtrs and
Ted Kremenek
2007-11-14
1
-0
/
+14
*
Fixed bug with inconsistent serialization/deserialization in matching
Ted Kremenek
2007-11-13
1
-0
/
+17
*
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
1
-3
/
+4
*
Revised BatchEmitOwnedPtrs to work better with constant pointers.
Ted Kremenek
2007-11-08
1
-1
/
+1
*
Fixed bug where we did not properly serialize owned objects due to a missing
Ted Kremenek
2007-11-07
1
-1
/
+1
*
Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads
Ted Kremenek
2007-11-07
1
-0
/
+9
*
Added methods to batch emit and deserialize owned pointers. This allows
Ted Kremenek
2007-11-07
1
-0
/
+30
*
Implemented serialization of signed integers.
Ted Kremenek
2007-11-07
1
-1
/
+3
*
Serializer no longer automatically emits a root-level block in the bitstream.
Ted Kremenek
2007-11-06
1
-2
/
+1
*
Renamed "Flush()" to "FlushRecord()".
Ted Kremenek
2007-11-06
1
-1
/
+1
*
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
1
-1
/
+4
*
Added default creation of root-level block by bitstream serializer.
Ted Kremenek
2007-11-05
1
-1
/
+1
*
Fixed bug where tombstone key and empty key for DenseMap used for
Ted Kremenek
2007-11-05
1
-0
/
+1
*
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-31
1
-3
/
+6
*
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
1
-1
/
+1
*
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-25
1
-2
/
+16
*
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
1
-0
/
+48