Use .size and .type on ELF systems; this helps tools that map
[oota-llvm.git] / lib / Bitcode / Writer / Serialize.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
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...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...