This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fee7621 AvailabilityAttr: we accept "macos" as the platform name.
new 982542d ObjC Class Property: diagnostics when accessing a class prope [...]
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaExprObjC.cpp | 31 +++++++++++++++++++++++-------
test/FixIt/fixit-objc.m | 8 ++++++++
test/SemaObjC/objc-class-property.m | 1 +
4 files changed, 35 insertions(+), 7 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 98f00b7 [ARM] Fix 28282: cost computation for constant hoisting
new baaf6e5 Codegen: [MBP] Add messages to asserts. 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/CodeGen/MachineBlockPlacement.cpp | 7 ++++---
1 file changed, 4 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 3a4f096 Convert indirect calls to direct when possible.
new 5627d87 Implement the R_AARCH64_NONE relocation.
new 59ae9ff Fix execute permission on gold/testsuite/script_test_14.sh.
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:
gold/ChangeLog | 10 +++++++
gold/aarch64-reloc.def | 3 ++
gold/aarch64.cc | 6 ++++
gold/testsuite/Makefile.am | 15 ++++++++++
gold/testsuite/Makefile.in | 31 ++++++++++++++------
gold/testsuite/aarch64_reloc_none.s | 16 ++++++++++
gold/testsuite/aarch64_reloc_none.sh | 57 ++++++++++++++++++++++++++++++++++++
gold/testsuite/script_test_14.sh | 0
8 files changed, 129 insertions(+), 9 deletions(-)
create mode 100644 gold/testsuite/aarch64_reloc_none.s
create mode 100755 gold/testsuite/aarch64_reloc_none.sh
mode change 100644 => 100755 gold/testsuite/script_test_14.sh
--
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 ce10b55 [CMake] In r273957, I deleted a line that shouldn't have been [...]
new e1c2e60 [msan] Fix handling of padding in sendmsg control data.
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:
.../sanitizer_common_interceptors.inc | 30 +++++-
test/msan/Linux/cmsghdr.cc | 101 +++++++++++++++++++++
2 files changed, 130 insertions(+), 1 deletion(-)
create mode 100644 test/msan/Linux/cmsghdr.cc
--
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 8032ac0 Implement SORT_BY_INIT_PRIORITY.
new 3a4f096 Convert indirect calls to direct when possible.
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:
gold/ChangeLog | 15 ++
gold/testsuite/Makefile.am | 19 +++
gold/testsuite/Makefile.in | 20 +++
...tected.sh => x86_64_indirect_call_to_direct.sh} | 25 +--
gold/testsuite/x86_64_indirect_call_to_direct1.s | 12 ++
gold/testsuite/x86_64_indirect_jump_to_direct1.s | 11 ++
gold/x86_64.cc | 172 +++++++++++++++++----
7 files changed, 228 insertions(+), 46 deletions(-)
copy gold/testsuite/{copy_test_protected.sh => x86_64_indirect_call_to_direct.sh} (69%)
create mode 100644 gold/testsuite/x86_64_indirect_call_to_direct1.s
create mode 100644 gold/testsuite/x86_64_indirect_jump_to_direct1.s
--
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 ba713e3 Revert r274054 to try to appease the bot
new 98f00b7 [ARM] Fix 28282: cost computation for constant hoisting
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/ARM/ARMTargetTransformInfo.cpp | 2 +-
test/Transforms/ConstantHoisting/ARM/bad-cases.ll | 17 +++++++++++++++++
2 files changed, 18 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 binutils-gdb.
from f224a3c Implement SORT_BY_INIT_PRIORITY.
new 8032ac0 Implement SORT_BY_INIT_PRIORITY.
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:
gold/ChangeLog | 5 +++++
gold/aarch64.cc | 10 ++++++++--
2 files changed, 13 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 9c3ffbc PR c/71552 - Confusing error for incorrect struct initialization
new 1af10ce PR c/71685 * c-typeck.c (c_build_qualified_type): Don't cle [...]
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/c/ChangeLog | 8 +++++++-
gcc/c/c-typeck.c | 3 ++-
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/gcc.dg/pr71685.c | 6 ++++++
4 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr71685.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 527613b Relax the clearance calculating for breaking partial register [...]
new ba713e3 Revert r274054 to try to appease the bot
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/Support/CommandLine.h | 78 +-----
lib/Support/CommandLine.cpp | 476 +++++++---------------------------
unittests/Support/CommandLineTest.cpp | 204 +--------------
unittests/Support/ProgramTest.cpp | 4 +-
4 files changed, 108 insertions(+), 654 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 bb2213b [lld][MachO] Remove SimpleFile::definedAtoms().
new 7814d48 Don't check the section index, it is not relevant for this test.
new 75edc46 Handle empty versions.
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/SymbolListFile.cpp | 7 +++----
test/ELF/Inputs/empty-ver.ver | 2 ++
test/ELF/empty-ver.s | 25 +++++++++++++++++++++++++
test/ELF/version-script.s | 6 +++---
4 files changed, 33 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/Inputs/empty-ver.ver
create mode 100644 test/ELF/empty-ver.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.