llvm-6502/lib/AsmParser
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
..
LLLexer.cpp Implement address space attribute for LLVM pointer types. Address spaces are 2007-12-11 08:59:05 +00:00
LLLexer.h Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00
llvmAsmParser.cpp.cvs Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
llvmAsmParser.h.cvs Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
llvmAsmParser.y Implement address space attribute for LLVM pointer types. Address spaces are 2007-12-11 08:59:05 +00:00
llvmAsmParser.y.cvs Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
Makefile Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00
Parser.cpp Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00
ParserInternals.h Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00