llvm-6502/lib/Bitcode/Reader
Christopher Lamb fe63fb986d Implement address space attribute for LLVM pointer types. Address spaces are
regions of memory that have a target specific relationship, as described in the 
Embedded C Technical Report. 

This also implements the 2007-12-11-AddressSpaces test, 
which demonstrates how address space attributes can be used in LLVM IR.

In addition, this patch changes the bitcode signature for stores (in a backwards 
compatible manner), such that the pointer type, rather than the pointee type, is 
encoded. This permits type information in the pointer (e.g. address space) to be 
preserved for stores.

LangRef updates are forthcoming.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44858 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 08:59:05 +00:00
..
BitcodeReader.cpp Implement address space attribute for LLVM pointer types. Address spaces are 2007-12-11 08:59:05 +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
BitReader.cpp Adding Ocaml bindings for the bitreader as requested by Sarah 2007-12-11 00:20:48 +00:00
Deserialize.cpp Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting 2007-11-30 22:45:05 +00:00
DeserializeAPFloat.cpp Implemented generic serialization of APFloat. 2007-11-07 18:39:22 +00:00
DeserializeAPInt.cpp Added serialization support for APInt. 2007-10-26 21:50:10 +00:00
Makefile Initial support for reading bitcode files. They currently only read types, 2007-04-22 06:23:29 +00:00