[llvm-commits] CVS: llvm/runtime/GCCLibraries/libm/Makefile temp.c

2006-11-16 Thread Reid Spencer
Changes in directory llvm/runtime/GCCLibraries/libm: Makefile updated: 1.11 -> 1.12 temp.c updated: 1.3 -> 1.4 --- Log message: Undo removal of the runtime libraries. While this may have been a bit premature, these libraries will be going away for the 2.0 release. Other arrangements for profili

[llvm-commits] CVS: llvm/runtime/GCCLibraries/libm/Makefile temp.c

2006-11-16 Thread LLVM
Changes in directory llvm/runtime/GCCLibraries/libm: Makefile (r1.10) removed temp.c (r1.2) removed --- Log message: In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will be dropped. This patch pertains to removing the runtime directory from LLVM. --- Diffs of the changes:

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

2006-11-02 Thread Reid Spencer
Changes in directory llvm/runtime/GCCLibraries/libm: Makefile updated: 1.9 -> 1.10 --- 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 func