This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bf5a77287b [index] Mark the ObjC implicit accessor method definitions a [...]
new bafe90b057 [OPENMP] Add a check for iterator not reached the end of sta [...]
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/SemaOpenMP.cpp | 4 ++--
1 file 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 b6ac2f9d15 [OPENMP] Improve performance of the hasDSA() function, NFC.
new bf5a77287b [index] Mark the ObjC implicit accessor method definitions a [...]
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/Index/IndexDecl.cpp | 8 ++++----
test/Index/Core/index-source.m | 24 ++++++++++++------------
2 files changed, 16 insertions(+), 16 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 9134f81074f * gcc.c-torture/execute/alias-3.c: Skip on AIX.
new 98abd9ff7d0 Remove reundant const-qualification from cast targets
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:
libstdc++-v3/ChangeLog | 7 +++++++
.../ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp | 2 +-
libstdc++-v3/testsuite/util/testsuite_rng.h | 4 ++--
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 llvm.
from d3d0cd648cf Fixing a malformed RST table to get the documentation bot b [...]
new 83513e069b7 Fix typo and place comment close to its target
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/Hexagon/HexagonMachineScheduler.h | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 7b3b5244b4 [libclang] Pass in the -fallow-editor-placeholders option
new b6ac2f9d15 [OPENMP] Improve performance of the hasDSA() function, NFC.
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/SemaOpenMP.cpp | 15 +++++----------
1 file changed, 5 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 llvm.
from 452c525cffe Fixed assert message to correctly refer to MRMSrcReg4VOp3Fr [...]
new d3d0cd648cf Fixing a malformed RST table to get the documentation bot b [...]
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 | 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 be007973d0e Fix test-case on ppc64le (PR testsuite/79455).
new 9134f81074f * gcc.c-torture/execute/alias-3.c: Skip on AIX.
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 | 4 ++++
gcc/testsuite/gcc.c-torture/execute/alias-3.c | 1 +
gcc/testsuite/gcc.c-torture/execute/eeprof-1.c | 2 +-
3 files changed, 6 insertions(+), 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 llvm.
from d2333e0a155 [mips][microMIPS] Adding code size reduction pass for Micro [...]
new 452c525cffe Fixed assert message to correctly refer to MRMSrcReg4VOp3Fr [...]
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/TableGen/X86RecognizableInstr.cpp | 4 ++--
1 file 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 compiler-rt.
from b87de18ec Add missing FileCheck, update CHECK lines and avoid subshell.
new 59674c69d Also match the output on 32 bit systems.
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/asan/TestCases/Posix/coverage-fork-direct.cc | 4 ++--
1 file 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 gcc.
from 599fc1f5ffe [AArch64] Fix for gcc-7 regression PR 80530
new be007973d0e Fix test-case on ppc64le (PR testsuite/79455).
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 | 6 ++++++
gcc/testsuite/c-c++-common/tsan/race_on_mutex.c | 9 +++++----
2 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.