[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2007-01-26 Thread Devang Patel
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.125 - 1.126 --- Log message: Order createSimplifyLibCallsPass() after a set of function level passes so that these function passes are managed by CallGraphPassManager. --- Diffs of the changes: (+1 -1) gccas.cpp |2 +- 1

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2007-01-20 Thread Chris Lattner
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.124 - 1.125 --- Log message: default to emiting an uncompressed .bc file --- Diffs of the changes: (+1 -1) gccas.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/gccas/gccas.cpp diff -u

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2007-01-14 Thread Chris Lattner
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.123 - 1.124 --- Log message: Run an instcombine pass after inlining but before scalarrepl. This allows instcombine to clean up the code, which makes more code suitable for SRoA. This helps C++ code in particular, e.g. speeding up

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-11-28 Thread Bill Wendling
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.120 - 1.121 --- Log message: Replacing std::iostreams with llvm iostreams. Some of these changes involve adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-11-22 Thread Nick Lewycky
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.119 - 1.120 --- Log message: Update to new predicate simplifier VRP design. Fixes PR966: http://llvm.org/PR966 and PR967: http://llvm.org/PR967 . Remove predicate simplifier from default gcc3 pipeline. New design is too slow to

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-09-23 Thread Nick Lewycky
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.118 - 1.119 --- Log message: Enable 'predsimplify' optimization. --- Diffs of the changes: (+1 -0) gccas.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccas/gccas.cpp diff -u llvm/tools/gccas/gccas.cpp:1.118

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-08-18 Thread Reid Spencer
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.117 - 1.118 --- Log message: For PR797: http://llvm.org/PR797 : Rid the Assembly Parser of exceptions. This is a really gross hack but it will do until the Assembly Parser is re-written as a recursive descent. The basic premise is

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-07-03 Thread Reid Spencer
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.116 - 1.117 --- Log message: Split long comment lines. --- Diffs of the changes: (+4 -6) gccas.cpp | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) Index: llvm/tools/gccas/gccas.cpp diff -u

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-06-16 Thread Chris Lattner
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.115 - 1.116 --- Log message: Don't pass target name into TargetData anymore, it is never used or needed. --- Diffs of the changes: (+1 -1) gccas.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-02-21 Thread Chris Lattner
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.114 - 1.115 --- Log message: Turn on loop unswitching tonight --- Diffs of the changes: (+1 -0) gccas.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccas/gccas.cpp diff -u llvm/tools/gccas/gccas.cpp:1.114