This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 480403f [X86][SSE] Added 256-bit vector tests cases
new 5c21be0 [ARM] Make RWPI use movw/movt when available
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/ARMISelLowering.cpp | 23 ++--
lib/Target/ARM/ARMMCInstLower.cpp | 10 +-
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 6 +-
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 20 ++-
test/CodeGen/ARM/arm-position-independence.ll | 144 ++++++++++++++++++---
5 files changed, 170 insertions(+), 33 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 21b99cc [clangd] Set stdin to binary to fix tests on windows.
new 50fad25 Disable test on windows buildbots without shell support
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/clangd/formatting.test | 1 +
1 file changed, 1 insertion(+)
--
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-5-branch
in repository gcc.
from 982f518 Daily bump.
new 2d597c9 [ARM][PR target/78945] Fix libatomic on armv7-m
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:
libatomic/ChangeLog | 8 ++++++++
libatomic/config/arm/exch_n.c | 4 ++--
2 files changed, 10 insertions(+), 2 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 fcbf96a [clangd] Harden test against sed implementations that strip \r.
new 21b99cc [clangd] Set stdin to binary to fix tests on windows.
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:
clangd/ClangDMain.cpp | 4 ++++
1 file changed, 4 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 gcc-6-branch
in repository gcc.
from 2dade89 Daily bump.
new b21f870 [ARM][PR target/78945] Fix libatomic on armv7-m
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:
libatomic/ChangeLog | 8 ++++++++
libatomic/config/arm/exch_n.c | 4 ++--
2 files changed, 10 insertions(+), 2 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 f83a9ee [APInt] Fix rotl/rotr when the shift amount is greater than t [...]
new 480403f [X86][SSE] Added 256-bit vector tests cases
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:
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 1151 ++++++++++++++++++++
1 file changed, 1151 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 7085bdc Revert "[DAGCombiner] (add X, (adde Y, 0, Carry)) -> (adde X, [...]
new f83a9ee [APInt] Fix rotl/rotr when the shift amount is greater than t [...]
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/Support/APInt.cpp | 17 ++++++++++++--
unittests/ADT/APIntTest.cpp | 54 +++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 67 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 clang-tools-extra.
from 0b5e09a [clang-tidy] misc-argument-comment - extended gmock support
new fcbf96a [clangd] Harden test against sed implementations that strip \r.
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:
clangd/ClangDMain.cpp | 9 ++++-----
test/clangd/formatting.test | 3 +--
2 files changed, 5 insertions(+), 7 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 a329eb3 [clangd] Add missing include.
new 0b5e09a [clang-tidy] misc-argument-comment - extended gmock support
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/misc/ArgumentCommentCheck.cpp | 54 +++++++++++++++----------
test/clang-tidy/misc-argument-comment-gmock.cpp | 9 ++++-
2 files changed, 40 insertions(+), 23 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 f8e2f40 MIPS: Fix mode mismatch error between Loongson builtin argume [...]
new 29beab7 2017-02-07 Richard Biener <rguenther(a)suse.de>
new 700a976 2017-02-07 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 | 38 +++++++++++++++++++++
gcc/builtins.c | 6 ++--
gcc/c/ChangeLog | 7 ++++
gcc/c/gimple-parser.c | 67 +++++++-------------------------------
gcc/config/arc/arc.h | 4 +--
gcc/config/epiphany/epiphany.c | 6 ++--
gcc/config/epiphany/epiphany.h | 4 +--
gcc/config/frv/frv.c | 3 +-
gcc/config/frv/frv.h | 2 +-
gcc/config/i386/i386.c | 3 +-
gcc/config/i386/i386.h | 4 +--
gcc/config/rs6000/aix.h | 4 +--
gcc/config/rs6000/darwin.h | 2 +-
gcc/config/rs6000/freebsd64.h | 6 ++--
gcc/config/rs6000/linux64.h | 6 ++--
gcc/config/rs6000/rs6000.c | 4 +--
gcc/config/rs6000/sysv4.h | 4 +--
gcc/doc/tm.texi | 12 ++++---
gcc/doc/tm.texi.in | 12 ++++---
gcc/go/ChangeLog | 6 ++++
gcc/go/go-backend.c | 6 +---
gcc/stor-layout.c | 13 ++++----
gcc/targhooks.c | 9 ++---
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/gimplefe-23.c | 33 +++++++++++++++++++
gcc/testsuite/gcc.dg/gimplefe-24.c | 9 +++++
libobjc/ChangeLog | 7 ++++
libobjc/encoding.c | 2 +-
28 files changed, 170 insertions(+), 114 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-23.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-24.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.