Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.35 -> 1.36
---
Log message:
fix externals
---
Diffs of the changes: (+2 -2)
NewNightlyTest.pl |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.p
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.87 -> 1.88
---
Log message:
Instead of blindly looking past constantexpr casts, actually constant
fold them. This correctly truncates constants that are too large for the
destination slot and makes the code easier to understand.
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-07-28-AsmPrint-Long-As-Pointer.ll added (r1.1)
---
Log message:
New testcase for PR853: http://llvm.org/PR853
---
Diffs of the changes: (+5 -0)
2006-07-28-AsmPrint-Long-As-Pointer.ll |5 +
1 files changed, 5 insertions(+)
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.36 -> 1.37
---
Log message:
Fixed errors were .o file sizes were not being entered into the databaes
---
Diffs of the changes: (+1 -1)
NightlyTestAccept.cgi |2 +-
1 files changed, 1 insertion(+), 1 deletion(
Changes in directory llvm/lib/Linker:
Linker.cpp updated: 1.10 -> 1.11
---
Log message:
Remove a redundant syscall.
---
Diffs of the changes: (+20 -24)
Linker.cpp | 44
1 files changed, 20 insertions(+), 24 deletions(-)
Index: llvm/lib/Linke
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.231 -> 1.232
---
Log message:
Split each select function for a particular opcode into multiple ones. One
per possible ValueType of the node. e.g. Select_add is split into Select_add_i8,
Select_add_i16, etc.
For opcodes whi
Changes in directory llvm:
configure updated: 1.243 -> 1.244
---
Log message:
Fix the --with-extra-options to use the correct variable.
---
Diffs of the changes: (+3 -3)
configure |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/configure
diff -u llvm/configure
Changes in directory llvm/autoconf:
configure.ac updated: 1.241 -> 1.242
---
Log message:
Fix the --with-extra-options to use the correct variable.
---
Diffs of the changes: (+3 -3)
configure.ac |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/autoconf/configur
Changes in directory llvm/include/llvm/System:
Path.h updated: 1.33 -> 1.34
---
Log message:
Modify setStatusInfoOnDisk to not throw an exception.
---
Diffs of the changes: (+3 -2)
Path.h |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/System/Path.
Changes in directory llvm/lib/System/Unix:
Path.inc updated: 1.47 -> 1.48
---
Log message:
Modify setStatusInfoOnDisk to not throw an exception.
---
Diffs of the changes: (+4 -4)
Path.inc |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/lib/System/Unix/Path.i
Changes in directory llvm/lib/System/Win32:
Path.inc updated: 1.47 -> 1.48
---
Log message:
Modify setStatusInfoOnDisk to not throw an exception.
---
Diffs of the changes: (+8 -8)
Path.inc | 16
1 files changed, 8 insertions(+), 8 deletions(-)
Index: llvm/lib/System/Wi
Changes in directory llvm/lib/System/Win32:
Path.inc updated: 1.46 -> 1.47
---
Log message:
Update win32 for Path::getStatusInfo
---
Diffs of the changes: (+6 -4)
Path.inc | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
Index: llvm/lib/System/Win32/Path.inc
diff -u ll
Changes in directory llvm/include/llvm/System:
Path.h updated: 1.32 -> 1.33
---
Log message:
Modify Path::eraseFromDisk to not throw an exception.
---
Diffs of the changes: (+4 -6)
Path.h | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
Index: llvm/include/llvm/System/
Changes in directory llvm/lib/System/Unix:
Path.inc updated: 1.46 -> 1.47
---
Log message:
Modify Path::eraseFromDisk to not throw an exception.
---
Diffs of the changes: (+29 -24)
Path.inc | 53 +
1 files changed, 29 insertions(+), 24
Changes in directory llvm/lib/System/Win32:
Path.inc updated: 1.45 -> 1.46
---
Log message:
Modify Path::eraseFromDisk to not throw an exception.
---
Diffs of the changes: (+10 -11)
Path.inc | 21 ++---
1 files changed, 10 insertions(+), 11 deletions(-)
Index: llvm/lib/
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.24 -> 1.25
---
Log message:
Modify Path::eraseFromDisk to not throw an exception.
---
Diffs of the changes: (+5 -6)
ArchiveWriter.cpp | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
Index: l
Changes in directory llvm/include/llvm/Support:
FileUtilities.h updated: 1.33 -> 1.34
---
Log message:
Modify Path::eraseFromDisk to not throw an exception.
---
Diffs of the changes: (+4 -4)
FileUtilities.h |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/inc
Changes in directory llvm/lib/Support:
GraphWriter.cpp updated: 1.1 -> 1.2
---
Log message:
Finegrainify namespacification, minor cleanups
---
Diffs of the changes: (+2 -8)
GraphWriter.cpp | 10 ++
1 files changed, 2 insertions(+), 8 deletions(-)
Index: llvm/lib/Support/GraphWr
Changes in directory llvm/include/llvm/Bytecode:
Writer.h updated: 1.10 -> 1.11
---
Log message:
Update comments.
---
Diffs of the changes: (+3 -13)
Writer.h | 16 +++-
1 files changed, 3 insertions(+), 13 deletions(-)
Index: llvm/include/llvm/Bytecode/Writer.h
diff -u llvm
Changes in directory llvm/examples/ModuleMaker:
Makefile updated: 1.10 -> 1.11
ModuleMaker.cpp updated: 1.7 -> 1.8
---
Log message:
WriteBytecodeToFile actually can't throw.
---
Diffs of the changes: (+1 -7)
Makefile|1 -
ModuleMaker.cpp |7 +--
2 files changed, 1 inser
Changes in directory llvm/lib/Bytecode/Writer:
Writer.cpp updated: 1.122 -> 1.123
---
Log message:
formatting cleanups
---
Diffs of the changes: (+11 -12)
Writer.cpp | 23 +++
1 files changed, 11 insertions(+), 12 deletions(-)
Index: llvm/lib/Bytecode/Writer/Writer.
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.11 -> 1.12
ArchiveWriter.cpp updated: 1.23 -> 1.24
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
expos
Changes in directory llvm/include/llvm/System:
Path.h updated: 1.31 -> 1.32
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though
Changes in directory llvm/tools/llvm-db:
Commands.cpp updated: 1.9 -> 1.10
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though i
Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.32 -> 1.33
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though i
Changes in directory llvm/lib/Support:
FileUtilities.cpp updated: 1.47 -> 1.48
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), thou
Changes in directory llvm/lib/Debugger:
ProgramInfo.cpp updated: 1.16 -> 1.17
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), thoug
Changes in directory llvm/include/llvm/Bytecode:
Archive.h updated: 1.16 -> 1.17
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), th
Changes in directory llvm/lib/System/Unix:
Path.inc updated: 1.45 -> 1.46
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though it
Changes in directory llvm/lib/Support:
Makefile updated: 1.10 -> 1.11
---
Log message:
libsupport still throws.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.10 llvm/lib/Support/Ma
Changes in directory llvm/lib/Bytecode/Archive:
Makefile updated: 1.4 -> 1.5
---
Log message:
Exceptions are thrown by and through this library.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Bytecode/Archive/Makefile
diff -u llvm/lib
Changes in directory llvm/examples/ModuleMaker:
Makefile updated: 1.9 -> 1.10
---
Log message:
WriteBytecodeToFile throws, so this needs EH info.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/examples/ModuleMaker/Makefile
diff -u llvm/ex
Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.27 -> 1.28
---
Log message:
Fix handling of asm specifiers for external globals. This unbreaks many programs
on leopard in the jit.
---
Diffs of the changes: (+12 -1)
Intercept.cpp | 13 -
1 files cha
Changes in directory llvm/lib/Target/CBackend:
Writer.cpp updated: 1.266 -> 1.267
---
Log message:
Make functions with an "asm" name propagate that asm name into the cbe.c file.
This fixes link errors on programs with these on targets with prefixes.
---
Diffs of the changes: (+6 -0)
Writer
Changes in directory llvm/runtime/GCCLibraries/libc:
COPYING.LIB added (r1.1.2.1)
LICENSES added (r1.1.2.1)
LICENSE.TXT updated: 1.2 -> 1.2.22.1
---
Log message:
Addition of copyright and licensing files required by glibc.
---
Diffs of the changes: (+733 -1)
COPYING.LIB | 510
Changes in directory llvm/runtime/GCCLibraries/libc:
qsort.c updated: 1.3 -> 1.4
---
Log message:
Reverted previous commit. Thanks, Chris.
---
Diffs of the changes: (+1 -1)
qsort.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/runtime/GCCLibraries/libc/qsort.c
di
Please revert this part of the patch John.
-Chris
On Jul 28, 2006, at 11:16 AM, John Criswell wrote:
Index: llvm/runtime/GCCLibraries/libc/qsort.c
diff -u llvm/runtime/GCCLibraries/libc/qsort.c:1.2 llvm/runtime/
GCCLibraries/libc/qsort.c:1.3
--- llvm/runtime/GCCLibraries/libc/qsort.c:1.2 Thu
Changes in directory llvm/runtime/GCCLibraries/libc:
COPYING.LIB added (r1.1)
LICENSES added (r1.1)
LICENSE.TXT updated: 1.2 -> 1.3
qsort.c updated: 1.2 -> 1.3
---
Log message:
Added in the LGPL text and copyright information. This needs to be
included in the distribution.
Also added the glibc
Changes in directory llvm/tools/bugpoint:
ExtractFunction.cpp updated: 1.49 -> 1.50
---
Log message:
Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to
reflect the changes made to that function. Specifically I am removing the FIXME
comment because the issue has be
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.199 -> 1.200
---
Log message:
Fix some ppc64 issues with vector code.
---
Diffs of the changes: (+7 -4)
PPCISelLowering.cpp | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
Index: llvm/lib/Ta
40 matches
Mail list logo