llvm-6502/lib/Bitcode/Writer
Ted Kremenek ec8cd06555 Added typedef "SerializedPtrID" to represent the pointer handle written to disk
instead of just using "unsigned".  This gives us more flexibility in changing
the definition of the handle later, and is more self-documenting.

Added tracking of block stack in the Deserializer.  Now clients can query
if they are still within a block using the methods GetCurrentBlockLocation()
and FinishedBlock().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43903 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-08 19:50:46 +00:00
..
BitcodeWriter.cpp Next PPC long double bits. First cut at constants. 2007-10-11 18:07:22 +00:00
BitcodeWriterPass.cpp Deleting -emitbitcode option which did nothing. 2007-11-04 20:28:31 +00:00
BitWriter.cpp Bindings for the verifier. 2007-10-06 21:00:36 +00:00
Makefile
Serialize.cpp Added typedef "SerializedPtrID" to represent the pointer handle written to disk 2007-11-08 19:50:46 +00:00
SerializeAPFloat.cpp Implemented generic serialization of APFloat. 2007-11-07 18:39:22 +00:00
SerializeAPInt.cpp Added serialization support for APInt. 2007-10-26 21:50:10 +00:00
ValueEnumerator.cpp Fix a nasty problem where we would miss enumeration of some types. This fixes 2007-05-06 08:35:19 +00:00
ValueEnumerator.h Fix a nasty problem where we would miss enumeration of some types. This fixes 2007-05-06 08:35:19 +00:00