aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/Serialize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-081-3/+13
* Implemented serialization of signed integers.Ted Kremenek2007-11-071-1/+16
* Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek2007-11-061-6/+2
* Renamed "Flush()" to "FlushRecord()".Ted Kremenek2007-11-061-3/+3
* Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek2007-11-051-3/+19
* Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek2007-10-311-1/+1
* Added special treatment of serializing NULL pointers.Ted Kremenek2007-10-251-1/+4
* Implemented prototype serialization of pointers, including supportTed Kremenek2007-10-251-1/+11
* Split Serialization.h into separate headers: Serialize.h andTed Kremenek2007-10-241-7/+23
* Added preliminary implementation of generic object serialization to bitcode.Ted Kremenek2007-10-231-0/+52