Changes in directory nightlytest-serverside:
popup.js added (r1.1)
fulltest.php updated: 1.2 -> 1.3
machine.php updated: 1.1.1.1 -> 1.2
ProgramResults.php updated: 1.2 -> 1.3
style.css updated: 1.1.1.1 -> 1.2
test.php updated: 1.1.1.1 -> 1.2
---
Log message:
The nightly tester website now has l
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.6 -> 1.7
---
Log message:
Syntax error in NewNightlyTest.pl
---
Diffs of the changes: (+1 -1)
NewNightlyTest.pl |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/N
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2006-07-07-ComputeMaskedBits.ll added (r1.1)
---
Log message:
Add a 64-bit test case.
---
Diffs of the changes: (+16 -0)
2006-07-07-ComputeMaskedBits.ll | 16
1 files changed, 16 insertions(+)
Index: llvm/test/R
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.5 -> 1.6
---
Log message:
Fixed a variable naming issue for the External Program Results table. Also
fixed an issue with printing the sent data to a sentdata.txt
---
Diffs of the changes: (+3 -15)
NewNightlyTest.pl | 18 +++--
Changes in directory llvm/lib/Transforms/IPO:
GlobalOpt.cpp updated: 1.61 -> 1.62
---
Log message:
Fix PR820: http://llvm.org/PR820 and
Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll
---
Diffs of the changes: (+3 -0)
GlobalOpt.cpp |3 +++
1 files changed, 3 insertions(+)
Index:
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.69 -> 1.70
---
Log message:
Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.
---
Diffs of the changes: (+1 -1)
TargetLowering.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Ta
Changes in directory llvm/test/Regression/Transforms/GlobalOpt:
2006-07-07-InlineAsmCrash.ll added (r1.1)
---
Log message:
Testcase for PR820: http://llvm.org/PR820
---
Diffs of the changes: (+138 -0)
2006-07-07-InlineAsmCrash.ll | 138 +++
1 files
Changes in directory llvm/lib/System/Unix:
Path.inc updated: 1.44 -> 1.45
---
Log message:
no need to do a stat then an lstat. lstat will tell us if normal files don't
exist.
---
Diffs of the changes: (+4 -7)
Path.inc | 11 ---
1 files changed, 4 insertions(+), 7 deletions(-)
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveReader.cpp updated: 1.44 -> 1.45
ArchiveWriter.cpp updated: 1.22 -> 1.23
Makefile updated: 1.3 -> 1.4
---
Log message:
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
in lib/Bytecode/Archive/Makefile is now removed
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.49 -> 1.50
---
Log message:
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
in lib/Bytecode/Archive/Makefile is now removed. One small step closer to
a smaller LLVM.
---
Diffs of the changes: (+3 -1)
Changes in directory llvm/tools/llvm-nm:
llvm-nm.cpp updated: 1.26 -> 1.27
---
Log message:
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
in lib/Bytecode/Archive/Makefile is now removed. One small step closer to
a smaller LLVM.
---
Diffs of the changes: (+2 -1)
Changes in directory llvm/include/llvm/Bytecode:
Archive.h updated: 1.15 -> 1.16
---
Log message:
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
in lib/Bytecode/Archive/Makefile is now removed. One small step closer to
a smaller LLVM.
---
Diffs of the changes: (+27
Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.31 -> 1.32
---
Log message:
Remove EH use from the Archive library and adjust its users accordingly.
---
Diffs of the changes: (+12 -4)
llvm-ar.cpp | 16
1 files changed, 12 insertions(+), 4 deletions(-)
I
Changes in directory llvm/tools/llvm-ranlib:
llvm-ranlib.cpp updated: 1.8 -> 1.9
---
Log message:
Remove EH use from the Archive library and adjust its users accordingly.
---
Diffs of the changes: (+2 -1)
llvm-ranlib.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index:
Changes in directory llvm/include/llvm/Bytecode:
Archive.h updated: 1.14 -> 1.15
---
Log message:
Remove EH use from the Archive library and adjust its users accordingly.
---
Diffs of the changes: (+18 -6)
Archive.h | 24 ++--
1 files changed, 18 insertions(+), 6 dele
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.21 -> 1.22
---
Log message:
Remove EH use from the Archive library and adjust its users accordingly.
---
Diffs of the changes: (+109 -98)
ArchiveWriter.cpp | 207 --
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.4 -> 1.5
---
Log message:
Updated comments at top of file to reflect relevant command line options.
---
Diffs of the changes: (+23 -10)
NewNightlyTest.pl | 33 +++--
1 files changed, 23 insertions(+
Changes in directory llvm/lib/System:
Path.cpp updated: 1.19 -> 1.20
---
Log message:
Move << method out of line.
---
Diffs of the changes: (+8 -8)
Path.cpp | 16
1 files changed, 8 insertions(+), 8 deletions(-)
Index: llvm/lib/System/Path.cpp
diff -u llvm/lib/System/P
Changes in directory llvm/include/llvm/System:
Path.h updated: 1.29 -> 1.30
---
Log message:
#include not
---
Diffs of the changes: (+2 -5)
Path.h |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
Index: llvm/include/llvm/System/Path.h
diff -u llvm/include/llvm/System/Pa
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle.ll updated: 1.7 -> 1.8
---
Log message:
Update
---
Diffs of the changes: (+1 -1)
vec_shuffle.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_shuffle.ll
diff -u llvm/
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle-6.ll added (r1.1)
---
Log message:
New vector shuffle test case.
---
Diffs of the changes: (+30 -0)
vec_shuffle-6.ll | 30 ++
1 files changed, 30 insertions(+)
Index: llvm/test/Regression/Code
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.3 -> 1.4
---
Log message:
Added the -noremoveresults option which will not remove the $WebDir from the
nightly test runs.
---
Diffs of the changes: (+3 -0)
NewNightlyTest.pl |3 +++
1 files changed, 3 insertions(+)
Index:
Changes in directory llvm/lib/System/Unix:
Memory.inc updated: 1.4 -> 1.5
Unix.h updated: 1.14 -> 1.15
---
Log message:
Change AllocateRWX/DeallocateRWX to not throw an exception.
---
Diffs of the changes: (+61 -31)
Memory.inc | 29 ++--
Unix.h | 63
Changes in directory llvm/lib/System/Win32:
Memory.inc updated: 1.6 -> 1.7
---
Log message:
Change AllocateRWX/DeallocateRWX to not throw an exception.
---
Diffs of the changes: (+8 -6)
Memory.inc | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
Index: llvm/lib/Sys
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.105 -> 1.106
---
Log message:
Change AllocateRWX/DeallocateRWX do not throw an exception.
---
Diffs of the changes: (+8 -8)
JITEmitter.cpp | 16
1 files changed, 8 insertions(+), 8 deletions(-)
Changes in directory llvm/include/llvm/System:
Memory.h updated: 1.6 -> 1.7
---
Log message:
Change AllocateRWX/DeallocateRWX to not throw an exception.
---
Diffs of the changes: (+15 -7)
Memory.h | 22 +++---
1 files changed, 15 insertions(+), 7 deletions(-)
Index: llv
Changes in directory llvm/lib/System/Win32:
Win32.h updated: 1.5 -> 1.6
---
Log message:
Fix this impl
---
Diffs of the changes: (+1 -1)
Win32.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/System/Win32/Win32.h
diff -u llvm/lib/System/Win32/Win32.h:1.5 llvm/l
Changes in directory llvm/lib/System:
DynamicLibrary.cpp updated: 1.14 -> 1.15
---
Log message:
Change LoadLibraryPermanently to not throw an exception.
---
Diffs of the changes: (+13 -7)
DynamicLibrary.cpp | 20 +---
1 files changed, 13 insertions(+), 7 deletions(-)
In
Changes in directory llvm/lib/ExecutionEngine/JIT:
JIT.cpp updated: 1.67 -> 1.68
---
Log message:
Adapt to new interface function materialization interface
---
Diffs of the changes: (+5 -9)
JIT.cpp | 14 +-
1 files changed, 5 insertions(+), 9 deletions(-)
Index: llvm/lib/Ex
Changes in directory llvm/lib/Support:
PluginLoader.cpp updated: 1.17 -> 1.18
---
Log message:
LoadLibraryPermanently no longer throws an exception, so this code doesn't have
to catch it. Other minor cleanups.
---
Diffs of the changes: (+14 -28)
PluginLoader.cpp | 42 ++-
Changes in directory llvm/include/llvm/System:
DynamicLibrary.h updated: 1.6 -> 1.7
---
Log message:
Change LoadLibraryPermanently to not throw an exception.
---
Diffs of the changes: (+4 -3)
DynamicLibrary.h |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm/in
Changes in directory llvm/lib/System/Win32:
DynamicLibrary.inc updated: 1.15 -> 1.16
---
Log message:
Change LoadLibraryPermanently to not throw an exception.
---
Diffs of the changes: (+4 -2)
DynamicLibrary.inc |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/
Changes in directory llvm/lib/System/Win32:
Win32.h updated: 1.4 -> 1.5
---
Log message:
Add a helper function
---
Diffs of the changes: (+10 -0)
Win32.h | 10 ++
1 files changed, 10 insertions(+)
Index: llvm/lib/System/Win32/Win32.h
diff -u llvm/lib/System/Win32/Win32.h:1.4 ll
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.2 -> 1.3
---
Log message:
Fixed variable naming issue that prevented $Prefix-senddata.txt from having any
information
---
Diffs of the changes: (+1 -1)
NewNightlyTest.pl |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Changes in directory llvm/lib/Support:
Compressor.cpp updated: 1.20 -> 1.21
---
Log message:
This patch (written by Reid) changes compressor to never throw an exception.
---
Diffs of the changes: (+107 -38)
Compressor.cpp | 145 ++---
1
Changes in directory llvm/include/llvm/Support:
Compressor.h updated: 1.7 -> 1.8
---
Log message:
This patch (written by Reid) changes compressor to never throw an exception.
---
Diffs of the changes: (+12 -12)
Compressor.h | 24
1 files changed, 12 insertions(+)
Changes in directory llvm/lib/Bytecode/Reader:
Makefile updated: 1.5 -> 1.6
---
Log message:
These libs use EH info
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Bytecode/Reader/Makefile
diff -u llvm/lib/Bytecode/Reader/Makefile:1.5
Changes in directory llvm/lib/AsmParser:
Makefile updated: 1.11 -> 1.12
---
Log message:
These libs use EH info
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/AsmParser/Makefile
diff -u llvm/lib/AsmParser/Makefile:1.11 llvm/lib/AsmPar
Changes in directory llvm/lib/Debugger:
Makefile updated: 1.3 -> 1.4
---
Log message:
This uses EH info
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Debugger/Makefile
diff -u llvm/lib/Debugger/Makefile:1.3 llvm/lib/Debugger/Makefile
Changes in directory llvm/lib/Bytecode/Archive:
Makefile updated: 1.2 -> 1.3
---
Log message:
These libs use EH info
---
Diffs of the changes: (+2 -1)
Makefile |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Bytecode/Archive/Makefile
diff -u llvm/lib/Bytecode/
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.232 -> 1.233
X86ISelLowering.h updated: 1.67 -> 1.68
X86InstrSSE.td updated: 1.128 -> 1.129
---
Log message:
X86 target specific DAG combine: turn build_vector (load x), (load x+4),
(load x+8), (load x+12), <0, 1, 2, 3> to
41 matches
Mail list logo