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

2006-07-17 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: MappedFile.inc updated: 1.12 -> 1.13 --- Log message: Reduce code in the error path by only allocating info_ if everything looks good. --- Diffs of the changes: (+8 -10) MappedFile.inc | 18 -- 1 files changed, 8 insertions(+), 1

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

2006-07-17 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: MappedFile.inc updated: 1.11 -> 1.12 --- Log message: Unindent some code --- Diffs of the changes: (+24 -25) MappedFile.inc | 49 - 1 files changed, 24 insertions(+), 25 deletions(-) Index: llvm/

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2006-07-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.32 -> 1.33 --- Log message: Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) --- Diffs of the changes: (+14 -1) MathExtras.h | 15 ++- 1 files changed, 14 insertions(+), 1 dele

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.16 -> 1.17 --- Log message: Fixed a silly syntax error :-( --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/Nightly

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.15 -> 1.16 --- Log message: Moved email to llvm test results email archive ahead of writing to log files --- Diffs of the changes: (+12 -13) NightlyTestAccept.cgi | 25 - 1 files changed

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.14 -> 1.15 --- Log message: fixed a stupid typo --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/NightlyTestAccept

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.13 -> 1.14 --- Log message: Changed the email portion to output a file, then pipe that file to mail, then remove the file. Hopefully this hack will allow mail to be sent. --- Diffs of the changes: (+4 -2) Nightl

[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp

2006-07-17 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.157 -> 1.158 --- Log message: Reduce the size of Constants.o by 25% by generalizing specific instantiations of std::map. --- Diffs of the changes: (+31 -30) Constants.cpp | 61 +

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

2006-07-17 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.12 -> 1.13 --- Log message: If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. --- Diffs of the changes: (+9 -5) NewNig