Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / Bitcode / Deserialize.h
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-05-01 Ted KremenekInitialize a local variable.
2008-04-07 Sam BishopAdded support for Create() calls that take an argument...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-17 Ted KremenekModified Deserializer::ReadCStr to allow C-strings...
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
2007-11-17 Ted KremenekReverted patch 44199:
2007-11-17 Ted KremenekChanged implementation of Serialize::EmitDiffPtrID and
2007-11-17 Ted KremenekImplemented optimization for BatchEmitOwnedPtrs that...
2007-11-15 Ted KremenekFixed serious bug in BatchReadOwnedPtrs where in a...
2007-11-14 Ted KremenekAdded two new overloaded versions of BatchEmitOwnedPtrs and
2007-11-13 Ted KremenekRenamed serialization method "Materialize" to "Create...
2007-11-13 Ted KremenekFixed bug with inconsistent serialization/deserializati...
2007-11-12 Ted KremenekAdded versions of ReadPtr that takes an explicit Serial...
2007-11-10 Ted KremenekFixed a bug introduced by my last patch. Now we proper...
2007-11-10 Ted KremenekFixed hack in BatchReadOwnedPtrs to no longer use the...
2007-11-10 Ted KremenekAdded "random access" to the Deserializer to allow...
2007-11-09 Ted KremenekUpdated Deserializer class to provide more information...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-08 Ted KremenekRevised implementation of BatchReadOwnedPtrs() that...
2007-11-07 Ted KremenekAdded version of BatchEmitOwnedPtrs and BatchReadOwnedP...
2007-11-07 Ted KremenekAdded methods to batch emit and deserialize owned point...
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-07 Ted KremenekAdded special version of ReadPtr() that returns a deser...
2007-11-06 Ted KremenekAugmented ReadPtr and ReadOwnedPtr to control whether...
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-05 Ted KremenekFixed bug where tombstone key and empty key for DenseMa...
2007-11-02 Ted KremenekAdded overloaded version of Deserializer::ReadOwnedPtr...
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-26 Ted KremenekAdded default implementation of SerializeTrait<> that...
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...