This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2efb4f9a3e6 2017-08-02 Richard Biener <rguenther(a)suse.de>
new d1252f29db5 2017-08-02 Richard Biener <rguenther(a)suse.de>
new 74a6234fd04 2017-08-02 Richard Biener <rguenther(a)suse.de>
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 12 ++++++++++++
gcc/tree-ssa-pre.c | 26 ++++++++++----------------
gcc/tree-vect-stmts.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 73 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6f6f1ef4317 Daily bump.
new 2efb4f9a3e6 2017-08-02 Richard Biener <rguenther(a)suse.de>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 9 ++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/vect/pr81633.c | 33 +++++++++++++++++++++
gcc/tree-vect-slp.c | 57 +++++++++++++++++--------------------
4 files changed, 73 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr81633.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4b606092e93 [NewGVN] Fold single-use variables. NFCI.
new fb0e1f524b5 [InstCombine] Add test cases for 'or' and 'xor' to match th [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/Transforms/InstCombine/vector-casts.ll | 37 +++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 73ea55e16 [sanitizer_common] Fuchsia-specific symbolizer
new cd6d69c22 [XRay][compiler-rt] Remove use of std::mutex and std::shared_ [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/xray/xray_records.h | 2 ++
lib/xray/xray_fdr_logging.cc | 20 +++++++++++++-------
lib/xray/xray_fdr_logging_impl.h | 35 ++++++++++++++++++-----------------
lib/xray/xray_inmemory_log.cc | 10 +++++-----
4 files changed, 38 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from ecb6b3e Show a helpful note if a submission is rejected because of mi [...]
new b9ad4a3 Fix more pep8 warnings; NFC
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lnt/lnttool/admin.py | 1 +
lnt/lnttool/main.py | 2 +-
lnt/server/db/migrations/upgrade_0_to_1.py | 70 ++++++----
lnt/server/db/migrations/upgrade_11_to_12.py | 5 +-
lnt/server/db/migrations/upgrade_13_to_14.py | 3 +-
lnt/server/db/migrations/upgrade_1_to_2.py | 38 +++---
lnt/server/db/migrations/upgrade_2_to_3.py | 14 +-
lnt/server/db/migrations/upgrade_4_to_5.py | 3 +-
lnt/server/db/migrations/upgrade_5_to_6.py | 3 +-
lnt/server/db/migrations/upgrade_7_to_8.py | 27 ++--
lnt/server/db/migrations/upgrade_9_to_10.py | 3 +-
lnt/server/db/migrations/util.py | 11 +-
.../db/rules/rule_blacklist_benchmarks_by_name.py | 5 +-
lnt/server/db/rules/rule_testhook.py | 2 +-
.../db/rules/rule_update_fixed_regressions.py | 15 +-
lnt/server/db/rules/rule_update_profile_stats.py | 12 +-
lnt/testing/util/commands.py | 21 +--
lnt/testing/util/compilers.py | 93 +++++++------
lnt/testing/util/machineinfo.py | 26 ++--
lnt/testing/util/misc.py | 4 +-
lnt/testing/util/rcs.py | 2 +
lnt/testing/util/valgrind.py | 9 +-
lnt/util/ImportData.py | 48 +++----
lnt/util/NTEmailReport.py | 7 +-
lnt/util/ServerUtil.py | 11 +-
lnt/util/async_ops.py | 12 +-
lnt/util/stats.py | 151 ++++++++++++++-------
lnt/util/wsgi_restart.py | 9 +-
28 files changed, 368 insertions(+), 239 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/SFN
in repository gcc.
from 5b37d27a61f IEPM: introduce inlined entry point markers
new b5ad46b9cec IEPM: view numbers for inlined entry points
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/dwarf2out.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++-----
gcc/tree.h | 4 ---
include/dwarf2.def | 1 +
3 files changed, 94 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0c5b2b5297b [NewGVN] Remove a (now stale) comment. NFCI.
new 4b606092e93 [NewGVN] Fold single-use variables. NFCI.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Scalar/NewGVN.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b929c3e6e4f Fix the bug that parseAAPipeline is not invoked in runNewPM [...]
new 0c5b2b5297b [NewGVN] Remove a (now stale) comment. NFCI.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Scalar/NewGVN.cpp | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 57a32e1 Report no_errors as a string for now
new ecb6b3e Show a helpful note if a submission is rejected because of mi [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lnt/server/db/testsuitedb.py | 12 ++++++++----
lnt/util/ImportData.py | 3 +++
tests/lnttool/submit.shtest | 3 ++-
3 files changed, 13 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f7a9c73f745 [SimplifyCFG] Fix typo in comment. NFC
new b929c3e6e4f Fix the bug that parseAAPipeline is not invoked in runNewPM [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/LTO/Config.h | 3 +++
lib/LTO/LTOBackend.cpp | 17 +++++++++--------
test/tools/llvm-lto2/X86/pipeline.ll | 5 +++++
tools/llvm-lto2/llvm-lto2.cpp | 6 ++++++
4 files changed, 23 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.