aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/Deserialize.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-02-201-101/+101
* Initialize a local variable.Ted Kremenek2008-05-011-1/+1
* Added support for Create() calls that take an argument besides theSam Bishop2008-04-071-3/+128
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek2007-12-171-1/+1
* Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek2007-11-301-2/+2
* Reverted patch 44199:Ted Kremenek2007-11-171-62/+24
* Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek2007-11-171-2/+2
* Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek2007-11-171-25/+63
* Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek2007-11-151-5/+4
* Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek2007-11-141-0/+26
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-131-13/+14
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-131-0/+31
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-121-3/+21
* Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek2007-11-101-0/+2
* Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek2007-11-101-2/+4
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-101-2/+37
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-091-4/+14
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-081-16/+40
* Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek2007-11-081-10/+13
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-071-0/+12
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-071-4/+37
* Implemented serialization of signed integers.Ted Kremenek2007-11-071-0/+2
* Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek2007-11-071-1/+4
* Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek2007-11-061-9/+12
* Added support for processing abbreviations in the Deserializer.Ted Kremenek2007-11-061-1/+1
* Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek2007-11-051-0/+2
* Fixed bug where tombstone key and empty key for DenseMap used forTed Kremenek2007-11-051-2/+3
* Added overloaded version of Deserializer::ReadOwnedPtr which allowsTed Kremenek2007-11-021-0/+5
* Removed ReadVal from SerializeTrait<T>, and also removed it fromTed Kremenek2007-11-011-5/+0
* Rewrote backpatcher. Backpatcher now stores the "has final pointer"Ted Kremenek2007-11-011-32/+48
* constified several pointer arguments for methods in the Deserializer.Ted Kremenek2007-10-311-2/+5
* Implemented deserialization of references. References are handledTed Kremenek2007-10-311-5/+21
* Updated backpatching logic during object deserialization to performTed Kremenek2007-10-281-19/+53
* Added default implementation of SerializeTrait<> that dispatches toTed Kremenek2007-10-261-1/+3
* Updated backpatching during object deserialization to support "smart"Ted Kremenek2007-10-251-2/+6
* Added special treatment of serializing NULL pointers.Ted Kremenek2007-10-251-0/+4
* Implemented prototype serialization of pointers, including supportTed Kremenek2007-10-251-25/+57
* Split Serialization.h into separate headers: Serialize.h andTed Kremenek2007-10-241-0/+74