[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile

2006-11-02 Thread Reid Spencer
Changes in directory llvm/runtime/GCCLibraries/crtend: Makefile updated: 1.33 -> 1.34 --- Log message: For PR786: http://llvm.org/PR786 : Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused f

[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile README.txt crtend.c listend.ll

2006-03-08 Thread Chris Lattner
Changes in directory llvm/runtime/GCCLibraries/crtend: Makefile updated: 1.32 -> 1.33 README.txt updated: 1.1 -> 1.2 crtend.c updated: 1.5 -> 1.6 listend.ll (r1.4) removed --- Log message: Make the new and old front-ends more similar: now neither uses __main. --- Diffs of the changes: (+5 -6

[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile

2006-01-29 Thread Chris Lattner
Changes in directory llvm/runtime/GCCLibraries/crtend: Makefile updated: 1.31 -> 1.32 --- Log message: fix make install/uninstall of libcrtend. --- Diffs of the changes: (+19 -0) Makefile | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/runtime/GCCLibraries/crten

[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile

2006-01-27 Thread Chris Lattner
Changes in directory llvm/runtime/GCCLibraries/crtend: Makefile updated: 1.30 -> 1.31 --- Log message: Remove out of date comment --- Diffs of the changes: (+0 -7) Makefile |7 --- 1 files changed, 7 deletions(-) Index: llvm/runtime/GCCLibraries/crtend/Makefile diff -u llvm/runti

[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile

2006-01-27 Thread Chris Lattner
Changes in directory llvm/runtime/GCCLibraries/crtend: Makefile updated: 1.29 -> 1.30 --- Log message: Remove the only use of FAKE_SOURCES --- Diffs of the changes: (+11 -3) Makefile | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) Index: llvm/runtime/GCCLibraries