index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bitcode
/
Serialize.h
Age
Commit message (
Expand
)
Author
2009-12-31
Remove derelict serialization code.
Ted Kremenek
2009-02-20
Removed trailing whitespace.
Misha Brukman
2008-03-25
Make a note of the fact that EmitOwnedPtr() has nothing to do with the
Sam Bishop
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
Added some sectioning comments to Serialize.h.
Ted Kremenek
2007-12-05
Added "Emitter" functor to allow easy emitting of elements of a container
Ted Kremenek
2007-11-19
Add explicit keywords.
Dan Gohman
2007-11-17
Reverted patch 44199:
Ted Kremenek
2007-11-17
Changed implementation of Serialize::EmitDiffPtrID and
Ted Kremenek
2007-11-17
Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
Ted Kremenek
2007-11-14
Added two new overloaded versions of BatchEmitOwnedPtrs and
Ted Kremenek
2007-11-13
Fixed bug with inconsistent serialization/deserialization in matching
Ted Kremenek
2007-11-08
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
Revised BatchEmitOwnedPtrs to work better with constant pointers.
Ted Kremenek
2007-11-07
Fixed bug where we did not properly serialize owned objects due to a missing
Ted Kremenek
2007-11-07
Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads
Ted Kremenek
2007-11-07
Added methods to batch emit and deserialize owned pointers. This allows
Ted Kremenek
2007-11-07
Implemented serialization of signed integers.
Ted Kremenek
2007-11-06
Serializer no longer automatically emits a root-level block in the bitstream.
Ted Kremenek
2007-11-06
Renamed "Flush()" to "FlushRecord()".
Ted Kremenek
2007-11-05
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
Added default creation of root-level block by bitstream serializer.
Ted Kremenek
2007-11-05
Fixed bug where tombstone key and empty key for DenseMap used for
Ted Kremenek
2007-10-31
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-25
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-24
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek