Add X86FastISel support for static allocas, and refences
authorDan Gohman <gohman@apple.com>
Wed, 10 Sep 2008 20:11:02 +0000 (20:11 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 10 Sep 2008 20:11:02 +0000 (20:11 +0000)
commit0586d91bb3e516d5826826522d9a90ed6ef74d86
treedca0b97efebf2a6ef9da0bb9d177b7050583027a
parent014264b70f2af002a41f8e36a9430fcf20e77bc7
Add X86FastISel support for static allocas, and refences
to static allocas. As part of this change, refactor the
address mode code for laods and stores.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56066 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h