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 8dfa5d5a63 RISC-V: Mark unsupported gas testcases
new 8e35405853 tile: Mark __tls_get_addr in gc_mark_hook
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-tilepro.c | 12 ++++++++++--
bfd/elfxx-tilegx.c | 12 ++++++++++--
3 files changed, 26 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 d0f18439400 update_mir_test_checks: Support adding checks for vreg classes
new 7121c763ecf [PM] Refactor the bounds checking pass to remove a method o [...]
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/Instrumentation/BoundsChecking.cpp | 53 +++++++++++------------
1 file changed, 25 insertions(+), 28 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 b5f76b264e Fix capitalization of parameter
new 7d9b7a95bc Don't suppress instantiation of definitions for variables su [...]
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/SemaExpr.cpp | 16 +++++++++++-----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 6 ++++--
test/CodeGenCXX/dllimport-members.cpp | 4 ++--
test/SemaTemplate/cxx17-inline-variables.cpp | 7 +++++++
test/SemaTemplate/extern-templates.cpp | 7 +++++++
5 files changed, 31 insertions(+), 9 deletions(-)
create mode 100644 test/SemaTemplate/cxx17-inline-variables.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 0a09220c32b [AMDGPU] Corrections to memory model description.
new 0ee6442d441 update_mir_test_checks: Improve message when updating fails
new d0f18439400 update_mir_test_checks: Support adding checks for vreg classes
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:
utils/update_mir_test_checks.py | 39 +++++++++++++++++++++++++++++----------
1 file changed, 29 insertions(+), 10 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 070fec4a83 [Driver] Fix use after free in Hexagon toolchain code.
new ac9a20e957 [clang-format] Sort whole block of using declarations while [...]
new b5f76b264e Fix capitalization of parameter
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/ASTContext.h | 2 +-
lib/Format/UsingDeclarationsSorter.cpp | 13 +++++++++-
unittests/Format/UsingDeclarationsSorterTest.cpp | 32 ++++++++++++++++++++++--
3 files changed, 43 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 b5cb868aaa0 Revert "[ScalarEvolution] Handling for ICmp occuring in the [...]
new 0a09220c32b [AMDGPU] Corrections to memory model description.
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/AMDGPUUsage.rst | 550 +++++++++++++++++++++++++++++++++++----------------
1 file changed, 376 insertions(+), 174 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 e77c212f96e [Transforms] Fix some Clang-tidy modernize and Include What [...]
new b5cb868aaa0 Revert "[ScalarEvolution] Handling for ICmp occuring in the [...]
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/ScalarEvolution.h | 3 --
lib/Analysis/ScalarEvolution.cpp | 45 ++--------------------------
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 7 ++---
test/Analysis/ScalarEvolution/pr34538.ll | 19 ------------
4 files changed, 5 insertions(+), 69 deletions(-)
delete mode 100644 test/Analysis/ScalarEvolution/pr34538.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 llvm.
from 1691560659e Fix lit.site.cfg.py.in after rL316123
new e77c212f96e [Transforms] Fix some Clang-tidy modernize and Include What [...]
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:
.../llvm/Transforms/Scalar/LoopStrengthReduce.h | 9 +-
include/llvm/Transforms/Scalar/LoopUnrollPass.h | 8 +-
include/llvm/Transforms/Scalar/MemCpyOptimizer.h | 24 ++--
include/llvm/Transforms/Scalar/Reassociate.h | 20 ++-
lib/Transforms/Scalar/LoopRerollPass.cpp | 70 ++++++++--
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 151 ++++++++++-----------
lib/Transforms/Scalar/LoopUnrollPass.cpp | 93 +++++++++----
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 19 ++-
lib/Transforms/Scalar/Reassociate.cpp | 47 ++++---
9 files changed, 281 insertions(+), 160 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.