aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2008-03-25Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-02-22Read and write getresult.Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Added some sectioning comments to Serialize.h.Ted Kremenek
2007-12-17Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-12-05Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek
2007-11-30Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek
2007-11-30Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek
2007-11-19Add explicit keywords.Dan Gohman
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-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