aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/Deserialize.h
AgeCommit message (Expand)Author
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