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 a8a0c93 Automatic date update in version.in
new ac189e7 Add missing cnt (popcount) instruction support.
new 152e1e1 Add missing smov support, and clean up existing umov support.
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:
sim/aarch64/ChangeLog | 14 ++
sim/aarch64/simulator.c | 252 +++++++++++++++++++++++++-----------
sim/testsuite/sim/aarch64/ChangeLog | 6 +
sim/testsuite/sim/aarch64/cnt.s | 33 +++++
sim/testsuite/sim/aarch64/sumov.s | 91 +++++++++++++
5 files changed, 321 insertions(+), 75 deletions(-)
create mode 100644 sim/testsuite/sim/aarch64/cnt.s
create mode 100644 sim/testsuite/sim/aarch64/sumov.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 a11dc45 [X86] Clean up test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
new 650a66f [SCCP] Remove manual folding of terminator instructions.
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/Scalar/SCCP.cpp | 29 +++--------------------------
1 file changed, 3 insertions(+), 26 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 b89cc7e Revert "In visitSTORE, always use FindBetterChain, rather tha [...]
new a11dc45 [X86] Clean up test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
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/2006-03-02-InstrSchedBug.ll | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 d1f7d1e Revert r296215, "[PDB] General improvements to Stream library [...]
new 6bb99ba Add a section about how to use ld.lld.
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:
docs/index.rst | 23 +++++++++++++++++++++++
1 file changed, 23 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 3a603f4 Fix signed-unsigned comparison warning
new 0ef3663 vec perm can go down either pipeline on P8. No observable cha [...]
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/PowerPC/PPCScheduleP8.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 0508f46 PR79584, ICE in base_to_reg
new 1ff5d16 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 0299427 2017-02-25 Paul Thomas <pault(a)gcc.gnu.org>
new 45a7e6e Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 db302fd Daily bump.
new 54a0c69 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 1ffe33b [test] Disable test/Index/pch-from-libclang.c for non-darwin [...]
new 3d1874e C++ DR1611, 1658, 2180: implement "potentially constructed su [...]
new 908568b Update cxx_dr_status page.
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:
include/clang/AST/DeclCXX.h | 11 ++-
lib/AST/ASTImporter.cpp | 6 +-
lib/AST/DeclCXX.cpp | 38 +++++----
lib/CodeGen/CGClass.cpp | 14 ++++
lib/Sema/SemaDeclCXX.cpp | 34 +++++---
lib/Serialization/ASTReaderDecl.cpp | 6 +-
lib/Serialization/ASTWriter.cpp | 3 +-
test/CXX/drs/dr16xx.cpp | 118 ++++++++++++++++++++++++++++
test/CXX/drs/dr21xx.cpp | 24 ++++++
test/CodeGenCXX/constructors.cpp | 56 ++++++++++++-
test/CodeGenCXX/implicit-exception-spec.cpp | 22 ++++++
test/SemaCXX/implicit-exception-spec.cpp | 58 ++++++++++++++
www/cxx_dr_status.html | 6 +-
13 files changed, 357 insertions(+), 39 deletions(-)
create mode 100644 test/CXX/drs/dr21xx.cpp
create mode 100644 test/CodeGenCXX/implicit-exception-spec.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.