[llvm-commits] CVS: llvm/tools/gccas/Makefile

2007-02-10 Thread Reid Spencer
Changes in directory llvm/tools/gccas: Makefile updated: 1.30 - 1.31 --- Log message: Align make log output with the rest of llvm. --- Diffs of the changes: (+6 -6) Makefile | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/tools/gccas/Makefile diff -u

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2007-02-03 Thread Reid Spencer
Changes in directory llvm/tools/gccas: Makefile updated: 1.28 - 1.29 --- Log message: Clean this up a bit: hide command unless verbose output requested, echo a useful comment line, add a clean target. --- Diffs of the changes: (+6 -2) Makefile |8 ++-- 1 files changed, 6

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2007-02-03 Thread Reid Spencer
Changes in directory llvm/tools/gccas: Makefile updated: 1.29 - 1.30 --- Log message: Make sure the gccas script is executable. --- Diffs of the changes: (+4 -2) Makefile |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/tools/gccas/Makefile diff -u

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2006-09-04 Thread Chris Lattner
Changes in directory llvm/tools/gccas: Makefile updated: 1.26 - 1.27 --- Log message: Use LINK_COMPONENTS to specify *components* to link against instead of using USED_LIBS to specify *libraries* to link against. --- Diffs of the changes: (+1 -3) Makefile |4 +--- 1 files changed, 1

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/gccas: Makefile updated: 1.25 - 1.26 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccas/Makefile diff -u

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2006-05-31 Thread Reid Spencer
Changes in directory llvm/tools/gccas: Makefile updated: 1.24 - 1.25 --- Log message: Use archive libraries instead of object files for VMCore, BCReader, BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. --- Diffs

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/gccas: Makefile updated: 1.23 - 1.24 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which