This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c8704ef02 [WebAssembly] Remove unneeded --no-gc-sections flag from tests. NFC.
new e48d51d70 Attempt to build breakage caused by r326339.
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:
Common/Strings.cpp | 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 llvm.
from e24854a5622 [AMDGPU] added writelane intrinsic
new daf29462238 Fix llvm-config --system-libs output on FreeBSD and NetBSD
new 0b9902149c5 Losen time contraint to accommodate system loads
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:
lib/Support/CMakeLists.txt | 9 +++++++--
utils/lit/tests/xunit-output.py | 2 +-
2 files changed, 8 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 b8cfdc96d67 PR c++/84609 * parser.c (cp_parser_attributes_opt): Forma [...]
new 9095f7ceffb PR target/84014 * gcc.target/powerpc/pr8401 [...]
new 90c3ff5071f * config.gcc (powerpc-ibm-aix7.1.*): New stanza. (powerpc-i [...]
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 | 7 +++++++
gcc/config.gcc | 12 +++++++++++-
gcc/config/rs6000/aix71.h | 2 +-
gcc/config/rs6000/{aix71.h => aix72.h} | 15 ++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr84014.c | 4 ++--
6 files changed, 34 insertions(+), 11 deletions(-)
copy gcc/config/rs6000/{aix71.h => aix72.h} (95%)
--
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 cda70934ad Fix gcc -Wreturn-type warnings after r326307.
new fd9725179f [clang-cl] Implement /X
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/CLCompatOptions.td | 4 +++-
test/Driver/cl-include.c | 13 ++++++++++++-
2 files changed, 15 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 lld.
from 2f3057497 Add "%" operator to the linker script.
new c8704ef02 [WebAssembly] Remove unneeded --no-gc-sections flag from tests. 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/wasm/call-indirect.ll | 2 +-
test/wasm/comdats.ll | 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 f828172bcf [CUDA] Include single GPU binary, NFCI.
new cda70934ad Fix gcc -Wreturn-type warnings after r326307.
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/CGBlocks.cpp | 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 llvm.
from 4ed7d96c887 [InstrProfiling] Emit the runtime hook when no counters are [...]
new 06a2673a69d Fixed spelling mistake in comments of LLVM Analysis passes
new e24854a5622 [AMDGPU] added writelane intrinsic
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/IR/IntrinsicsAMDGPU.td | 13 +++++
lib/Analysis/CGSCCPassManager.cpp | 8 +--
lib/Analysis/LoopAnalysisManager.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 16 +++---
lib/Analysis/VectorUtils.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 28 +++++++++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 13 ++++-
lib/Target/AMDGPU/VOP2Instructions.td | 13 +++--
test/CodeGen/AMDGPU/byval-frame-setup.ll | 20 +++----
test/CodeGen/AMDGPU/callee-frame-setup.ll | 2 +-
test/CodeGen/AMDGPU/inserted-wait-states.mir | 4 +-
test/CodeGen/AMDGPU/llvm.amdgcn.writelane.ll | 82 ++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/sibling-call.ll | 2 +-
13 files changed, 169 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.writelane.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 clang-tools-extra.
from 275bc46a Rename a few checks from misc- to bugprone-.
new d448a5d0 [Documentation] Split Clang-tidy changes in Release Notes int [...]
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 | 54 +++++++++++-----------
docs/clang-tidy/checks/fuchsia-trailing-return.rst | 4 +-
.../checks/modernize-use-uncaught-exceptions.rst | 6 +--
3 files changed, 33 insertions(+), 31 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 0cbbf04d215 [NVPTX] Removed always-true predicates in NVPTX.
new 4ed7d96c887 [InstrProfiling] Emit the runtime hook when no counters are [...]
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/Transforms/InstrProfiling.h | 3 ++-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 25 +++++++++++-----------
test/Instrumentation/InstrProfiling/linkage.ll | 6 +++---
test/Instrumentation/InstrProfiling/no-counters.ll | 14 ++++++------
test/Instrumentation/InstrProfiling/profiling.ll | 3 ++-
5 files changed, 28 insertions(+), 23 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 9727fe027 [RISCV] Force enable int128 for compiling long double routines
new cb51fdb0a [profile] Test the exported symbol set for empty programs
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-darwin-dead-strip.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.