This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from ade8af6 Change the indexing done for kernel/kext directories to be re [...]
new 2a376e0 [asan] Remove unused include (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:
.../InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp | 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 release_39
in repository lld.
from 8a279bf Creating release_39 branch off revision 275826
new 006e150 Update release notes for MIPS target
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 | 6 ++++++
1 file changed, 6 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 87c36dc Simplify. NFC.
new 7b7d94e COFF ARM: Clear the J1 and J2 bits when applying relocations [...]
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:
COFF/Chunks.cpp | 3 ++-
test/COFF/reloc-arm.test | 13 +++++++++++--
2 files changed, 13 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 llvm.
from 9c9f23f Fix gdb pretty printers to work with Python 3.
new 1249b27 GlobalISel: IRTranslate PHI 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:
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 18 +++++++++++--
lib/CodeGen/GlobalISel/IRTranslator.cpp | 31 ++++++++++++++++++++++
lib/Target/AArch64/AArch64CallLowering.cpp | 2 ++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 29 ++++++++++++++++++++
4 files changed, 78 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 compiler-rt.
from b151388 builtins: better categorisation of Thumb1 builtins
new bcbb9e6 builtins: windows has only one flavour on ARM
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:
cmake/base-config-ix.cmake | 8 ++++++--
1 file changed, 6 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 vehre/coarray
in repository gcc.
from 9e14ec2 Fixed offset computation issue!!! Yeah!!!
new 03a4ffb Fix some regressions.
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/fortran/primary.c | 20 ++--
gcc/fortran/trans-expr.c | 42 +++++---
gcc/fortran/trans-intrinsic.c | 227 ++++++++++++++++++++++++------------------
libgfortran/caf/single.c | 1 +
4 files changed, 167 insertions(+), 123 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 d8ef4fa Correct status of __cpp_lib_enable_shared_from_this
new 9788fb7 [AArch64] Handle HFAs of float16 types properly
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 | 14 +++++++
gcc/config/aarch64/aarch64-builtins.c | 29 ++++++++++----
gcc/config/aarch64/aarch64.c | 15 +++----
gcc/config/aarch64/aarch64.h | 5 +++
gcc/testsuite/ChangeLog | 26 ++++++++++++
.../gcc.target/aarch64/aapcs64/abitest-common.h | 12 +++++-
gcc/testsuite/gcc.target/aarch64/aapcs64/abitest.S | 7 +++-
.../gcc.target/aarch64/aapcs64/func-ret-1.c | 1 +
gcc/testsuite/gcc.target/aarch64/aapcs64/test_2.c | 1 +
gcc/testsuite/gcc.target/aarch64/aapcs64/test_27.c | 46 ++++++++++++++++++++++
.../gcc.target/aarch64/aapcs64/type-def.h | 18 +++++++++
.../gcc.target/aarch64/aapcs64/va_arg-1.c | 10 ++++-
.../gcc.target/aarch64/aapcs64/va_arg-16.c | 28 +++++++++++++
.../gcc.target/aarch64/aapcs64/va_arg-2.c | 7 +++-
.../gcc.target/aarch64/aapcs64/va_arg-4.c | 9 ++++-
.../gcc.target/aarch64/aapcs64/va_arg-5.c | 7 +++-
16 files changed, 209 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/test_27.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-16.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 e648a06 opt: Adding -O0 to opt tool
new 3c7b828 Fix TargetParser unit tests for ARM / AArch64.
new 9c9f23f Fix gdb pretty printers to work with Python 3.
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:
unittests/Support/TargetParserTest.cpp | 17 +++++++++++++----
utils/gdb-scripts/prettyprinters.py | 4 ++++
2 files changed, 17 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.
unknown user pushed a change to branch master
in repository clang.
from 85ba228 AMDGPU : Add Clang builtin intrinsics for compare with the fu [...]
new 58b610f Revert "[Sema] Add sizeof diagnostics for bzero"
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/AST/Decl.cpp | 6 -----
lib/Sema/SemaChecking.cpp | 8 +++---
test/SemaCXX/warn-memset-bad-sizeof.cpp | 43 ---------------------------------
3 files changed, 3 insertions(+), 54 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 gdb-7.12-branch
in repository binutils-gdb.
from 57aaaad Automatic date update in version.in
new 2b8c860 gdb/configure --help: suggest --disable-build-with-cxx instea [...]
new 842b243 gdb/NEWS: Mention that C++ is now the default
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:
gdb/ChangeLog | 11 +++++++++++
gdb/NEWS | 7 +++++++
gdb/build-with-cxx.m4 | 2 +-
gdb/configure | 3 ++-
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/configure | 3 ++-
6 files changed, 27 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.