This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d385c51 Revert "AMDGPU/SI: Use amdgpu_kernel calling convention for O [...]
new 43045a3 More fixes to codeblock formatting in documentation.
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/ReleaseNotes.rst | 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 compiler-rt.
from 03da660 XFAILing a test on ARM. See PR27667
new 2ad515b [InstProf] Temporarily removing a test that fails/passes on d [...]
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/profile/instrprof-value-prof-shared.test | 18 ------------------
1 file changed, 18 deletions(-)
delete mode 100644 test/profile/instrprof-value-prof-shared.test
--
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 bf20d51 [AArch64] Decouple zero store promotion from narrow ld merge. NFC.
new b3b95be [AArch64] Combine callee-save and local stack SP adjustment i [...]
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/AArch64/AArch64FrameLowering.cpp | 271 +++++++++++++++------
lib/Target/AArch64/AArch64FrameLowering.h | 4 +
lib/Target/AArch64/AArch64InstrInfo.cpp | 3 +
.../AArch64/aarch64-dynamic-stack-layout.ll | 17 +-
test/CodeGen/AArch64/arm64-aapcs-be.ll | 3 +-
test/CodeGen/AArch64/arm64-abi.ll | 2 +-
test/CodeGen/AArch64/arm64-abi_align.ll | 16 +-
test/CodeGen/AArch64/arm64-fast-isel-alloca.ll | 2 +-
test/CodeGen/AArch64/arm64-hello.ll | 18 +-
test/CodeGen/AArch64/arm64-join-reserved.ll | 2 +-
.../AArch64/arm64-patchpoint-webkit_jscc.ll | 8 +-
test/CodeGen/AArch64/arm64-patchpoint.ll | 7 +-
test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 20 +-
test/CodeGen/AArch64/fastcc.ll | 73 +++---
test/CodeGen/AArch64/func-calls.ll | 4 +-
test/CodeGen/AArch64/tailcall-implicit-sret.ll | 2 +-
test/DebugInfo/AArch64/prologue_end.ll | 4 +-
17 files changed, 289 insertions(+), 167 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 zorg.
from cdae388 tsan: fix buildbot test script
new ef5a869 disable leaks detection for clang-fuzzer -- there are easy to [...]
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 faf3934 PR middle-end/70941 * gcc.dg/torture/pr70941.c (abort): Rem [...]
new 0e24aab * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimi [...]
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 | 5 +++++
gcc/tree-ssa-coalesce.c | 27 +++++++++++++++++----------
2 files changed, 22 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 amonakov/gomp-nvptx
in repository gcc.
from 57b6004 doc: document nvptx shared attribute
new bb6e3d3 libgomp: avoid declaring shared data as a common symbol
new 70692e7 libgcc: do not use static initializers for shared data
new 4e3ff58 nvptx backend: reject initializers for .shared variables
new 9c55446 nvptx backend: add tests for attribute 'shared'
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/ChangeLog.gomp-nvptx | 6 ++++++
gcc/config/nvptx/nvptx.c | 9 +++++++--
gcc/testsuite/ChangeLog.gomp-nvptx | 4 ++++
gcc/testsuite/gcc.target/nvptx/decl-shared-init.c | 1 +
gcc/testsuite/gcc.target/nvptx/decl-shared.c | 14 ++++++++++++++
libgcc/ChangeLog.gomp-nvptx | 6 ++++++
libgcc/config/nvptx/stacks.c | 4 ++--
libgomp/ChangeLog.gomp-nvptx | 5 +++++
libgomp/config/nvptx/team.c | 2 +-
9 files changed, 46 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/ChangeLog.gomp-nvptx
create mode 100644 gcc/testsuite/gcc.target/nvptx/decl-shared-init.c
create mode 100644 gcc/testsuite/gcc.target/nvptx/decl-shared.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 compiler-rt.
from 451f260 Revert r268716. This has caused test failures in MSan on Linux.
new 03da660 XFAILing a test on ARM. See PR27667
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/profile/instrprof-value-prof-shared.test | 1 +
1 file changed, 1 insertion(+)
--
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 16570c0 Make argv const char ** in read_md_files etc
new ccb585a Move name_to_pass_map into class pass_manager
new faf3934 PR middle-end/70941 * gcc.dg/torture/pr70941.c (abort): Rem [...]
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 | 20 ++++++++++++++++++++
gcc/pass_manager.h | 6 ++++++
gcc/passes.c | 34 +++++++++++++++-------------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr70941.c | 8 +++-----
5 files changed, 50 insertions(+), 24 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 7db4027 * config/i386/i386.md (int cmove peephole2s): Use general_re [...]
new 16570c0 Make argv const char ** in read_md_files etc
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 | 30 ++++++++++++++++++++++++++++++
gcc/genattr-common.c | 2 +-
gcc/genattr.c | 2 +-
gcc/genattrtab.c | 2 +-
gcc/genautomata.c | 4 ++--
gcc/gencodes.c | 2 +-
gcc/genconditions.c | 2 +-
gcc/genconfig.c | 2 +-
gcc/genconstants.c | 2 +-
gcc/genemit.c | 2 +-
gcc/genenums.c | 2 +-
gcc/genextract.c | 2 +-
gcc/genflags.c | 2 +-
gcc/genmddeps.c | 2 +-
gcc/genopinit.c | 2 +-
gcc/genoutput.c | 4 ++--
gcc/genpeep.c | 4 ++--
gcc/genpreds.c | 2 +-
gcc/genrecog.c | 2 +-
gcc/gensupport.c | 4 ++--
gcc/gensupport.h | 5 +++--
gcc/gentarget-def.c | 2 +-
gcc/read-md.c | 2 +-
gcc/read-md.h | 2 +-
24 files changed, 59 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 llvm.
from 6bad585 Revert "AMDGPU/SI: Add amdgpu_kernel calling convention. Part 2."
new bf20d51 [AArch64] Decouple zero store promotion from narrow ld merge. 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/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 44 +++++++++---------------
1 file changed, 16 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.