Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.19 -> 1.20
---
Log message:
Fixed issue where nightly test always tells you you need to use -nickname
---
Diffs of the changes: (+1 -2)
NewNightlyTest.pl |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.18 -> 1.19
---
Log message:
The nightly tester will no longer report numbers instead of tests performed.
---
Diffs of the changes: (+3 -3)
NewNightlyTest.pl |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Inde
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.11 -> 1.12
---
Log message:
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
---
Diffs of the change
Changes in directory llvm/tools/llc:
Makefile updated: 1.85 -> 1.86
---
Log message:
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
---
Diffs of the changes:
Changes in directory llvm:
Makefile.rules updated: 1.386 -> 1.387
---
Log message:
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
---
Diffs of the changes: (+
Changes in directory llvm/lib/Debugger:
Makefile updated: 1.4 -> 1.5
---
Log message:
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
---
Diffs of the changes:
Changes in directory llvm/lib/CodeGen/SelectionDAG:
Makefile updated: 1.5 -> 1.6
---
Log message:
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
---
Diffs of t
Changes in directory llvm/docs:
GettingStarted.html updated: 1.135 -> 1.136
---
Log message:
Add some notes about mingw, patch contributed by Anton Korobeynikov.
---
Diffs of the changes: (+11 -5)
GettingStarted.html | 16 +++-
1 files changed, 11 insertions(+), 5 deletions(-
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle-7.ll added (r1.1)
---
Log message:
New vector shuffle test case.
---
Diffs of the changes: (+10 -0)
vec_shuffle-7.ll | 10 ++
1 files changed, 10 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/vec_shuffle-
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle-6.ll updated: 1.3 -> 1.4
---
Log message:
Fix a broken test.
---
Diffs of the changes: (+3 -2)
vec_shuffle-6.ll |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/X86/vec_shu
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.223 -> 1.224
---
Log message:
Also checks for noResults field.
---
Diffs of the changes: (+4 -1)
DAGISelEmitter.cpp |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/utils/TableGen/DAGISelEmitt
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.237 -> 1.238
---
Log message:
A splat of a vector constant of all zero or all one is the vector constant.
---
Diffs of the changes: (+2 -0)
X86ISelLowering.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.cpp updated: 1.161 -> 1.162
---
Log message:
Missing a space.
---
Diffs of the changes: (+1 -1)
X86RegisterInfo.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86RegisterInfo.cpp
diff -u ll
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.176 -> 1.177
---
Log message:
If a shuffle is unary, i.e. one of the vector argument is not needed, turn the
operand into a undef and adjust mask accordingly.
---
Diffs of the changes: (+56 -10)
DAGCombiner.cpp
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.17 -> 1.18
---
Log message:
We now fail and print an error message if a nightly tester does not specify a
nickname on the command line
---
Diffs of the changes: (+8 -0)
NewNightlyTest.pl |8
1 files changed, 8 inse
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.21 -> 1.22
---
Log message:
Fixing a syntax issue
---
Diffs of the changes: (+3 -3)
NightlyTestAccept.cgi |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: nightlytest-serverside/NightlyTes
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.20 -> 1.21
---
Log message:
When i rewrite the createnight function in nightlytestaccept.cgi i introduced a
syntax error into the database query. this should clear that up.
---
Diffs of the changes: (+4 -4)
Nig
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.280 -> 1.281
---
Log message:
Clean up.
---
Diffs of the changes: (+3 -3)
X86InstrInfo.td |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target
Changes in directory llvm/lib/Transforms/Scalar:
LoopUnroll.cpp updated: 1.22 -> 1.23
---
Log message:
Minor comment tweaks
---
Diffs of the changes: (+5 -6)
LoopUnroll.cpp | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
Index: llvm/lib/Transforms/Scalar/LoopUnroll.c
Changes in directory llvm/lib/VMCore:
Makefile updated: 1.17 -> 1.18
---
Log message:
Fix a race condition in the makefile andrew reported
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/Makefile
diff -u llvm/lib
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-07-20-InlineAsm.ll added (r1.1)
---
Log message:
New testcase for PR833: http://llvm.org/PR833
---
Diffs of the changes: (+24 -0)
2006-07-20-InlineAsm.ll | 24
1 files changed, 24 insertions(+)
Index:
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.258 -> 1.259
---
Log message:
Mems can be in the output list also. This is the second half of a fix for
PR833: http://llvm.org/PR833
---
Diffs of the changes: (+2 -1)
SelectionDAGISel.cpp |3 ++-
1 fi
Changes in directory llvm/lib/Transforms/IPO:
Internalize.cpp updated: 1.33 -> 1.34
---
Log message:
Make it fit into 80 cols.
---
Diffs of the changes: (+2 -2)
Internalize.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Transforms/IPO/Internalize.cpp
di
Changes in directory llvm/lib/CodeGen:
RegAllocLocal.cpp updated: 1.81 -> 1.82
---
Log message:
80 cols
---
Diffs of the changes: (+2 -2)
RegAllocLocal.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegA
Changes in directory llvm/lib/Transforms/IPO:
Internalize.cpp updated: 1.32 -> 1.33
---
Log message:
Add new constructor to accept vector of exported names while creating
InternalizePass.
---
Diffs of the changes: (+12 -0)
Internalize.cpp | 12
1 files changed, 12 insertions
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.45 -> 1.46
---
Log message:
Add new constructor to accept vector of exported names while creating
InternalizePass.
---
Diffs of the changes: (+1 -0)
IPO.h |1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llv
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.175 -> 1.176
---
Log message:
80 cols
---
Diffs of the changes: (+2 -1)
DAGCombiner.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff -u l
Changes in directory llvm:
Makefile.rules updated: 1.385 -> 1.386
---
Log message:
Fix linking on Alpha
---
Diffs of the changes: (+3 -3)
Makefile.rules |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.385 llvm/Makefi
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.161 -> 1.162
PHIElimination.cpp updated: 1.42 -> 1.43
Passes.cpp updated: 1.16 -> 1.17
RegAllocLinearScan.cpp updated: 1.124 -> 1.125
RegAllocLocal.cpp updated: 1.80 -> 1.81
RegAllocSimple.cpp updated: 1.68 -> 1.69
TwoAdd
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.27 -> 1.28
---
Log message:
Fix linking on Alpha
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.27 llvm/lib/CodeGen/Makefil
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.174 -> 1.175
ScheduleDAGList.cpp updated: 1.61 -> 1.62
---
Log message:
Reduce number of exported symbols
---
Diffs of the changes: (+3 -3)
DAGCombiner.cpp |2 +-
ScheduleDAGList.cpp |4 ++--
2 files
Changes in directory llvm/tools/llc:
Makefile updated: 1.84 -> 1.85
---
Log message:
Fix linking on Alpha
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.84 llvm/tools/llc
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.16 -> 1.17
---
Log message:
Fixed a problem that caused the script to abort right before it sent out the
information
---
Diffs of the changes: (+1 -1)
NewNightlyTest.pl |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Changes in directory llvm/lib/VMCore:
Makefile updated: 1.16 -> 1.17
---
Log message:
Fix PR835: http://llvm.org/PR835 so that touching tblgen in a way that doesn't
affect intrinsic
generation does not rebuild files that just use intrinsic info.
---
Diffs of the changes: (+5 -2)
Makefil
34 matches
Mail list logo