Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
lib
/
Bitcode
/
Reader
/
Deserialize.cpp
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
c1f7bdc
Modified Deserializer::ReadCStr to allow C-strings to be read into a
by Ted Kremenek
· 18 years ago
e7fc670
Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
by Ted Kremenek
· 18 years ago
e3bcae9
Removed debug #define that was accidentally checked in while debugging
by Ted Kremenek
· 18 years ago
9e11d1e
Added two new overloaded versions of BatchEmitOwnedPtrs and BatchReadOwnedPtrs.
by Ted Kremenek
· 18 years ago
300766d
Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows
by Ted Kremenek
· 18 years ago
6dcaebc
Updated method signature to conform with the typedef in the method prototype.
by Ted Kremenek
· 18 years ago
692b607
Added "random access" to the Deserializer to allow a client to jump to any
by Ted Kremenek
· 18 years ago
9493bb3
Updated Deserializer class to provide more information about the current
by Ted Kremenek
· 18 years ago
ebfbcaa
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
by Ted Kremenek
· 18 years ago
cd0c320
Implemented serialization of signed integers.
by Ted Kremenek
· 18 years ago
b4d8719
Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is allowed to be backpatched
by Ted Kremenek
· 18 years ago
fd2f7e7
Added support for processing abbreviations in the Deserializer.
by Ted Kremenek
· 18 years ago
6fcfdf5
Added support in serializer and deserializer to create arbitrary blocks.
by Ted Kremenek
· 18 years ago
a23f9db
Added default creation of root-level block by bitstream serializer.
by Ted Kremenek
· 18 years ago
db74f8e
Removed ReadVal from SerializeTrait<T>, and also removed it from Deserializer.
by Ted Kremenek
· 18 years ago
9eeccd9
Rewrote backpatcher. Backpatcher now stores the "has final pointer"
by Ted Kremenek
· 18 years ago
aa059b1
constified several pointer arguments for methods in the Deserializer.
by Ted Kremenek
· 18 years ago
0fb10e4
Implemented deserialization of references. References are handled
by Ted Kremenek
· 18 years ago
33ca234
Fixed warning concerning implicit conversion from a NULL pointer
by Ted Kremenek
· 18 years ago
44a871e
Fixed assertion in Deserializer::~Deserializer that checks for
by Ted Kremenek
· 18 years ago
1ad8ec3
Updated backpatching logic during object deserialization to perform
by Ted Kremenek
· 18 years ago
3107bdc
Updated backpatching during object deserialization to support "smart"
by Ted Kremenek
· 18 years ago
6d20169
Disambiguated variable name to comply with VC++'s archaic variable scoping rules.
by Hartmut Kaiser
· 18 years ago
f40b603
Added special treatment of serializing NULL pointers.
by Ted Kremenek
· 18 years ago
fd63591
Implemented prototype serialization of pointers, including support
by Ted Kremenek
· 18 years ago
03a89f8
Split Serialization.h into separate headers: Serialize.h and
by Ted Kremenek
· 18 years ago
be1a026
Added preliminary implementation of generic object serialization to bitcode.
by Ted Kremenek
· 18 years ago