aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/Serialize.h
AgeCommit message (Expand)Author
2009-12-31Remove derelict serialization code. Ted Kremenek
2009-02-20Removed trailing whitespace.Misha Brukman
2008-03-25Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Added some sectioning comments to Serialize.h.Ted Kremenek
2007-12-05Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek
2007-11-19Add explicit keywords.Dan Gohman
2007-11-17Reverted patch 44199:Ted Kremenek
2007-11-17Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek
2007-11-17Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek
2007-11-14Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek
2007-11-13Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek
2007-11-08Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek
2007-11-08Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek
2007-11-07Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek
2007-11-07Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek
2007-11-07Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek
2007-11-07Implemented serialization of signed integers.Ted Kremenek
2007-11-06Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek
2007-11-06Renamed "Flush()" to "FlushRecord()".Ted Kremenek
2007-11-05Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek
2007-11-05Added default creation of root-level block by bitstream serializer.Ted Kremenek
2007-11-05Fixed bug where tombstone key and empty key for DenseMap used forTed Kremenek
2007-10-31Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek
2007-10-25Added special treatment of serializing NULL pointers.Ted Kremenek
2007-10-25Implemented prototype serialization of pointers, including supportTed Kremenek
2007-10-24Split Serialization.h into separate headers: Serialize.h andTed Kremenek