aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/Serialization.h
AgeCommit message (Expand)Author
2007-11-07Implemented serialization of signed integers.Ted Kremenek
2007-11-01Removed ReadVal from SerializeTrait<T>, and also removed it fromTed Kremenek
2007-10-26Fixed bug where default SerializeTrait<>::Materialize would not return the ma...Ted Kremenek
2007-10-26Added default implementation of SerializeTrait<> that dispatches toTed Kremenek
2007-10-25Created header file to include minimal forward references needed forTed Kremenek
2007-10-25Implemented prototype serialization of pointers, including supportTed Kremenek
2007-10-24Split Serialization.h into separate headers: Serialize.h andTed Kremenek
2007-10-24Silenced a VC++ warning.Hartmut Kaiser
2007-10-23Added "ReadEnum" and "WriteEnum" to serialization classes.Ted Kremenek
2007-10-23Added preliminary implementation of generic object serialization to bitcode.Ted Kremenek