This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a27a1f7 [LV] Refactor cross-iteration phi's back-patching; NFC
new ace7143 [X86] Add extra BITREVERSE tests
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/CodeGen/X86/bitreverse.ll | 573 +++++++++++++++++++++++++++++++----------
1 file changed, 442 insertions(+), 131 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 0117588 De-duplicate the two implementations of ARMBaseInstrInfo::isP [...]
new 8f5c321 [ARM] Diagnose ARM MOVT without :lower16: or :upper16: expression
new a27a1f7 [LV] Refactor cross-iteration phi's back-patching; NFC
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:
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 476 +++++++++++++++--------------
test/MC/ARM/diagnostics.s | 3 +
3 files changed, 248 insertions(+), 232 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 1a739b3 [LV] Refactor Cost Model's selectVectorizationFactor(); NFC
new 0117588 De-duplicate the two implementations of ARMBaseInstrInfo::isP [...]
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/Target/ARM/ARMBaseInstrInfo.cpp | 18 +++++-------------
1 file changed, 5 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from dcf0af7 gcc/ Backport from trunk r245030. 2017-01-30 Martin Liska [...]
new 6299450 gcc/ Backport from trunk r245388. 2016-02-13 Kyrylo Tkach [...]
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/config/arm/arm.c | 57 ++++++++++++++++++++++++++++++----------------------
1 file changed, 33 insertions(+), 24 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 e13633c [X86][MMX] Update FIXME comment. NFCI.
new 1a739b3 [LV] Refactor Cost Model's selectVectorizationFactor(); 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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 205 +++++++++++++++++++----------
1 file changed, 132 insertions(+), 73 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 gcc-6-branch
in repository gcc.
from ec91b74 Daily bump.
new 1faada1 2017-03-14 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 | 34 ++++++++++++++++++++++++++++++
gcc/c-family/ChangeLog | 9 ++++++++
gcc/c-family/c-common.c | 2 ++
gcc/fortran/ChangeLog | 8 +++++++
gcc/fortran/trans.c | 4 ++--
gcc/gimple-expr.c | 2 +-
gcc/gimple.c | 11 +++++++++-
gcc/graphite-scop-detection.c | 19 +++++++++++++++++
gcc/params.def | 2 +-
gcc/testsuite/ChangeLog | 23 ++++++++++++++++++++
gcc/testsuite/gcc.dg/fixed-point/pr79971.c | 14 ++++++++++++
gcc/testsuite/gcc.dg/graphite/pr79977.c | 27 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr79666.c | 30 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vector-1.c | 8 +++++++
gcc/tree-vrp.c | 26 +++++++++++++++++++----
15 files changed, 210 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/fixed-point/pr79971.c
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr79977.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79666.c
create mode 100644 gcc/testsuite/gcc.dg/vector-1.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 binutils-gdb.
from 0efcde6 Add test name argument to get_valueof, get_integer_valueof an [...]
new c799a79 Try harder to find the correct symbol to associate with OPEN [...]
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:
binutils/ChangeLog | 13 ++
binutils/readelf.c | 221 +++++++++++++++++-----------
binutils/testsuite/binutils-all/note-2-32.d | 2 +-
binutils/testsuite/binutils-all/note-2-32.s | 2 +
binutils/testsuite/binutils-all/note-2-64.d | 2 +-
binutils/testsuite/binutils-all/note-2-64.s | 5 +-
6 files changed, 157 insertions(+), 88 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 09c49e0 Verify that target can create a dispatcher call (PR target/79892).
new 487798e 2017-03-14 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 | 21 +++++++++++++++++++++
gcc/alias.c | 18 +++++++++---------
gcc/cfgloop.h | 36 ++++++++++++++++++------------------
gcc/cse.c | 4 ++--
gcc/ipa-utils.c | 2 +-
gcc/loop-invariant.c | 14 +++++++-------
gcc/lra-remat.c | 4 ++--
gcc/recog.c | 2 +-
gcc/rtl.h | 6 +++---
gcc/symbol-summary.h | 10 +++++-----
gcc/tree-loop-distribution.c | 2 +-
gcc/tree-object-size.c | 4 ++--
gcc/tree-ssa-loop-ivopts.c | 2 +-
gcc/tree-ssa-threadupdate.c | 6 +++---
gcc/tree-vect-data-refs.c | 2 +-
gcc/tree-vect-slp.c | 2 +-
gcc/tree-vect-stmts.c | 2 +-
gcc/tree-vectorizer.h | 34 +++++++++++++++++-----------------
18 files changed, 96 insertions(+), 75 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from e9ba16e gcc/ Backport from trunk r241248. 2016-10-17 Kyrylo Tkach [...]
new dcf0af7 gcc/ Backport from trunk r245030. 2017-01-30 Martin Liska [...]
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/config/aarch64/cortex-a57-fma-steering.c | 6 +++---
1 file changed, 3 insertions(+), 3 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 212b407 libgcc/ Backport from trunk r245508. 2017-02-16 Andrew Pi [...]
new e9ba16e gcc/ Backport from trunk r241248. 2016-10-17 Kyrylo Tkach [...]
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:
.../{cortex-a57-fma-steering.h => aarch64-passes.def} | 7 +++----
gcc/config/aarch64/aarch64-protos.h | 2 ++
gcc/config/aarch64/aarch64.c | 4 ----
gcc/config/aarch64/cortex-a57-fma-steering.c | 16 +---------------
gcc/config/aarch64/t-aarch64 | 3 ++-
5 files changed, 8 insertions(+), 24 deletions(-)
rename gcc/config/aarch64/{cortex-a57-fma-steering.h => aarch64-passes.def} (78%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.