This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b3ffddb9010 include/ChangeLog 2017-07-02 Jan Kratochvil <jan.kratochv [...]
new adb99633aa7 * tree-complex.c (expand_complex_div_wide): update profile.
new 09c993e15ed * expect.c (dw2_build_landing_pads): Update profile of the [...]
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 | 9 +++++++++
gcc/except.c | 2 ++
gcc/tree-complex.c | 15 ++++++++++++---
3 files changed, 23 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.
unknown user pushed a change to branch master
in repository zorg.
from cc95400 [sanitizers] Parallel cmake execution for android targets
new 1deef3f [sanitizers] Use CCACHE on android bot and minimize llvm_buil [...]
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:
zorg/buildbot/builders/sanitizers/buildbot_android.sh | 17 +++++++++++------
.../builders/sanitizers/buildbot_android_functions.sh | 16 ++++++++--------
2 files changed, 19 insertions(+), 14 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 zorg.
from 74f1790 [sanitizers] Use -DLLVM_APPEND_VC_REV=OFF on sanitizer bots
new cc95400 [sanitizers] Parallel cmake execution for android targets
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:
.../builders/sanitizers/buildbot_android.sh | 31 +++++----
.../sanitizers/buildbot_android_functions.sh | 77 ++++++++++------------
2 files changed, 50 insertions(+), 58 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 binutils-gdb.
from c6eb149dfa Automatic date update in version.in
new de837d77bc Import include/+libiberty/ r249883 from upstream GCC.
new 613643582c DWARF-5: readelf: .debug_names
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:
binutils/ChangeLog | 8 ++
binutils/dwarf.c | 365 +++++++++++++++++++++++++++++++++++++++++++++++++
binutils/dwarf.h | 1 +
binutils/readelf.c | 3 +-
include/ChangeLog | 9 ++
include/dwarf2.def | 12 ++
include/dwarf2.h | 25 ++--
libiberty/ChangeLog | 4 +
libiberty/dwarfnames.c | 11 ++
9 files changed, 425 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 gcc.
from 5c7d9e5ffd3 2017-07-02 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new b3ffddb9010 include/ChangeLog 2017-07-02 Jan Kratochvil <jan.kratochv [...]
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/ChangeLog | 9 +++++++++
include/dwarf2.def | 12 ++++++++++++
include/dwarf2.h | 25 +++++++++++++------------
libiberty/ChangeLog | 4 ++++
libiberty/dwarfnames.c | 11 +++++++++++
5 files changed, 49 insertions(+), 12 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 afebd3ffb54 [X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16/v16i [...]
new 0e6595164d3 [X86][AVX512] Test AVX512VPOPCNTDQ CTPOP with/without AVX512BW
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/vector-popcnt-512.ll | 86 +++++++++++++++++++++++------------
1 file changed, 57 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 llvm.
from 7b3091fec41 [X86][AVX512] Cleanup tzcnt tests triples and attributes
new afebd3ffb54 [X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16/v16i [...]
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/X86/X86ISelLowering.cpp | 14 ++++++
test/CodeGen/X86/vector-popcnt-128.ll | 93 +++++++++++++++++++++++++----------
test/CodeGen/X86/vector-popcnt-256.ll | 14 ++----
test/CodeGen/X86/vector-popcnt-512.ll | 26 +++-------
test/CodeGen/X86/vector-tzcnt-128.ll | 54 ++++++--------------
test/CodeGen/X86/vector-tzcnt-256.ll | 28 +++--------
test/CodeGen/X86/vector-tzcnt-512.ll | 52 +++++---------------
7 files changed, 125 insertions(+), 156 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 fa1c0b31980 [X86][AVX512] Cleanup popcnt tests triples and attributes
new 7b3091fec41 [X86][AVX512] Cleanup tzcnt tests triples and attributes
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/vector-tzcnt-512.ll | 72 ++++++++++++++++++------------------
1 file changed, 36 insertions(+), 36 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 0193305dcba [IR] Remove unnecessary operator new from ConstantDataArray [...]
new fa1c0b31980 [X86][AVX512] Cleanup popcnt tests triples and attributes
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/vector-popcnt-512.ll | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 c465e8b59fc [InstCombine] Use m_BitReverse pattern match helper. NFCI.
new 0193305dcba [IR] Remove unnecessary operator new from ConstantDataArray [...]
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/IR/Constants.h | 10 ----------
1 file changed, 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.