[llvm-commits] CVS: llvm/include/llvm/ADT/SCCIterator.h

2006-08-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SCCIterator.h updated: 1.21 -> 1.22 --- Log message: Silence a warning on x86-64, reported by chandlerc. --- Diffs of the changes: (+1 -1) SCCIterator.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/ADT/SCCI

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Makefile

2006-08-06 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests: Makefile updated: 1.7 -> 1.8 --- Log message: Setjmp/longjmp don't disable incorrect optimize transformations with llvm-gcc4, because EH isn't implemented yet. --- Diffs of the changes: (+4 -0) Makefile |4 1 files changed, 4

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-06 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.43 -> 1.44 --- Log message: no longer sending the list of all dejagnu tests because it is too big at the present time --- Diffs of the changes: (+1 -1) NewNightlyTest.pl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-06 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.44 -> 1.45 --- Log message: Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server.

[llvm-commits] CVS: llvm/lib/System/Unix/Path.inc

2006-08-06 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.50 -> 1.51 --- Log message: Add a note about how the "isFile" check in Path::eraseFromDisk prevents the erasure of non-file paths like /dev/null. --- Diffs of the changes: (+0 -0) 0 files changed __

[llvm-commits] CVS: llvm/lib/System/Unix/Signals.inc

2006-08-06 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Signals.inc updated: 1.12 -> 1.13 --- Log message: Make the removal of files use Path::eraseFromDisk just like it does for the removal of directories. Using std::remove is indiscriminate and can lead to the removal of things like /dev/null if run as ro

[llvm-commits] CVS: llvm/lib/System/Unix/Signals.inc

2006-08-06 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Signals.inc updated: 1.13 -> 1.14 --- Log message: Remove extraneous #include. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.c

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallVector.h

2006-08-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.4 -> 1.5 --- Log message: Add a clear method to SmallVector --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://