[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp RegAllocLocal.cpp

2007-05-08 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.148 - 1.149 RegAllocLocal.cpp updated: 1.105 - 1.106 --- Log message: Change names from RA to something unique to get rid of naming conflicts with certain linkers... --- Diffs of the changes: (+42 -38)

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2007-04-25 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.143 - 1.144 --- Log message: Clean up. --- Diffs of the changes: (+2 -4) RegAllocLinearScan.cpp |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2007-02-25 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.140 - 1.141 --- Log message: Only add liveinterval to livein set if it isn't assigned a stack slot. --- Diffs of the changes: (+4 -4) RegAllocLinearScan.cpp |8 1 files changed, 4 insertions(+), 4

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2007-02-17 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.137 - 1.138 --- Log message: Do not add livein's to entry MBB twice. --- Diffs of the changes: (+3 -2) RegAllocLinearScan.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2007-02-16 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.136 - 1.137 --- Log message: Add live-ins to every BB. --- Diffs of the changes: (+20 -0) RegAllocLinearScan.cpp | 20 1 files changed, 20 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.133 - 1.134 --- Log message: eliminate fp statistic --- Diffs of the changes: (+3 -3) RegAllocLinearScan.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2006-11-16 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.131 - 1.132 --- Log message: Replace std::cerr uses of the DEBUG macro with DOUT instead. Removes a #include of iostream. --- Diffs of the changes: (+27 -29) RegAllocLinearScan.cpp | 56

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2006-10-24 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.128 - 1.129 --- Log message: LinearScanner hotspot. --- Diffs of the changes: (+2 -3) RegAllocLinearScan.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2006-05-12 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.122 - 1.123 --- Log message: If the register allocator cannot find a register to spill, try the aliases. If that still fails (because all the register spill weights are inf), just grab one. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2006-05-11 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.121 - 1.122 --- Log message: Backing out previous check-in. --- Diffs of the changes: (+1 -16) RegAllocLinearScan.cpp | 17 + 1 files changed, 1 insertion(+), 16 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2006-03-25 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.119 - 1.120 --- Log message: Add some comments. --- Diffs of the changes: (+4 -0) RegAllocLinearScan.cpp |4 1 files changed, 4 insertions(+) Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2005-12-27 Thread Duraid Madina
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.116 - 1.117 --- Log message: HB is *the* code janitor. --- Diffs of the changes: (+1 -0) RegAllocLinearScan.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp diff -u

Re: [llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

2005-11-21 Thread Chris Lattner
I think I know what you meant here, but just to be safe I'll let you do it. :) Can you send me a testcase that this assert breaks? Thanks, -Chris --- Diffs of the changes: (+1 -1) RegAllocLinearScan.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: