llvm/lib
Matt Arsenault b1d220c21a SLSR: Pass address space to isLegalAddressingMode
This only updates one of the uses. The other is used in cases
that may never touch memory, so I'm not sure why this is even
calling it. Perhaps there should be a new, similar hook for such
cases or pass -1 for unknown address space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239540 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-11 16:13:39 +00:00
..
Analysis [GVN] Set proper debug locations for some instructions created by GVN. 2015-06-10 17:37:38 +00:00
AsmParser
Bitcode
CodeGen Fix merges of non-zero vector stores 2015-06-11 16:03:52 +00:00
DebugInfo
ExecutionEngine fix crash 2015-06-10 03:06:06 +00:00
Fuzzer
IR Revert "Move dllimport name mangling to IR mangler." 2015-06-11 01:31:48 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO
MC Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. 2015-06-10 12:11:26 +00:00
Object
Option
Passes
ProfileData
Support
TableGen
Target Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC. 2015-06-11 15:34:59 +00:00
Transforms SLSR: Pass address space to isLegalAddressingMode 2015-06-11 16:13:39 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile