[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-04-16 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.14 -> 1.15 --- Log message: Add getPotentialPassManagerType(). No functionality change, yet. --- Diffs of the changes: (+4 -0) LoopPass.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Analysi

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-04-16 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.13 -> 1.14 --- Log message: Removed tabs everywhere except autogenerated & external files. Add make target for tabs checking. --- Diffs of the changes: (+1 -1) LoopPass.h |2 +- 1 files changed, 1 insertion(+), 1 d

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-03-06 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.12 -> 1.13 --- Log message: Use schedulePass() instead of assignPassManager() to add new LPPassManager. This ensures that require analysis info is available. --- Diffs of the changes: (+2 -6) LoopPass.h |8 ++--

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-03-06 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.11 -> 1.12 --- Log message: Add LPPassManager::insertLoop(). --- Diffs of the changes: (+4 -2) LoopPass.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Analysis/LoopPass.h di

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-03-06 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.10 -> 1.11 --- Log message: LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from LoopUnswitch pass. --- Diffs of the changes: (+2 -0) LoopPass.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-03-06 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.9 -> 1.10 --- Log message: LPPassManager. Implement preparePassManager() hook. --- Diffs of the changes: (+9 -1) LoopPass.h | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: llvm/include/llvm/A

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-03-06 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.8 -> 1.9 --- Log message: LPPassManager : Add initialization and finalizatino hooks. --- Diffs of the changes: (+9 -0) LoopPass.h |9 + 1 files changed, 9 insertions(+) Index: llvm/include/llvm/Analysis/L

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-03-05 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.7 -> 1.8 --- Log message: Use std::deque to manage loop queue inside LPPassManager. --- Diffs of the changes: (+1 -3) LoopPass.h |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/include/llvm/An

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-27 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.6 -> 1.7 --- Log message: Make getPassManagerType() const. --- Diffs of the changes: (+1 -1) LoopPass.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Analysis/LoopPass.h diff -u ll

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-23 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.5 -> 1.6 --- Log message: Loop passes are set up to accept pointer. --- Diffs of the changes: (+1 -1) LoopPass.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Analysis/LoopPass.h

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-22 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.4 -> 1.5 --- Log message: Teach LoopPass to assign itself one Loop Pass Manager. --- Diffs of the changes: (+4 -0) LoopPass.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Analysis/LoopPass.h

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-22 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.3 -> 1.4 --- Log message: Add facility that allows LoopPass to re-insert a loop into Loop Pass Manager's queue. --- Diffs of the changes: (+6 -1) LoopPass.h |7 ++- 1 files changed, 6 insertions(+), 1 deletion(

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-22 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.2 -> 1.3 --- Log message: Add LPPassManager interface that LoopPass can use to skip rest of the passes in the queue for a loop. --- Diffs of the changes: (+6 -1) LoopPass.h |7 ++- 1 files changed, 6 insertions(

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-22 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h updated: 1.1 -> 1.2 --- Log message: Add LoopQueue. This is used by loop pass manager to manage loop nest. --- Diffs of the changes: (+6 -1) LoopPass.h |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopPass.h

2007-02-22 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopPass.h added (r1.1) --- Log message: Add Loop Pass Manager. --- Diffs of the changes: (+86 -0) LoopPass.h | 86 + 1 files changed, 86 insertions(+) Index: llvm/include/llvm/