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

2006-11-16 Thread Bill Wendling
Sorry that there's no log message. It should be: removed unnecessary #include -bw On 11/16/06, Bill Wendling <[EMAIL PROTECTED]> wrote: > > > Changes in directory llvm/lib/CodeGen: > > Passes.cpp updated: 1.22 -> 1.23 > --- > Log message: > > > > --- > Diffs of the changes: (+0 -1) > > Passes.

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

2006-11-16 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.22 -> 1.23 --- Log message: --- Diffs of the changes: (+0 -1) Passes.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/CodeGen/Passes.cpp diff -u llvm/lib/CodeGen/Passes.cpp:1.22 llvm/lib/CodeGen/Passes.cpp:1.23 ---

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

2006-08-02 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.21 -> 1.22 --- Log message: Work around a bug in gcc 3.3.5, reported by a user --- Diffs of the changes: (+1 -1) Passes.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/Passes.cpp diff -u ll

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

2006-08-01 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.18 -> 1.19 RegAllocLinearScan.cpp updated: 1.125 -> 1.126 RegAllocLocal.cpp updated: 1.83 -> 1.84 RegAllocSimple.cpp updated: 1.70 -> 1.71 --- Log message: Introducing plugable register allocators and instruction schedulers. --- Dif

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

2006-07-27 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.17 -> 1.18 --- Log message: Working toward registration of register allocators. --- Diffs of the changes: (+47 -11) Passes.cpp | 58 +++--- 1 files changed, 47 insertions(+),

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.15 -> 1.16 RegAllocIterativeScan.cpp (r1.22) removed --- Log message: Alkis agrees that that iterative scan allocator isn't going to be worked on in the future, remove it. --- Diffs of the changes: (+1 -4) Passes.cpp |5 +