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

2007-01-07 Thread Chris Lattner
Changes in directory llvm/runtime: Makefile updated: 1.30 -> 1.31 --- Log message: the old trace values pass has been removed, remove its runtime library. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/runtime/Makefile dif

[llvm-commits] CVS: llvm/runtime/Makefile README.txt

2006-11-16 Thread Reid Spencer
Changes in directory llvm/runtime: Makefile updated: 1.29 -> 1.30 README.txt 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 profiling, gc, etc. s

[llvm-commits] CVS: llvm/runtime/Makefile README.txt

2006-11-16 Thread LLVM
Changes in directory llvm/runtime: Makefile (r1.28) removed README.txt (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: (+0 -0) 0 f

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

2006-04-07 Thread Reid Spencer
Changes in directory llvm/runtime: Makefile updated: 1.27 -> 1.28 --- Log message: Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value 3. This ensures that if llvm-gcc isn't available and consequently the value of LLVMGCC_MAJVERS is blank, that the old (include runtime) be

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

2006-04-07 Thread Chris Lattner
Changes in directory llvm/runtime: Makefile updated: 1.26 -> 1.27 --- Log message: add a newline at the end of the file --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/runtime/Makefile diff -u llvm/runtime/Makefile:1.26 l

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

2006-04-06 Thread Reid Spencer
Changes in directory llvm/runtime: Makefile updated: 1.25 -> 1.26 --- Log message: Avoid building the runtime libraries if llvm-gcc version 4 is detected. --- Diffs of the changes: (+8 -0) Makefile |8 1 files changed, 8 insertions(+) Index: llvm/runtime/Makefile diff -u llv

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

2006-04-02 Thread Reid Spencer
Changes in directory llvm/runtime: Makefile updated: 1.24 -> 1.25 --- Log message: For PR722: http://llvm.cs.uiuc.edu/PR722 : Change the check for llvm-gcc from using LLVMGCCDIR to LLVMGCC. This checks for the actual tool rather than the directory in which the tool resides. In the case of this