[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h

2006-01-08 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.64 -> 1.65 --- Log message: Saem Ghani's PassManager Patch #8: This fixes a "gccass" regression. The -debug-pass=Structure option now prints all the appropriate output --- Diffs of the changes: (+16 -2) PassManagerT.h | 18

[llvm-commits] CVS: llvm/include/llvm/System/Program.h

2006-01-08 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Program.h updated: 1.7 -> 1.8 --- Log message: Add some documentation. --- Diffs of the changes: (+2 -0) Program.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/System/Program.h diff -u llvm/include/llvm/System/Program

[llvm-commits] CVS: llvm/tools/bugpoint/ListReducer.h

2006-01-08 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: ListReducer.h updated: 1.14 -> 1.15 --- Log message: Fix line length of a comment. --- Diffs of the changes: (+2 -2) ListReducer.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/tools/bugpoint/ListReducer.h diff -u llvm

[llvm-commits] CVS: llvm/win32/Analysis/Analysis.vcproj

2006-01-08 Thread Jeff Cohen
Changes in directory llvm/win32/Analysis: Analysis.vcproj updated: 1.16 -> 1.17 --- Log message: Visual Studio hates being left out. --- Diffs of the changes: (+3 -0) Analysis.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/Analysis/Analysis.vcproj diff -u llvm/win32

[llvm-commits] CVS: llvm/lib/Analysis/LoadValueNumbering.cpp

2006-01-08 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: LoadValueNumbering.cpp updated: 1.33 -> 1.34 --- Log message: Fix a problem exposed by the et-forest work. Load-vn needs these passes live whenever it is live, not just when load-vn is computed initially --- Diffs of the changes: (+3 -3) LoadValueNu

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

2006-01-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: ET-Forest.h updated: 1.1 -> 1.2 --- Log message: Fix the build on platforms where doesn't define NULL --- Diffs of the changes: (+1 -0) ET-Forest.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Analysis/ET-Forest.h di

[llvm-commits] CVS: llvm/CREDITS.TXT

2006-01-08 Thread Chris Lattner
Changes in directory llvm: CREDITS.TXT updated: 1.44 -> 1.45 --- Log message: Add an entry --- Diffs of the changes: (+4 -0) CREDITS.TXT |4 1 files changed, 4 insertions(+) Index: llvm/CREDITS.TXT diff -u llvm/CREDITS.TXT:1.44 llvm/CREDITS.TXT:1.45 --- llvm/CREDITS.TXT:1.44

[llvm-commits] CVS: llvm/include/llvm/Analysis/ET-Forest.h Dominators.h PostDominators.h

2006-01-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: ET-Forest.h added (r1.1) Dominators.h updated: 1.51 -> 1.52 PostDominators.h updated: 1.9 -> 1.10 --- Log message: Initial implementation of the ET-Forest data structure for dominators and post-dominators. This code was written/adapted by Daniel

[llvm-commits] CVS: llvm/lib/VMCore/Dominators.cpp

2006-01-08 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.65 -> 1.66 --- Log message: Initial implementation of the ET-Forest data structure for dominators and post-dominators. This code was written/adapted by Daniel Berlin! --- Diffs of the changes: (+443 -0) Dominators.cpp | 443

[llvm-commits] CVS: llvm/lib/Analysis/PostDominators.cpp

2006-01-08 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: PostDominators.cpp updated: 1.53 -> 1.54 --- Log message: Initial implementation of the ET-Forest data structure for dominators and post-dominators. This code was written/adapted by Daniel Berlin! --- Diffs of the changes: (+63 -0) PostDominators.c