llvm-6502/lib/Bitcode/Reader
Ted Kremenek 6e9b496643 Split Serialization.h into separate headers: Serialize.h and
Deserialize.h Serialization.h now includes trait speciailizations for
unsigned long, etc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43307 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-24 19:06:40 +00:00
..
BitcodeReader.cpp Next PPC long double bits. First cut at constants. 2007-10-11 18:07:22 +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 Split Serialization.h into separate headers: Serialize.h and 2007-10-24 19:06:40 +00:00
Makefile Initial support for reading bitcode files. They currently only read types, 2007-04-22 06:23:29 +00:00