This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8a120b5 * doc/extend.texi (__builtin_add_overflow_p): Clarify behavi [...]
new 6eb2402 * Makefile.in: Don't cat ../stage_current if it does not exi [...]
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 | 2 ++
gcc/Makefile.in | 3 ++-
gcc/c/ChangeLog | 4 ++++
gcc/c/Make-lang.in | 3 ++-
gcc/cp/ChangeLog | 4 ++++
gcc/cp/Make-lang.in | 3 ++-
gcc/lto/ChangeLog | 4 ++++
gcc/lto/Make-lang.in | 3 ++-
8 files changed, 22 insertions(+), 4 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 1fcfb8f rs6000: Fix split of ashdi3_extswsli_dot for memory (PR71670)
new 5a5ef65 PR middle-end/66867 * builtins.c (expand_ifn_atomic_compare [...]
new 2a0fbce PR rtl-optimization/71673 * internal-fn.c (expand_arith_ove [...]
new 8a120b5 * doc/extend.texi (__builtin_add_overflow_p): Clarify behavi [...]
The 3 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 | 30 +++++++++++++
gcc/builtins.c | 117 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/builtins.h | 1 +
gcc/doc/extend.texi | 3 ++
gcc/gimple-fold.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/gimple-fold.h | 2 +
gcc/internal-fn.c | 10 ++++-
gcc/internal-fn.def | 1 +
gcc/predict.c | 19 ++++++++
gcc/tree-ssa.c | 27 ++++++++++-
gcc/tree.h | 4 +-
11 files changed, 336 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 clang-tools-extra.
from c2f3876 clang-rename: Update libdeps corresponding to r273910.
new ca3f43e [clang-tidy] boost-use-to-string arg expr location bugfix
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:
clang-tidy/boost/UseToStringCheck.cpp | 2 +-
test/clang-tidy/boost-use-to-string.cpp | 50 +++++++++++++++++++++++----------
2 files changed, 36 insertions(+), 16 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 lld.
from 2c79b2d [ELF] - Implemented --no-undefined-version flag
new c8a6039 [ELF] - Implemented support of default/non-default symbols versions
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:
ELF/SymbolTable.cpp | 33 +++++-
ELF/Symbols.cpp | 8 ++
ELF/Symbols.h | 10 +-
test/ELF/Inputs/verdef-defaultver.s | 22 ++++
test/ELF/verdef-defaultver.s | 210 ++++++++++++++++++++++++++++++++++++
5 files changed, 275 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/Inputs/verdef-defaultver.s
create mode 100644 test/ELF/verdef-defaultver.s
--
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 c9775dd MIPS16: Add R_MIPS16_PC16_S1 branch relocation support
new dab26bf [AArch64] Make register indices be full 64-bit values
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:
gas/ChangeLog | 5 ++++
gas/testsuite/gas/aarch64/diagnostic.l | 24 +++++++++++++++++
gas/testsuite/gas/aarch64/diagnostic.s | 48 ++++++++++++++++++++++++++++++++++
include/ChangeLog | 4 +++
include/opcode/aarch64.h | 6 ++---
opcodes/ChangeLog | 7 +++++
opcodes/aarch64-opc.c | 14 ++++++++--
7 files changed, 103 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 cc075cf [BFI/MBFI]: cfg graph view with color scheme
new f5d0848 [X86][SSE] Added support for combining target shuffles to (V) [...]
new 6a84436 [gold] Really fix test to run on non x86 platforms.
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/X86/X86ISelLowering.cpp | 106 ++++++++++++++++++++-
test/CodeGen/X86/2012-01-12-extract-sv.ll | 2 +-
test/CodeGen/X86/2012-04-26-sdglue.ll | 6 +-
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/avx-intrinsics-x86.ll | 2 +-
test/CodeGen/X86/avx-splat.ll | 2 +-
test/CodeGen/X86/avx-vbroadcast.ll | 10 +-
test/CodeGen/X86/merge-consecutive-loads-128.ll | 2 +-
test/CodeGen/X86/pshufb-mask-comments.ll | 6 +-
test/CodeGen/X86/sse3.ll | 4 +-
test/CodeGen/X86/vector-compare-results.ll | 15 ++-
test/CodeGen/X86/vector-shuffle-128-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-128-v2.ll | 4 +-
test/CodeGen/X86/vector-shuffle-128-v4.ll | 32 ++-----
test/CodeGen/X86/vector-shuffle-256-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-256-v4.ll | 16 ++--
test/CodeGen/X86/vector-shuffle-256-v8.ll | 42 ++++----
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 28 ++----
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 2 +-
.../X86/vector-shuffle-combining-avx512bw.ll | 37 +++++++
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 5 +-
test/CodeGen/X86/vector-shuffle-combining.ll | 4 +-
test/tools/gold/X86/relax-relocs.ll | 2 +-
23 files changed, 219 insertions(+), 118 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 lld.
from 6713238 [ELF] Warn for duplicate symbols in version scripts instead o [...]
new 2c79b2d [ELF] - Implemented --no-undefined-version flag
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Options.td | 4 +++-
ELF/SymbolTable.cpp | 19 +++++++++++++------
test/ELF/version-script-noundef.s | 22 ++++++++++++++++++++++
5 files changed, 40 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/version-script-noundef.s
--
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 clang.
from 9b8dfc4 Revert r273950, (empty). Please recommit it with readable com [...]
new e6404a0 [Driver] Add method to redirect output of Compilation.
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/clang/Driver/Compilation.h | 9 +++++++++
lib/Driver/Compilation.cpp | 5 +++++
2 files changed, 14 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 llvm.
from 514f9dc [X86 Target Lowering] Merged ICMP test.
new cc075cf [BFI/MBFI]: cfg graph view with color scheme
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/Analysis/BlockFrequencyInfoImpl.h | 47 +++++++++++++++++++++++++-
lib/Analysis/BlockFrequencyInfo.cpp | 23 +++++++++++--
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 10 +++++-
3 files changed, 76 insertions(+), 4 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 f2c927d [BFI]: enhance BFI graph dump
new 514f9dc [X86 Target Lowering] Merged ICMP test.
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/2016-06-28-ICmpCrash.ll | 31 -------------------------------
test/CodeGen/X86/cmp.ll | 27 +++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 31 deletions(-)
delete mode 100644 test/CodeGen/X86/2016-06-28-ICmpCrash.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.