aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/Serialize.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-02-201-43/+43
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-251-0/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added some sectioning comments to Serialize.h.Ted Kremenek2007-12-181-14/+71
* Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek2007-12-051-0/+11
* Add explicit keywords.Dan Gohman2007-11-191-1/+1
* Reverted patch 44199:Ted Kremenek2007-11-171-49/+21
* Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek2007-11-171-2/+3
* Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek2007-11-171-21/+48
* Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek2007-11-141-0/+14
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-131-0/+17
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-081-3/+4
* Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek2007-11-081-1/+1
* Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek2007-11-071-1/+1
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-071-0/+9
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-071-0/+30
* Implemented serialization of signed integers.Ted Kremenek2007-11-071-1/+3
* Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek2007-11-061-2/+1
* Renamed "Flush()" to "FlushRecord()".Ted Kremenek2007-11-061-1/+1
* Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek2007-11-051-1/+4
* Added default creation of root-level block by bitstream serializer.Ted Kremenek2007-11-051-1/+1
* Fixed bug where tombstone key and empty key for DenseMap used forTed Kremenek2007-11-051-0/+1
* Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek2007-10-311-3/+6
* Added special treatment of serializing NULL pointers.Ted Kremenek2007-10-251-1/+1
* Implemented prototype serialization of pointers, including supportTed Kremenek2007-10-251-2/+16
* Split Serialization.h into separate headers: Serialize.h andTed Kremenek2007-10-241-0/+48