llvm-6502/lib
Tom Stellard da25cd3e6d SelectionDAG: Use correct pointer size when lowering function arguments v2
This adds minimal support to the SelectionDAG for handling address spaces
with different pointer sizes.  The SelectionDAG should now correctly
lower pointer function arguments to the correct size as well as generate
the correct code when lowering getelementptr.

This patch also updates the R600 DataLayout to use 32-bit pointers for
the local address space.

v2:
  - Add more helper functions to TargetLoweringBase
  - Use CHECK-LABEL for tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189221 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-26 15:05:36 +00:00
..
Analysis Remove trailing spaces. 2013-08-24 14:16:00 +00:00
AsmParser Add function attribute 'optnone'. 2013-08-23 11:53:55 +00:00
Bitcode
CodeGen SelectionDAG: Use correct pointer size when lowering function arguments v2 2013-08-26 15:05:36 +00:00
DebugInfo
ExecutionEngine
IR
IRReader Add 'const' qualifiers to static const char* variables. 2013-07-16 01:17:10 +00:00
Linker
MC
Object
Option Options: explicit handling of -- 2013-08-13 22:23:05 +00:00
Support Added const qualifier to StringRef::edit_distance member function 2013-08-24 01:50:41 +00:00
TableGen
Target SelectionDAG: Use correct pointer size when lowering function arguments v2 2013-08-26 15:05:36 +00:00
Transforms Check if in set on insertion instead of separately 2013-08-24 19:55:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile