aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
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-10Made Deserializer a friend class of BitstreamReader.Ted 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 BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek
2007-11-08Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek
2007-11-07Fixed bug where we did not properly serialize owned objects due to a missingTed 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-06Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek
2007-11-06Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek
2007-11-06Renamed "Flush()" to "FlushRecord()".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-05Added default creation of root-level block by bitstream serializer.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-31Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek
2007-10-28Updated backpatching logic during object deserialization to performTed 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-25Updated backpatching during object deserialization to support "smart"Ted Kremenek
2007-10-25Added special treatment of serializing NULL pointers.Ted 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
2007-10-08Add explicit keywords.Dan Gohman
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-08update comments, no functionality changeChris Lattner
2007-05-06Move this here from Bytecode/Archive.hChris Lattner
2007-05-06allow zero-length arraysChris Lattner
2007-05-06we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner
2007-05-06Make code more 64-bit aware.Jeff Cohen