Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.25 -> 1.26
---
Log message:
Changed the call to the function that updates teh lines of code in the databaes
to be the correct function
---
Diffs of the changes: (+9 -26)
NightlyTestAccept.cgi | 35 +---
Changes in directory llvm/lib/ExecutionEngine/JIT:
JIT.cpp updated: 1.70 -> 1.71
---
Log message:
Forgot to #ifdef __APPLE__
---
Diffs of the changes: (+2 -0)
JIT.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff -u llvm/lib/ExecutionEngine/J
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.23 -> 1.24
---
Log message:
added status message during nightly test
---
Diffs of the changes: (+4 -2)
NewNightlyTest.pl |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/utils/NewNightlyTest.pl
diff
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.120 -> 1.121
---
Log message:
Done.
---
Diffs of the changes: (+0 -5)
README.txt |5 -
1 files changed, 5 deletions(-)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.120
llvm/lib/Targe
Changes in directory llvm-test:
Makefile.rules updated: 1.14 -> 1.15
---
Log message:
Workaround no longer needed.
---
Diffs of the changes: (+1 -1)
Makefile.rules |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.rules
diff -u llvm-test/Makefile.rules:1.
Changes in directory llvm/lib/ExecutionEngine/JIT:
JIT.cpp updated: 1.69 -> 1.70
---
Log message:
Resolve __dso_handle.
---
Diffs of the changes: (+8 -0)
JIT.cpp |8
1 files changed, 8 insertions(+)
Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff -u llvm/lib/ExecutionEngine/
Changes in directory llvm:
Makefile.rules updated: 1.388 -> 1.389
---
Log message:
Workaround no longer needed.
---
Diffs of the changes: (+1 -6)
Makefile.rules |7 +--
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.388 llv
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.224 -> 1.225
---
Log message:
Removed a hack intended to allow (store (op (load))) folding. Will handle this
with preprocessing.
---
Diffs of the changes: (+7 -52)
DAGISelEmitter.cpp | 59 ++--
Changes in directory nightlytest-serverside:
test.php updated: 1.5 -> 1.6
---
Log message:
Added check ot see whether the build log exists to make sure we dont link to a
file thats not there
---
Diffs of the changes: (+9 -2)
test.php | 11 +--
1 files changed, 9 insertions(+), 2
Changes in directory nightlytest-serverside:
test.php updated: 1.4 -> 1.5
---
Log message:
The build status link to the build log doesnt work, this should fix it
---
Diffs of the changes: (+1 -1)
test.php |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-server
Changes in directory nightlytest-serverside:
test.php updated: 1.3 -> 1.4
---
Log message:
The build status link to the build log file doesnt work, this might fix it.
---
Diffs of the changes: (+2 -1)
test.php |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: nightlytest
Changes in directory nightlytest-serverside:
test.php updated: 1.2 -> 1.3
---
Log message:
added a link to the build status that links to build log
---
Diffs of the changes: (+1 -1)
test.php |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/test.php
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.24 -> 1.25
---
Log message:
The date that is submitted to teh database as the date the test was added is
now the date on the central server.
---
Diffs of the changes: (+2 -1)
NightlyTestAccept.cgi |3 ++-
1
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.22 -> 1.23
---
Log message:
Added a check to skip dejagnu test results gathering if we did not run dejagnu
tests
---
Diffs of the changes: (+13 -11)
NewNightlyTest.pl | 24 +---
1 files changed, 13 inserti
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.21 -> 1.22
---
Log message:
Fixed an issue of variable scope that prevented file size from being submitted
to the server.
---
Diffs of the changes: (+6 -4)
NewNightlyTest.pl | 10 ++
1 files changed, 6 insertions(+),
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.44 -> 1.45
---
Log message:
Eliminate data relocations by using NULL instead of global empty list.
---
Diffs of the changes: (+2 -5)
InstrInfoEmitter.cpp |7 ++-
1 files changed, 2 insertions(+), 5 deletions(
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.162 -> 1.163
LiveVariables.cpp updated: 1.55 -> 1.56
RegAllocLocal.cpp updated: 1.82 -> 1.83
RegAllocSimple.cpp updated: 1.69 -> 1.70
VirtRegMap.cpp updated: 1.68 -> 1.69
---
Log message:
Eliminate data relocations by us
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAG.cpp updated: 1.98 -> 1.99
ScheduleDAGRRList.cpp updated: 1.8 -> 1.9
---
Log message:
Use an enumeration to eliminate data relocations.
---
Diffs of the changes: (+24 -7)
ScheduleDAG.cpp | 29 +++
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.43 -> 1.44
RegisterInfoEmitter.cpp updated: 1.47 -> 1.48
---
Log message:
Use an enumeration to eliminate data relocations.
---
Diffs of the changes: (+12 -2)
InstrInfoEmitter.cpp|2 +-
RegisterInfoEmitter.cp
Changes in directory llvm/include/llvm/Target:
MRegisterInfo.h updated: 1.78 -> 1.79
TargetInstrInfo.h updated: 1.90 -> 1.91
---
Log message:
Use an enumeration to eliminate data relocations.
---
Diffs of the changes: (+19 -18)
MRegisterInfo.h | 18 +++---
TargetInstrInfo.h
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.20 -> 1.21
---
Log message:
Added code to get .a and .o file sizes and submit them to the server in the
nightly report.
---
Diffs of the changes: (+19 -1)
NewNightlyTest.pl | 20 +++-
1 files changed, 19 inser
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.23 -> 1.24
---
Log message:
Changed the way buildlogs are written to the server
Added support for .o and .a file sizes and now creates a logfile of them on the
server
---
Diffs of the changes: (+17 -4)
NightlyT
Changes in directory llvm/tools/llc:
Makefile updated: 1.86 -> 1.87
---
Log message:
Fix MacOSX build failures. (pr841: http://llvm.org/PR841 )
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llc/Makefile
diff -u llvm
Changes in directory llvm:
Makefile.rules updated: 1.387 -> 1.388
---
Log message:
Fix MacOSX build failures. (pr841: http://llvm.org/PR841 )
---
Diffs of the changes: (+5 -4)
Makefile.rules |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
Index: llvm/Makefile.rules
dif
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.22 -> 1.23
---
Log message:
We never actually executed the mysql query to insert the new lines of code,
file, and directory counts into the database.
---
Diffs of the changes: (+1 -0)
NightlyTestAccept.cgi |
Changes in directory llvm/lib/Target/ARM:
ARMInstrInfo.td updated: 1.9 -> 1.10
ARMRegisterInfo.cpp updated: 1.8 -> 1.9
---
Log message:
implemented sub
correctly update the stack pointer in the prologue and epilogue
---
Diffs of the changes: (+12 -3)
ARMInstrInfo.td |4
ARMRe
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.238 -> 1.239
---
Log message:
This opt is now handled in DAG combine.
---
Diffs of the changes: (+0 -2)
X86ISelLowering.cpp |2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
di
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.177 -> 1.178
---
Log message:
If a shuffle is a splat, check if the argument is a build_vector with all
elements being the same. If so, return the argument.
---
Diffs of the changes: (+90 -8)
DAGCombiner.cpp |
28 matches
Mail list logo