[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-12-01 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.30 - 1.31 --- Log message: Remove dead methods --- Diffs of the changes: (+0 -22) PassSupport.h | 22 -- 1 files changed, 22 deletions(-) Index: llvm/include/llvm/PassSupport.h diff -u

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.27 - 1.28 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+17 -24) PassSupport.h | 41 + 1 files changed, 17

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.28 - 1.29 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+0 -47) PassSupport.h | 47 --- 1 files changed, 47

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.29 - 1.30 --- Log message: simplify AnalysisGroup registration, eliminating one typeid call. --- Diffs of the changes: (+5 -13) PassSupport.h | 18 +- 1 files changed, 5 insertions(+), 13 deletions(-)

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-01 Thread Jim Laskey
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.25 - 1.26 --- Log message: Introducing plugable register allocators and instruction schedulers. --- Diffs of the changes: (+0 -69) PassSupport.h | 69 -- 1 files

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-07-27 Thread Jim Laskey
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.24 - 1.25 --- Log message: Working toward registration of register allocators. --- Diffs of the changes: (+70 -0) PassSupport.h | 70 ++ 1 files changed, 70