This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 35ba77daa3b [test] Try to unbreak hexagon bots after r328160.
new 164c112ac4a vim: add `dso_local` and `dso_preemptable` keywords
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/vim/syntax/llvm.vim | 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 lld.
from fb61c9ade Replace a std::pair with a struct.
new 2699910c3 Make test a bit less strict. 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:
test/ELF/compressed-debug-conflict.s | 10 +++++-----
1 file changed, 5 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 llvm.
from 283527b3900 Fix a couple of layering violations in Transforms
new 35ba77daa3b [test] Try to unbreak hexagon bots after r328160.
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/Other/opt-O0-pipeline.ll | 4 ++--
test/Other/opt-O2-pipeline.ll | 4 ++--
test/Other/opt-O3-pipeline.ll | 4 ++--
test/Other/opt-Os-pipeline.ll | 4 ++--
4 files changed, 8 insertions(+), 8 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 eac9a72b8c [CUDA] Disable LTO for device-side compilations.
new 1f4e6039a0 Fix for LLVM change (Transforms/Utils/Local.h -> Analysis/Ut [...]
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/CodeGen/CGCall.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 lld.
from 21dc00e6e [ELF][PPC64] Fix getRelExpr for R_PPC64_REL16_LO and R_PPC64_ [...]
new fb61c9ade Replace a std::pair with a struct.
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:
ELF/InputFiles.cpp | 4 ++--
ELF/InputFiles.h | 6 +++++-
2 files changed, 7 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 gcc.
from b8eecce832c [PR c++/71965] silence multi-dim array init sorry without tf_error
new c89e1f1ace9 [doc] Remove pasto in __builtin_extend_pointer doc
new f9f5e9c36d0 Adjust __builtin_tgmath handling of integer arguments to _F [...]
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 | 9 ++++++
gcc/c/ChangeLog | 6 ++++
gcc/c/c-parser.c | 25 ++++++++++++++---
gcc/doc/extend.texi | 5 ++--
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/builtin-tgmath-3.c | 50 +++++++++++++++++++++++++++++++++
6 files changed, 93 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-tgmath-3.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 05d039d2025 [test] Add tests for opt passes pipelines for O0, O2, O3, and Os.
new 1ea77ad5866 [PDB] Don't ignore bucket 0 when writing the PDB string table.
new 06b0783db13 [InstrProf] Encapsulates access to AddrToMD5Map.
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/llvm/ProfileData/InstrProf.h | 9 ++--
include/llvm/ProfileData/InstrProfData.inc | 4 +-
include/llvm/ProfileData/InstrProfReader.h | 2 -
lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 3 ++
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 2 -
lib/ProfileData/InstrProf.cpp | 50 +++++++++++-----------
lib/ProfileData/InstrProfReader.cpp | 2 +-
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 48 ++++++++++++++++-----
unittests/ProfileData/InstrProfTest.cpp | 2 +-
9 files changed, 74 insertions(+), 48 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 350f0bf9a4 [NVPTX] Make tensor shape part of WMMA intrinsic's name.
new eac9a72b8c [CUDA] Disable LTO for device-side compilations.
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/Driver/Driver.h | 6 ++--
lib/Driver/Driver.cpp | 9 ++---
lib/Driver/ToolChains/Clang.cpp | 6 +++-
test/Driver/lto.cu | 76 +++++++++++++++++++++++++++++++++++++++++
test/Driver/thinlto.cu | 50 +++++++++++++++++++++++++++
5 files changed, 140 insertions(+), 7 deletions(-)
create mode 100644 test/Driver/lto.cu
create mode 100644 test/Driver/thinlto.cu
--
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 bc1c5eddf29 [NVPTX] Make tensor shape part of WMMA intrinsic's name.
new 1cc14d86af7 [test] Add tests for llc passes pipelines.
new 05d039d2025 [test] Add tests for opt passes pipelines for O0, O2, O3, and Os.
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:
test/CodeGen/AArch64/O0-pipeline.ll | 69 +++++++++
test/CodeGen/AArch64/O3-pipeline.ll | 170 ++++++++++++++++++++
test/CodeGen/X86/O3-pipeline.ll | 167 ++++++++++++++++++++
test/Other/opt-O0-pipeline.ll | 27 ++++
test/Other/opt-O2-pipeline.ll | 295 +++++++++++++++++++++++++++++++++++
test/Other/opt-O3-pipeline.ll | 299 ++++++++++++++++++++++++++++++++++++
test/Other/opt-Os-pipeline.ll | 281 +++++++++++++++++++++++++++++++++
7 files changed, 1308 insertions(+)
create mode 100644 test/CodeGen/AArch64/O0-pipeline.ll
create mode 100644 test/CodeGen/AArch64/O3-pipeline.ll
create mode 100644 test/CodeGen/X86/O3-pipeline.ll
create mode 100644 test/Other/opt-O0-pipeline.ll
create mode 100644 test/Other/opt-O2-pipeline.ll
create mode 100644 test/Other/opt-O3-pipeline.ll
create mode 100644 test/Other/opt-Os-pipeline.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.