This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 4b39d63 Unify Darwin and Non-Darwin printing of version output
new 349d31b [Test-Suite] Fix all the sanitizer tests to be based on compi [...]
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:
packages/Python/lldbsuite/test/decorators.py | 41 +++++++++-------------
.../test/functionalities/asan/TestMemoryHistory.py | 2 +-
.../test/functionalities/asan/TestReportData.py | 2 +-
.../functionalities/tsan/basic/TestTsanBasic.py | 1 -
.../TestTsanCPPGlobalLocation.py | 1 -
.../tsan/global_location/TestTsanGlobalLocation.py | 1 -
.../tsan/multiple/TestTsanMultiple.py | 1 -
.../tsan/thread_leak/TestTsanThreadLeak.py | 1 -
.../tsan/thread_numbers/TestTsanThreadNumbers.py | 1 -
9 files changed, 18 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 glibc.
from 4589d07 Add definitions to sysdeps/tile/tilepro/bits/wordsize.h.
new 3e06601 Consolidate Linux access implementation
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/{generic => }/access.c | 15 ++++++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
rename sysdeps/unix/sysv/linux/{generic => }/access.c (77%)
--
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 e98fc15 dwarf2cfi: Dump row differences before asserting
new b851b8f PR rtl-optimization/78241 * loop-unroll.c (unroll_loop_runt [...]
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/ChangeLog | 6 ++++++
gcc/loop-unroll.c | 9 +++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr78241.c | 20 ++++++++++++++++++++
4 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr78241.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 master
in repository llvm.
from b7798f4 [Target] Rename X86/ARM Assembly printer to reflect reality.
new e13ecb7 [opt-viewer] Avoid duplicated remarks
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:
utils/opt-viewer/opt-viewer.py | 17 +++++++++++++----
1 file changed, 13 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 31593fa Fix some Clang-tidy modernize-use-default and readability-red [...]
new b7798f4 [Target] Rename X86/ARM Assembly printer to reflect reality.
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/ARMAsmPrinter.h | 2 +-
lib/Target/X86/X86AsmPrinter.h | 2 +-
2 files changed, 2 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.
from 280fdbb drop kw_module from ASI protection block
new 5d3bdca Add -Wduplicate-protocol for existing diagnostic
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/clang/Basic/DiagnosticSemaKinds.td | 4 +++-
test/Misc/warning-flags.c | 3 +--
test/SemaObjC/check-dup-objc-decls-1.m | 6 ++++++
3 files changed, 10 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 clang-tools-extra.
from 643ba0a [change-namespace] dyn_cast -> cast.
new c84d1f7 Handle adding new nested namespace in old namespace.
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:
change-namespace/ChangeNamespace.cpp | 29 +++++++++------
.../change-namespace/ChangeNamespaceTests.cpp | 42 ++++++++++++++++++++++
2 files changed, 60 insertions(+), 11 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 366503f [clang-tidy] Add modernize-use-equals-delete check
new 643ba0a [change-namespace] dyn_cast -> cast.
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:
change-namespace/ChangeNamespace.cpp | 6 +++---
1 file changed, 3 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 2e53b71 Revert r286437 r286438, they caused PR30976
new 31593fa Fix some Clang-tidy modernize-use-default and readability-red [...]
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/CodeGen/DIE.h | 35 +++++--
include/llvm/CodeGen/LivePhysRegs.h | 11 +-
include/llvm/CodeGen/MachineScheduler.h | 35 +++++--
include/llvm/CodeGen/SelectionDAGNodes.h | 172 ++++++++++++++++++++++---------
include/llvm/Support/Allocator.h | 14 ++-
include/llvm/Support/GCOV.h | 34 ++++--
include/llvm/Support/RWMutex.h | 23 +++--
include/llvm/Support/SMLoc.h | 6 +-
8 files changed, 234 insertions(+), 96 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 9bf32e2 [OptDiag] Remove non-printable chars from function name
new 2e53b71 Revert r286437 r286438, they caused PR30976
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/Analysis/ScalarEvolutionExpander.cpp | 76 +++++++++++--------------
unittests/Analysis/ScalarEvolutionTest.cpp | 89 ------------------------------
2 files changed, 32 insertions(+), 133 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.