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

2006-05-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.55 - 1.56 --- Log message: Fix pastos in comments --- Diffs of the changes: (+4 -3) Dominators.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/include/llvm/Analysis/Dominators.h diff

[llvm-commits] CVS: llvm/lib/Transforms/Utils/CloneFunction.cpp

2006-05-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: CloneFunction.cpp updated: 1.27 - 1.28 --- Log message: Fix some regression from the inliner patch I committed last night. This fixes ldecod, lencod, and SPASS. --- Diffs of the changes: (+1 -1) CloneFunction.cpp |2 +- 1 files changed,

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LCSSA.cpp

2006-05-27 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LCSSA.cpp updated: 1.4 - 1.5 --- Log message: Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing the iterated Dominance Frontier of the loop-closure Phi's. This is the second phase of the LCSSA pass. The third phase

[llvm-commits] CVS: llvm-www/pubs/2004-09-22-LCPCLLVMTutorial.html

2006-05-27 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2004-09-22-LCPCLLVMTutorial.html updated: 1.1 - 1.2 --- Log message: Add bibtex entry, contributed by Nick Lewycky --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2006-05-27 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp added (r1.1) --- Log message: Provide an infrastructure for testing the llvm2cpp program (yet to be committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in

[llvm-commits] CVS: llvm/test/Feature/llvm2cpp.exp

2006-05-27 Thread Reid Spencer
Changes in directory llvm/test/Feature: llvm2cpp.exp added (r1.1) --- Log message: Provide an infrastructure for testing the llvm2cpp program (yet to be committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported

[llvm-commits] CVS: llvm/test/Makefile

2006-05-27 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.87 - 1.88 --- Log message: Provide an infrastructure for testing the llvm2cpp program (yet to be committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in