Changes in directory llvm/include/llvm/System:
Path.h updated: 1.38 -> 1.39
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception throwing from Path::getDirectoryContents and its users.
---
Diffs of the changes: (+5 -3)
Path.h |8 +---
1 files changed, 5 insertions(+
Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.35 -> 1.36
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception throwing from Path::getDirectoryContents and its users.
---
Diffs of the changes: (+86 -59)
llvm-ar.cpp | 145 +++
Changes in directory llvm/tools/gccld:
GenerateCode.cpp updated: 1.60 -> 1.61
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception throwing from Path::getDirectoryContents and its users.
---
Diffs of the changes: (+2 -1)
GenerateCode.cpp |3 ++-
1 files changed, 2 inser
Changes in directory llvm/lib/System/Win32:
Path.inc updated: 1.53 -> 1.54
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception throwing from Path::getDirectoryContents and its users.
---
Diffs of the changes: (+10 -6)
Path.inc | 16 ++--
1 files changed, 10 i
Changes in directory llvm/lib/System/Unix:
Path.inc updated: 1.55 -> 1.56
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception throwing from Path::getDirectoryContents and its users.
---
Diffs of the changes: (+8 -5)
Path.inc | 13 -
1 files changed, 8 inserti
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
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,
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
Changes in directory llvm/include/llvm/System:
Path.h updated: 1.37 -> 1.38
---
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: (+21 -
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.27 -> 1.28
---
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 chan
Changes in directory llvm/tools/llvm-ld:
llvm-ld.cpp updated: 1.35 -> 1.36
---
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: (+3 -4)
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 -15
Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.34 -> 1.35
---
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: (+12 -4
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
Changes in directory llvm/tools:
Makefile updated: 1.53 -> 1.54
---
Log message:
Rearrange order to build more frequently used tools first and make the
triplet ordering (large, small, small) explicit with one triplet per line.
---
Diffs of the changes: (+11 -4)
Makefile | 15 +++-
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/
Changes in directory llvm/tools:
Makefile updated: 1.51 -> 1.52
---
Log message:
Rearrange the build order to better accommodate parallel build by reducing
memory pressure. This order spaces out large executables with small ones in
between so that in a -j2 or -j3 build, it only attempts to buil
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 changed
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 insertion
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(-)
Index
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(+)
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 ++---
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/docs/
Changes in directory llvm/include/llvm/System:
Path.h updated: 1.35 -> 1.36
---
Log message:
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
adjust users of it to compensate.
---
Diffs of the changes: (+4 -3)
Path.h |7 ---
1 files changed, 4 insertions(+)
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 +++
Changes in directory llvm/include/llvm/Support:
GraphWriter.h updated: 1.27 -> 1.28
---
Log message:
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
adjust users of it to compensate.
---
Diffs of the changes: (+6 -1)
GraphWriter.h |7 ++-
1 files changed,
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 ++-
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
co
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: (+
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.56 -> 1.57
---
Log message:
Corrected an error that was introduced yesterday that caused the GCC
version to be left blank if the build failed.
Also corrected a problem where if the build failed the nightly tester
would still try to
Changes in directory llvm/lib/Debugger:
SourceFile.cpp updated: 1.8 -> 1.9
---
Log message:
Fix another occurrence of inverted logic on the result of MappedFile::map
---
Diffs of the changes: (+1 -1)
SourceFile.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.26 -> 1.27
---
Log message:
Inverse the error check logic for the MappedFile::map() call. It returns
a null pointer when there is an error.
---
Diffs of the changes: (+1 -1)
ArchiveWriter.cpp |2 +-
1 files c
Changes in directory llvm/lib/System/Unix:
TimeValue.inc updated: 1.9 -> 1.10
---
Log message:
Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so
just return MinTime if that should ever happen.
---
Diffs of the changes: (+7 -2)
TimeValue.inc |9 +++--
1 files c
Changes in directory llvm/include/llvm/ADT:
SmallVector.h updated: 1.15 -> 1.16
---
Log message:
add resize, move swap out of line
---
Diffs of the changes: (+56 -36)
SmallVector.h | 92 +++---
1 files changed, 56 insertions(+), 36 dele
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 llv
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.
-
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
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/test/Regression/CodeGen/ARM/select.
Changes in directory llvm/lib/Bytecode/Reader:
Reader.h updated: 1.30 -> 1.31
Reader.cpp updated: 1.194 -> 1.195
---
Log message:
For PR797: http://llvm.org/PR797 :
Make the Bytecode Reader use setjmp/longjump instead of exceptions to handle
errors. The alternative was even uglier than setjmp/
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.55 -> 1.56
---
Log message:
For PR797: http://llvm.org/PR797 :
Adjust the use of MappedFile to its new non-throwing interface. We just
propagate the exceptions if an error occurs. This will get cleaned up
later, incre
Changes in directory llvm/include/llvm/Debugger:
SourceFile.h updated: 1.3 -> 1.4
---
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.
Changes in directory llvm/lib/System/Unix:
Program.inc updated: 1.21 -> 1.22
---
Log message:
For PR797: http://llvm.org/PR797 :
Fix a bug in my last patch that botched file redirection by using explicit
scoping of if statements.
---
Diffs of the changes: (+13 -8)
Program.inc | 21 ++
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.12 -> 1.13
ArchiveWriter.cpp updated: 1.25 -> 1.26
---
Log message:
For PR797: http://llvm.org/PR797 :
Adjust to new interface for MappedFile. Note that the new "throw"
statements will be removed later.
---
Diffs of the c
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 insertions(
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. Th
Changes in directory llvm/lib/Debugger:
SourceFile.cpp updated: 1.7 -> 1.8
---
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. This w
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 insert
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
*
48 matches
Mail list logo