This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0d4b5198707 dumpfile.c/h: add "const" to dump location ctors
new 8b507d69bbd [ARM] Fix PR85434: spilling of stack protector guard's addr [...]
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 | 38 +++++++
gcc/cfgexpand.c | 10 ++
gcc/config/arm/arm-protos.h | 2 +-
gcc/config/arm/arm.c | 56 ++++++---
gcc/config/arm/arm.md | 92 ++++++++++++++-
gcc/config/arm/unspecs.md | 3 +
gcc/doc/md.texi | 55 +++++++--
gcc/function.c | 37 ++++--
gcc/target-insns.def | 2 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/arm/pr85434.c | 200 +++++++++++++++++++++++++++++++++
11 files changed, 463 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr85434.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 8c575a1c2ec [GlobalISel] Rewrite CallLowering::lowerReturn to accept mu [...]
new 47b593936e4 [emacs] Indent statement continuation to match clang-format
new 9808d690618 [GlobalISel] Fix typo with missed override specifier
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/Target/Mips/MipsCallLowering.h | 2 +-
utils/emacs/emacs.el | 12 +++++++++++-
2 files changed, 12 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 8bfd60be1e5 Daily bump.
new 0d4b5198707 dumpfile.c/h: add "const" to dump location ctors
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 | 8 ++++++++
gcc/dumpfile.c | 4 ++--
gcc/dumpfile.h | 8 ++++----
3 files changed, 14 insertions(+), 6 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 release_70
in repository llvm.
from ba04279d086 Merging r338658: ------------------------------------------ [...]
new e0e0415356b Merging r338682: ------------------------------------------ [...]
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:
utils/release/tag.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 llvm.
from b30285c9707 utils/release/tag.sh: add debuginfo-tests to project list
new 8c575a1c2ec [GlobalISel] Rewrite CallLowering::lowerReturn to accept mu [...]
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/CallLowering.h | 6 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 10 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 47 ++--
lib/Target/AArch64/AArch64CallLowering.h | 4 +-
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUCallLowering.h | 4 +-
lib/Target/ARM/ARMCallLowering.cpp | 35 ++-
lib/Target/ARM/ARMCallLowering.h | 7 +-
lib/Target/Mips/MipsCallLowering.cpp | 24 +-
lib/Target/Mips/MipsCallLowering.h | 4 +-
lib/Target/X86/X86CallLowering.cpp | 41 +--
lib/Target/X86/X86CallLowering.h | 4 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 14 +-
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 11 +-
test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 49 +---
.../x86_64-irtranslator-struct-return.ll | 290 +++++++++++++++++++++
16 files changed, 425 insertions(+), 128 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-irtranslator-struct-return.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 llvm.
from c6ba19258a5 lit: bump version number
new b30285c9707 utils/release/tag.sh: add debuginfo-tests to project list
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:
utils/release/tag.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 release_70
in repository llvm.
from 3138d3dc271 Drop 'svn' suffix from the version number.
new ba04279d086 Merging r338658: ------------------------------------------ [...]
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/PowerPC/PPCISelLowering.cpp | 22 +-
lib/Target/PowerPC/PPCInstrVSX.td | 86 +++++++
test/CodeGen/PowerPC/build-vector-tests.ll | 357 +++++++++++++----------------
3 files changed, 258 insertions(+), 207 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 727d7efb1 [LLD] - Improve handling of AT> linker script commands
new 5c06c8ddc [LLD] Only increase LMARegion if different from MemRegion
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 | 3 ++-
test/ELF/linkerscript/Inputs/at7.s | 7 +++++++
test/ELF/linkerscript/at7.test | 28 ++++++++++++++++++++++++++++
3 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/Inputs/at7.s
create mode 100644 test/ELF/linkerscript/at7.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 lld.
from 38205c0c1 Re-submit r338596 with a bug fix and a test.
new 727d7efb1 [LLD] - Improve handling of AT> linker script commands
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/Writer.cpp | 12 +++++++-----
test/ELF/linkerscript/Inputs/at6.s | 11 +++++++++++
test/ELF/linkerscript/at6.test | 30 ++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/at6.s
create mode 100644 test/ELF/linkerscript/at6.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 f166ea7ca2d [UnJ] Add debug messages for why loops are not unrolled. NFC
new c6ba19258a5 lit: bump version number
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:
utils/lit/lit/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.