This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c8c23fa Add missing x86 requirement.
new b388a34 [modules] When reading / writing a typedef that is a name for [...]
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/Serialization/ASTReaderDecl.cpp | 5 +++++
lib/Serialization/ASTWriterDecl.cpp | 1 +
test/Modules/Inputs/merge-name-for-linkage/b.h | 4 ++++
test/Modules/Inputs/merge-name-for-linkage/module.modulemap | 1 +
test/Modules/merge-name-for-linkage.cpp | 1 +
5 files changed, 12 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 clang-tools-extra.
from 9f23fe8 [change-namespace] correctly shorten namespace when reference [...]
new 620c212 Implement a new clang-tidy check that suggests users replace [...]
new 7434e51 Correcting a typo in the test case to appease bots.
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:
clang-tidy/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 2 +
clang-tidy/modernize/UseNoexceptCheck.cpp | 114 +++++++++++++++++++++
.../{UseEmplaceCheck.h => UseNoexceptCheck.h} | 37 ++++---
docs/ReleaseNotes.rst | 5 +-
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/modernize-use-noexcept.rst | 90 ++++++++++++++++
test/clang-tidy/modernize-use-noexcept-macro.cpp | 36 +++++++
test/clang-tidy/modernize-use-noexcept-opt.cpp | 88 ++++++++++++++++
test/clang-tidy/modernize-use-noexcept.cpp | 104 +++++++++++++++++++
10 files changed, 461 insertions(+), 17 deletions(-)
create mode 100644 clang-tidy/modernize/UseNoexceptCheck.cpp
copy clang-tidy/modernize/{UseEmplaceCheck.h => UseNoexceptCheck.h} (50%)
create mode 100644 docs/clang-tidy/checks/modernize-use-noexcept.rst
create mode 100644 test/clang-tidy/modernize-use-noexcept-macro.cpp
create mode 100644 test/clang-tidy/modernize-use-noexcept-opt.cpp
create mode 100644 test/clang-tidy/modernize-use-noexcept.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 llvm.
from 4eb218a [InstCombine] fold (X >>u C) << C --> X & (-1 << C)
new 8dc127c NewGVN: Fix bug exposed by PR31761
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/NewGVN.cpp | 126 +++++++++++++++++++++++++-------------
test/Transforms/NewGVN/pr31594.ll | 7 ++-
2 files changed, 87 insertions(+), 46 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 e264bcd [Hexagon] Add Hexagon-specific loop idiom recognition pass
new a28da41 [GlobalISel] Remove duplicate function using variadic templat [...]
new 4eb218a [InstCombine] fold (X >>u C) << C --> X & (-1 << C)
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/Transforms/InstCombine/InstCombineShifts.cpp | 35 ++++++++++++------------
test/Transforms/InstCombine/apint-shift.ll | 8 +++---
utils/TableGen/GlobalISelEmitter.cpp | 26 ++++--------------
3 files changed, 26 insertions(+), 43 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 6a295f2 [InstCombine] use m_APInt to allow (X << C) >>u C --> X & (-1 [...]
new a3fb26f NewGVN: Add algorithm overview
new e264bcd [Hexagon] Add Hexagon-specific loop idiom recognition pass
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/Hexagon/CMakeLists.txt | 1 +
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 1618 ++++++++++++++++++++
lib/Target/Hexagon/HexagonTargetMachine.cpp | 22 +-
lib/Target/Hexagon/HexagonTargetMachine.h | 1 +
lib/Transforms/Scalar/NewGVN.cpp | 21 +
.../CodeGen/Hexagon/loop-idiom/hexagon-memmove1.ll | 36 +
.../CodeGen/Hexagon/loop-idiom/hexagon-memmove2.ll | 36 +
test/CodeGen/Hexagon/loop-idiom/lcssa.ll | 46 +
test/CodeGen/Hexagon/loop-idiom/nullptr-crash.ll | 24 +
test/CodeGen/Hexagon/loop-idiom/pmpy.ll | 33 +
10 files changed, 1833 insertions(+), 5 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
create mode 100644 test/CodeGen/Hexagon/loop-idiom/hexagon-memmove1.ll
create mode 100644 test/CodeGen/Hexagon/loop-idiom/hexagon-memmove2.ll
create mode 100644 test/CodeGen/Hexagon/loop-idiom/lcssa.ll
create mode 100644 test/CodeGen/Hexagon/loop-idiom/nullptr-crash.ll
create mode 100644 test/CodeGen/Hexagon/loop-idiom/pmpy.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 zorg.
from 56fcf30 [zorg] Send CUDA buildbot notifications to myself.
new b6242c5 [zorg] Add AOSP builder
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:
buildbot/osuosl/master/config/builders.py | 32 ++++++++
buildbot/osuosl/master/config/status.py | 3 +-
buildbot/osuosl/master/master.cfg | 7 ++
zorg/buildbot/builders/AOSPBuilder.py | 124 ++++++++++++++++++++++++++++++
4 files changed, 165 insertions(+), 1 deletion(-)
create mode 100644 zorg/buildbot/builders/AOSPBuilder.py
--
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 d8ed0fb IRGen: When loading the main module in the distributed ThinLT [...]
new c8c23fa Add missing x86 requirement.
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/thinlto-multi-module.ll | 2 ++
1 file changed, 2 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 gcc.
from 425bd7b PR middle-end/78703 -fprintf-return-value floating point hand [...]
new fbb24cc PR debug/78835 * dwarf2out.c (prune_unused_types): Mark all [...]
new de32490 PR debug/79129 * dwarf2out.c (generate_skeleton_bottom_up): [...]
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 | 14 +++++++
gcc/dwarf2out.c | 64 ++++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/debug/dwarf2/pr78835.C | 11 +++++
gcc/testsuite/g++.dg/debug/dwarf2/pr79129.C | 12 ++++++
5 files changed, 99 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr78835.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr79129.C
--
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 aoliva/libcp1
in repository gcc.
from cd1f73e libcp1: clear enum types' opaque bit, don't create redundant [...]
new 6e1587c Rename ansi_*opname; export cp_literal_operator_id
new 54818be Turn the global friend list into a single item
new 9eebeee libcp1: revamp the interface
new 5537cd7 libcc1: update copyright notices
The 4 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/cp/call.c | 14 +-
gcc/cp/class.c | 10 +-
gcc/cp/cp-tree.h | 23 ++-
gcc/cp/decl.c | 6 +-
gcc/cp/decl2.c | 2 +-
gcc/cp/friend.c | 68 ++++-----
gcc/cp/init.c | 2 +-
gcc/cp/lambda.c | 2 +-
gcc/cp/lex.c | 2 +-
gcc/cp/method.c | 10 +-
gcc/cp/name-lookup.c | 19 +--
gcc/cp/parser.c | 111 +++++++--------
gcc/cp/search.c | 2 +-
gcc/cp/semantics.c | 4 +-
gcc/cp/typeck.c | 2 +-
include/gcc-c-fe.def | 2 +-
include/gcc-c-interface.h | 2 +-
include/gcc-cp-fe.def | 302 +++++++++++++++++++++------------------
include/gcc-cp-interface.h | 42 ++----
include/gcc-interface.h | 2 +-
libcc1/libcp1plugin.cc | 348 ++++++++++++++++++++++-----------------------
21 files changed, 482 insertions(+), 493 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.