llvm-6502/tools
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
..
bugpoint Rather than having special rules like "intrinsics cannot 2007-12-03 20:06:50 +00:00
gccas
gccld
llc
lli
llvm2cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer Implement address space attribute for LLVM pointer types. Address spaces are 2007-12-11 08:59:05 +00:00
llvm-config Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that 2007-11-27 17:53:54 +00:00
llvm-db
llvm-dis
llvm-extract
llvm-ld
llvm-link
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvm-upgrade Add a convenience method for modifying parameter 2007-11-30 18:19:18 +00:00
llvmc
lto
opt
Makefile Fix accidental commit by Bill. 2007-12-09 00:27:38 +00:00