This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5cb7c56962a [docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins [...]
new 6ae9f209aa5 [X86][SSE] Dropped -mcpu from vector average 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/avg.ll | 1337 ++++++++++++++++++++++++-----------------------
1 file changed, 689 insertions(+), 648 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.
from 598aad0fe0 [clang-format] Add a SortUsingDeclaration option and enable [...]
new bd5d53a9d0 PR26195: Set correct NestedNameSpecifierLoc for the dependen [...]
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/Sema/SemaDeclCXX.cpp | 9 +++
test/Index/ctor-init-source-loc.cpp | 117 ++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+)
create mode 100644 test/Index/ctor-init-source-loc.cpp
--
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 glibc.
from c340290de8 Optimized version of powf()
new 9f0170af26 Include libc-header-start.h in include/float.h
new 18a336772d Prepare the manual to display math errors for float128 functions
new 7fa1d9462b Add libio-mtsafe flags to the build of strfromf128
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:
ChangeLog | 15 +++++++++++++++
include/float.h | 3 +++
manual/libm-err-tab.pl | 7 ++++---
sysdeps/ieee754/float128/Makefile | 4 ++++
4 files changed, 26 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 llvm.
from 2cfdb4aa6cc [InstCombine] Recognize and simplify three way comparison idioms
new d263a71f37d Fix double->float truncation warning on MSVC
new 5cb7c56962a [docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins [...]
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:
docs/GoldPlugin.rst | 20 +++++++++-----------
unittests/ADT/StringExtrasTest.cpp | 4 ++--
2 files changed, 11 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 users/hjl/pr21661
in repository binutils-gdb.
discards f5e96746ac Check versioned common symbol
new bf2cd8bd1b Check unsupported .symver with common symbol
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f5e96746ac)
\
N -- N -- N refs/heads/users/hjl/pr21661 (bf2cd8bd1b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/pr21661.d | 2 ++
gas/testsuite/gas/elf/pr21661.l | 3 +++
gas/testsuite/gas/elf/pr21661.s | 4 ++++
4 files changed, 10 insertions(+)
create mode 100644 gas/testsuite/gas/elf/pr21661.d
create mode 100644 gas/testsuite/gas/elf/pr21661.l
create mode 100644 gas/testsuite/gas/elf/pr21661.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 llvm.
from 2d829cd8cbe Revert r306095: [mips] Fix reg positions in the aui/daui in [...]
new 2cfdb4aa6cc [InstCombine] Recognize and simplify three way comparison idioms
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/InstCombine/InstCombineCompares.cpp | 96 ++++-
lib/Transforms/InstCombine/InstCombineInternal.h | 11 +
test/Transforms/InstCombine/compare-3way.ll | 395 +++++++++++++++++++++
3 files changed, 498 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/InstCombine/compare-3way.ll
--
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 aa6cb10551b * go.test/go-test.exp (go-set-goarch): Update MIPS archite [...]
new e0fc4b99255 runtime: improve handling of panic during deferred function
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/panic.go | 108 ++++++++++++++++++++++++++++++-------------
libgo/go/runtime/runtime2.go | 8 ++++
3 files changed, 86 insertions(+), 32 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 547bbfbdbdb Fix build breakage caused by r306096
new 2d829cd8cbe Revert r306095: [mips] Fix reg positions in the aui/daui in [...]
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/Mips/Mips32r6InstrInfo.td | 6 +++---
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt | 4 ++--
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 ++--
test/MC/Mips/mips32r6/valid.s | 2 +-
test/MC/Mips/mips64r6/valid.s | 4 ++--
7 files changed, 12 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 gcc.
from 7f5df6a79db 2017-06-23 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new aa6cb10551b * go.test/go-test.exp (go-set-goarch): Update MIPS archite [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/go.test/go-test.exp | 16 +++++++---------
2 files changed, 12 insertions(+), 9 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 users/hjl/pr21661
in repository binutils-gdb.
at f5e96746ac Check versioned common symbol
This branch includes the following new commits:
new f5e96746ac Check versioned common symbol
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.