aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/Deserialize.h
AgeCommit message (Expand)Author
2010-01-01Remove old header.Ted Kremenek
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-04-26Make a major API change to BitstreamReader: split all the readingChris Lattner
2009-02-20Removed trailing whitespace.Misha Brukman
2008-05-01Initialize a local variable.Ted Kremenek
2008-04-07Added support for Create() calls that take an argument besides theSam Bishop
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek
2007-11-30Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek
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-15Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek
2007-11-14Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek
2007-11-13Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek
2007-11-13Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek
2007-11-12Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek
2007-11-10Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek
2007-11-10Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek
2007-11-10Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek
2007-11-09Updated Deserializer class to provide more information about the currentTed Kremenek
2007-11-08Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek
2007-11-08Revised implementation of BatchReadOwnedPtrs() that deserializes anTed 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-07Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek
2007-11-06Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek
2007-11-06Added support for processing abbreviations in the Deserializer.Ted Kremenek
2007-11-05Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek
2007-11-05Fixed bug where tombstone key and empty key for DenseMap used forTed Kremenek
2007-11-02Added overloaded version of Deserializer::ReadOwnedPtr which allowsTed Kremenek
2007-11-01Removed ReadVal from SerializeTrait<T>, and also removed it fromTed Kremenek
2007-11-01Rewrote backpatcher. Backpatcher now stores the "has final pointer"Ted Kremenek
2007-10-31constified several pointer arguments for methods in the Deserializer.Ted Kremenek
2007-10-31Implemented deserialization of references. References are handledTed Kremenek
2007-10-28Updated backpatching logic during object deserialization to performTed Kremenek
2007-10-26Added default implementation of SerializeTrait<> that dispatches toTed Kremenek
2007-10-25Updated backpatching during object deserialization to support "smart"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