Dan Gohman
|
6f0d024a53
|
Rename MRegisterInfo to TargetRegisterInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46930 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-02-10 18:45:23 +00:00 |
|
Chris Lattner
|
7ed47a1335
|
Don't attribute in file headers anymore. See llvmdev for the
discussion of this change. Boy are my fingers tired. ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-12-29 19:59:42 +00:00 |
|
Dan Gohman
|
81975f6dfd
|
Add explicit keywords and remove spurious trailing semicolons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41482 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-08-27 14:50:10 +00:00 |
|
Dan Gohman
|
27e9d457d4
|
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37925 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-07-05 20:40:15 +00:00 |
|
Evan Cheng
|
a09f0d4ab7
|
Pass call frame setup SP adjustment along to eliminateFrameIndex().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36624 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-05-01 08:59:18 +00:00 |
|
Dale Johannesen
|
c6b9ef80a8
|
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
hopefully forestall similar errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35362 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-26 22:23:54 +00:00 |
|
Dale Johannesen
|
69cb9b78f1
|
maintain LiveIn when splitting blocks (register scavenging needs it)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35226 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-20 21:35:06 +00:00 |
|
Evan Cheng
|
7e79e396a4
|
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35139 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-18 03:26:04 +00:00 |
|
Evan Cheng
|
f262b35559
|
Add skipTo to set internal iterator. Useful when pointed to instruction is deleted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34997 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-07 02:36:16 +00:00 |
|
Evan Cheng
|
b74a3e6fda
|
Register scavenger is now capable of scavenging. It spills a register whose use of furthest away to make it available.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34964 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-06 10:01:25 +00:00 |
|
Evan Cheng
|
5196b3680c
|
Add a version of FindUnusedReg that restrict search to a specific set of registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34784 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-01 08:56:24 +00:00 |
|
Evan Cheng
|
28654b6205
|
Clean up interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34769 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-03-01 02:18:06 +00:00 |
|
Evan Cheng
|
898218cc5e
|
Some more code clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34700 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-02-27 22:58:43 +00:00 |
|
Evan Cheng
|
8cab162e03
|
Oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34698 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-02-27 22:10:52 +00:00 |
|
Evan Cheng
|
bb6fb3357d
|
RegScavenger interface change to make it more flexible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34690 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-02-27 21:09:48 +00:00 |
|
Evan Cheng
|
ed570dedad
|
forward() should not increment internal iterator. Its client may insert instruction between now and next forward() call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34649 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-02-27 01:58:48 +00:00 |
|
Evan Cheng
|
96fa612373
|
Initial check in of register scavenger. Its only current functionality is tracking live registers per MBB.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34511 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-02-23 01:01:19 +00:00 |
|