Added preliminary implementation of generic object serialization to bitcode.
authorTed Kremenek <kremenek@apple.com>
Tue, 23 Oct 2007 21:29:33 +0000 (21:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 23 Oct 2007 21:29:33 +0000 (21:29 +0000)
commit0b2d7aaf5cb376fb05c312f9c7db591cba32ad33
treed0e33a53d4003e7301e40f581ce83f6eb6d6b9b0
parent78daec973e81b1e85c2c3f5882845317da432f21
Added preliminary implementation of generic object serialization to bitcode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43261 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/Serialization.h [new file with mode: 0644]
lib/Bitcode/Reader/Deserialize.cpp [new file with mode: 0644]
lib/Bitcode/Writer/Serialize.cpp [new file with mode: 0644]