This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a4f54ee [scan-build-py] use python tempfile for tempdir
new e88f773 Add more examples to clang-format configuration
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/ClangFormatStyleOptions.rst | 230 ++++++++++++++++++++++++++++++++++++++-
include/clang/Format/Format.h | 208 ++++++++++++++++++++++++++++++++++-
2 files changed, 434 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 14e0e88 tcwg-llvm-build.sh: Fix clone/install, add logs
new 9a02b55 tcwg-llvm-build.sh: don't quote cmake options twice
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:
tcwg-llvm-build.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 lld.
from 59653ca [ELF] - Reuse Config->IsLE. NFC.
new 221bc1d [ELF] - Get rid of uintX_t in GdbIndexSection. NFC.
new 602ab37 [ELF] - Simplify redundant templated call. NFC.
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:
ELF/SyntheticSections.cpp | 10 ++++------
ELF/SyntheticSections.h | 4 +---
2 files changed, 5 insertions(+), 9 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 d0364eb [ELF] - Apply clang-format. NFC.
new 08e5d76 [ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>
new 59653ca [ELF] - Reuse Config->IsLE. NFC.
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:
ELF/Driver.cpp | 3 +-
ELF/LinkerScript.cpp | 102 ++++++++++++++++++++++++++--------------------
ELF/LinkerScript.h | 23 ++---------
ELF/MarkLive.cpp | 2 +-
ELF/OutputSections.cpp | 4 +-
ELF/SyntheticSections.cpp | 2 +-
ELF/Writer.cpp | 34 ++++++++--------
7 files changed, 83 insertions(+), 87 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 f3ebc88 S/390: PR78857: Don't use load and test if result is live.
new 7cc856c Fix *_CST ICEs connected to MPX.
new b105e82 MPX: fix PR middle-end/79753
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 | 13 +++++++++++++
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/g++.dg/pr79769.C | 4 ++++
gcc/testsuite/gcc.target/i386/mpx/pr79753.c | 14 ++++++++++++++
gcc/testsuite/gcc.target/i386/{pr79498.c => mpx/pr79770.c} | 3 +--
gcc/tree-chkp.c | 13 ++++++++-----
6 files changed, 52 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr79769.C
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr79753.c
copy gcc/testsuite/gcc.target/i386/{pr79498.c => mpx/pr79770.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 lld.
from 07f7d3a [ELF] clang-format sortMipsSymbols. NFC
new d0364eb [ELF] - Apply clang-format. 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:
ELF/LinkerScript.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 binutils-gdb.
from 5c62b69 Automatic date update in version.in
new d3375dd [arm] Add neon-vfp3 as an alias for neon to -mfpu.
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:
gas/ChangeLog | 4 ++++
gas/config/tc-arm.c | 1 +
2 files changed, 5 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 gcc.
from b5f774d PR c++/80084 - wrong C++17 decomposition by reference of parameter.
new f3ebc88 S/390: PR78857: Don't use load and test if result is live.
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 | 7 ++++++
gcc/config/s390/s390.md | 27 ++++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.target/s390/load-and-test-fp-1.c | 17 ++++++++++++++
gcc/testsuite/gcc.target/s390/load-and-test-fp-2.c | 16 +++++++++++++
5 files changed, 71 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/load-and-test-fp-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/load-and-test-fp-2.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 09aeefe [IR] Move a few static functions in Instruction class inline.
new e50788d Revert "[AMDGPU] Run always inliner early in opt"
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/AMDGPU/AMDGPUTargetMachine.cpp | 1 -
test/CodeGen/AMDGPU/early-inline.ll | 21 ---------------------
2 files changed, 22 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/early-inline.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 225211c config/gcc.conf: Use --with-fpu for *hf targets only.
new dfc37d3 Always honour components' static_link config option.
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/configure.sh | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.