Dan Gohman
|
2ff7fd1461
|
Refactor X86SelectConstAddr, folding it into X86SelectAddress. This
results in better code for globals. Also, unbreak the local CSE for
GlobalValue stub loads.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56371 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-19 22:16:54 +00:00 |
|
Evan Cheng
|
59fbc80f6b
|
Fix a constant lowering bug. Now we can do load and store instructions with funky getelementptr embedded in the address operand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55975 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-09 01:26:59 +00:00 |
|
Owen Anderson
|
79924eb6f5
|
Fix the ordering of operands to the store (inverted relative to LLVM IR), and fix the testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55777 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-04 16:48:33 +00:00 |
|
Owen Anderson
|
a3971dfbfe
|
Add a first attempt at implementing stores for X86 fast isel using target hooks.
Dan or Evan, please review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55764 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-04 07:08:58 +00:00 |
|
Evan Cheng
|
373d50af1d
|
Load from GV stub should be locally CSE'd.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55763 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-04 06:18:33 +00:00 |
|