llvm-6502/lib/Bitcode/Reader
Ted Kremenek b12a82dbf4 Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is allowed to be backpatched
or can be registered with the deserializer to backpatch other pointers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43783 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-06 22:21:14 +00:00
..
BitcodeReader.cpp Make labels work in asm blocks; allow labels as 2007-11-05 21:20:28 +00:00
BitcodeReader.h This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
Deserialize.cpp Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is allowed to be backpatched 2007-11-06 22:21:14 +00:00
DeserializeAPInt.cpp Added serialization support for APInt. 2007-10-26 21:50:10 +00:00
Makefile