[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveInterval.h

2006-08-22 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: LiveInterval.h updated: 1.17 - 1.18 --- Log message: Switch to using smallvector for liveintervals. This speeds up live interval analysis 11% on kc++. --- Diffs of the changes: (+2 -1) LiveInterval.h |3 ++- 1 files changed, 2

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/select.ll

2006-08-22 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/ARM: select.ll updated: 1.3 - 1.4 --- Log message: This passes. --- Diffs of the changes: (+1 -1) select.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/ARM/select.ll diff -u

[llvm-commits] CVS: llvm/lib/Target/ARM/README.txt

2006-08-22 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: README.txt added (r1.1) --- Log message: add a README.txt --- Diffs of the changes: (+9 -0) README.txt |9 + 1 files changed, 9 insertions(+) Index: llvm/lib/Target/ARM/README.txt diff -c /dev/null llvm/lib/Target/ARM/README.txt:1.1

[llvm-commits] CVS: llvm/include/llvm/System/MappedFile.h

2006-08-22 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.10 - 1.11 --- Log message: For PR797: http://llvm.org/PR797 : Make MappedFile not throw any exceptions. --- Diffs of the changes: (+24 -7) MappedFile.h | 31 --- 1 files changed, 24

[llvm-commits] CVS: llvm/lib/Support/FileUtilities.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/Support: FileUtilities.cpp updated: 1.48 - 1.49 --- Log message: For PR797: http://llvm.org/PR797 : Adjust users of MappedFile to its new non-throwing interface. Note that in most cases the lazy step of just throwing after a call to MappedFile was installed.

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: MappedFile.inc updated: 1.16 - 1.17 --- Log message: For PR797: http://llvm.org/PR797 : Make MappedFile not throw any exceptions. --- Diffs of the changes: (+15 -10) MappedFile.inc | 25 +++-- 1 files changed, 15

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/select.ll

2006-08-22 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: select.ll updated: 1.4 - 1.5 --- Log message: run llc with -march=arm in select.ll --- Diffs of the changes: (+1 -1) select.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-08-22 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.52 - 1.53 --- Log message: Changed the nightly test accept script to send out emails with new/removed/ fixed/broken tests listed. --- Diffs of the changes: (+35 -27) NightlyTestAccept.cgi | 62

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-08-22 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.8 - 1.9 --- Log message: Fixed an issue where instead of appending to list of new/removed/fixed/ broken tests, we were instead assigning the list. Therefore, only the last discovered test change was being reported.

[llvm-commits] CVS: llvm/include/llvm/System/TimeValue.h

2006-08-22 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: TimeValue.h updated: 1.15 - 1.16 --- Log message: Fix some indentation. --- Diffs of the changes: (+4 -5) TimeValue.h |9 - 1 files changed, 4 insertions(+), 5 deletions(-) Index: llvm/include/llvm/System/TimeValue.h diff -u

[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveInterval.h

2006-08-22 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: LiveInterval.h updated: 1.18 - 1.19 --- Log message: Improve the LiveInterval class to keep track of which machine instruction defines each value# tracked by the interval. This will be used to improve coallescing. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/CodeGen/LiveInterval.cpp LiveIntervalAnalysis.cpp

2006-08-22 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveInterval.cpp updated: 1.27 - 1.28 LiveIntervalAnalysis.cpp updated: 1.165 - 1.166 --- Log message: Improve the LiveInterval class to keep track of which machine instruction defines each value# tracked by the interval. This will be used to improve

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.52 - 1.53 --- Log message: Make the sys::Path::GetTemporaryDirectory method not throw exceptions and adjust users of it to compensate. --- Diffs of the changes: (+30 -23) Path.inc | 53

[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.39 - 1.40 --- Log message: Make the sys::Path::GetTemporaryDirectory method not throw exceptions and adjust users of it to compensate. --- Diffs of the changes: (+30 -10) CompilerDriver.cpp | 40

[llvm-commits] CVS: llvm/docs/CompilerWriterInfo.html

2006-08-22 Thread Misha Brukman
Changes in directory llvm/docs: CompilerWriterInfo.html updated: 1.9 - 1.10 --- Log message: Added link to ABI documentation, sent by Rafael Espindola. --- Diffs of the changes: (+2 -1) CompilerWriterInfo.html |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/configure

2006-08-22 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.247 - 1.248 --- Log message: Add irix as a (potential) new platform so that Timothy Baldridge can (hopefully) provide support for it. --- Diffs of the changes: (+30 -68) configure | 98

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-08-22 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.244 - 1.245 --- Log message: Add irix as a (potential) new platform so that Timothy Baldridge can (hopefully) provide support for it. --- Diffs of the changes: (+5 -0) configure.ac |5 + 1 files changed, 5 insertions(+)

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.51 - 1.52 --- Log message: Update for changes in Path class interface for exception removal. --- Diffs of the changes: (+6 -16) Path.inc | 22 ++ 1 files changed, 6 insertions(+), 16 deletions(-)

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2006-08-22 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Path.h updated: 1.36 - 1.37 --- Log message: For PR797: http://llvm.org/PR797 : Change the Path::make*OnDisk methods exception free and adjust their usage. --- Diffs of the changes: (+4 -4) Path.h |8 1 files changed, 4

[llvm-commits] CVS: llvm/tools/llvm-ld/llvm-ld.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.34 - 1.35 --- Log message: For PR797: http://llvm.org/PR797 : Change the Path::make*OnDisk methods exception free and adjust their usage. --- Diffs of the changes: (+13 -3) llvm-ld.cpp | 16 +--- 1 files

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.52 - 1.53 --- Log message: Fix a typo. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.52 llvm/tools/Makefile:1.53 ---

[llvm-commits] CVS: llvm/tools/lto/lto.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools/lto: lto.cpp updated: 1.6 - 1.7 --- Log message: For PR797: http://llvm.org/PR797 : Remove exceptions from the Path::create*OnDisk methods. Update their users to handle error messages via arguments and result codes. --- Diffs of the changes: (+5 -1) lto.cpp

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.54 - 1.55 --- Log message: For PR797: http://llvm.org/PR797 : Remove exceptions from the Path::create*OnDisk methods. Update their users to handle error messages via arguments and result codes. --- Diffs of the changes: (+22

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.52 - 1.53 --- Log message: For PR797: http://llvm.org/PR797 : Adjust code to compensate for Path class interface change. --- Diffs of the changes: (+10 -5) Path.inc | 15 ++- 1 files changed, 10 insertions(+), 5

[llvm-commits] CVS: llvm/tools/gccld/gccld.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools/gccld: gccld.cpp updated: 1.109 - 1.110 --- Log message: For PR797: http://llvm.org/PR797 : Change the Path::make*OnDisk methods exception free and adjust their usage. --- Diffs of the changes: (+14 -4) gccld.cpp | 18 ++ 1 files changed,

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.53 - 1.54 --- Log message: For PR797: http://llvm.org/PR797 : Change the Path::make*OnDisk methods exception free and adjust their usage. --- Diffs of the changes: (+18 -9) Path.inc | 27 ++- 1 files