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 a502b0bbb8 Always delete $testarchive first
new 55efceabc6 S390: Add record/replay support for arch12 instructions
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:
gdb/ChangeLog | 5 +++
gdb/s390-linux-tdep.c | 120 ++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 101 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 clang.
from ab6d2ea32f Fix spelling mistakes in comments. NFCI.
new 16f984f4bd [AArch64] Produce the right kind of va_arg for windows
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/TargetInfo.cpp | 21 ++++++++++++++++++---
test/CodeGen/aarch64-varargs-ms.c | 11 +++++++++++
2 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/aarch64-varargs-ms.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 clang.
from ea56a785f9 Fix -Wdocumentation warning. NFCI
new ab6d2ea32f Fix spelling mistakes in comments. NFCI.
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/CGOpenMPRuntime.h | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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 a87a22c9e10 Fix unused variable warning on EXPENSIVE_CHECKS release bui [...]
new 4632cb1499e [InstCombine] add descriptive comments for 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/Transforms/InstCombine/or-xor.ll | 28 +++++++++++++++++++---------
1 file changed, 19 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 clang.
from e8dd708a95 Extend -Wdeprecated-implementations to warn about unavailabl [...]
new ea56a785f9 Fix -Wdocumentation warning. NFCI
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/CGOpenMPRuntime.h | 1 -
1 file changed, 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 fec0c652bf5 [AArch64] Implement support for windows style vararg functions
new a87a22c9e10 Fix unused variable warning on EXPENSIVE_CHECKS release bui [...]
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/Transforms/Utils/LoopUnrollRuntime.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 f9cb6211ccb Put std::mutex usage behind #ifdefs to pacify the sanitizer [...]
new d7b55ebbd0b Documentation fix. NFC.
new 5dbda1ece15 [llvm-objdump] Properly print MachO aarch64 addend relocations
new fec0c652bf5 [AArch64] Implement support for windows style vararg functions
The 3 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/MC/MCFixup.h | 2 +-
lib/Target/AArch64/AArch64CallingConvention.td | 7 ++
lib/Target/AArch64/AArch64FastISel.cpp | 1 +
lib/Target/AArch64/AArch64FrameLowering.cpp | 11 ++-
lib/Target/AArch64/AArch64ISelLowering.cpp | 45 ++++++++--
lib/Target/AArch64/AArch64ISelLowering.h | 1 +
test/CodeGen/AArch64/win64_vararg.ll | 95 +++++++++++++++++++++
.../AArch64/Inputs/reloc-addend.obj.macho-aarch64 | Bin 0 -> 424 bytes
.../llvm-objdump/AArch64/macho-reloc-addend.test | 6 ++
tools/llvm-objdump/llvm-objdump.cpp | 5 +-
10 files changed, 163 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/AArch64/win64_vararg.ll
create mode 100644 test/tools/llvm-objdump/AArch64/Inputs/reloc-addend.obj.macho-aarch64
create mode 100644 test/tools/llvm-objdump/AArch64/macho-reloc-addend.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 d6657666e99 Support: Add llvm::center_justify.
new f9cb6211ccb Put std::mutex usage behind #ifdefs to pacify the sanitizer [...]
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/Support/ErrorHandling.cpp | 22 ++++++++++++++++++++++
1 file changed, 22 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 clang.
from 5ad4badf50 [AArch64] Add support for handling the +sve target feature.
new e9abcb4c08 NFC, Cleanup the code for -Wdeprecated-implementations and v [...]
new e8dd708a95 Extend -Wdeprecated-implementations to warn about unavailabl [...]
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/clang/Basic/DiagnosticSemaKinds.td | 7 ++-
lib/Sema/SemaDeclObjC.cpp | 58 ++++++++++++++++---------
test/SemaObjC/warn-deprecated-implementations.m | 19 +++++---
3 files changed, 55 insertions(+), 29 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 74479e8cb31 [GlobalOpt] Autogenerate checks for the test in PR33686.
new d6657666e99 Support: Add llvm::center_justify.
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/Format.h | 25 +++++++++++++++++--------
lib/Support/raw_ostream.cpp | 29 +++++++++++++++++++++++------
unittests/Support/raw_ostream_test.cpp | 5 +++++
3 files changed, 45 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.