This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from acc481d33fb Revert "AArch64: Omit callframe setup/destroy when not necessary"
new c3398249f51 [AArch64] Change the filename of the Exynos M1 scheduling defs
new 11d041a905f [X86] Add test case to ensure testw is generated when optim [...]
new 3b001774363 [CodeGen] Simplify conditional. NFC
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:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/Target/AArch64/AArch64.td | 2 +-
.../{AArch64SchedM1.td => AArch64SchedExynosM1.td} | 4 +-
test/CodeGen/X86/test-shrink.ll | 44 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 4 deletions(-)
rename lib/Target/AArch64/{AArch64SchedM1.td => AArch64SchedExynosM1.td} (99%)
--
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 2b93db0ed tsan: deflake a test
new 3db13318d [scudo] Add support for Fuchsia OS.
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/config-ix.cmake | 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 binutils-gdb.
from 69ab5edb4d Don't call "detach_inferior" on "remote_follow_fork"
new 86b24e15c4 MIPS/LD/testsuite: Correct comm-data.exp test ABI/emul/endia [...]
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:
ld/ChangeLog | 7 +++
ld/testsuite/ld-mips-elf/comm-data.exp | 84 +++++++++++++++++++++++++++++++++-
2 files changed, 89 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 clang.
from a1db8257a8 [NFC] Fixup comment with function name, actually incorrect name!
new 48412d1860 [clang-format] Add more tests for ObjC protocol list formatt [...]
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:
unittests/Format/FormatTestObjC.cpp | 14 ++++++++++++++
1 file changed, 14 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 llvm.
from 89b977367fb Improve testcase.
new 27c28519031 [globalisel][legalizer] Adapt LegalizerInfo to support inte [...]
new acc481d33fb Revert "AArch64: Omit callframe setup/destroy when not necessary"
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/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 340 ++++++++++++-
lib/CodeGen/GlobalISel/CMakeLists.txt | 4 +-
lib/CodeGen/GlobalISel/LegalityPredicates.cpp | 78 +++
lib/CodeGen/GlobalISel/LegalizeMutations.cpp | 44 ++
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 108 +++-
lib/Target/AArch64/AArch64ISelLowering.cpp | 18 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 554 ++++++++++-----------
test/CodeGen/AArch64/arm64-hello.ll | 4 +-
test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 6 +-
test/CodeGen/AArch64/big-byval.ll | 13 -
test/CodeGen/AArch64/big-callframe.ll | 1 +
test/CodeGen/AArch64/func-calls.ll | 2 +-
test/CodeGen/AArch64/nontemporal.ll | 8 +-
test/CodeGen/AArch64/swifterror.ll | 93 ++--
test/CodeGen/AArch64/tailcall-explicit-sret.ll | 10 +-
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 90 ++--
16 files changed, 911 insertions(+), 462 deletions(-)
create mode 100644 lib/CodeGen/GlobalISel/LegalityPredicates.cpp
create mode 100644 lib/CodeGen/GlobalISel/LegalizeMutations.cpp
delete mode 100644 test/CodeGen/AArch64/big-byval.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 lld.
from 4db440a43 [ELF][MIPS] Rename function to be consistent with other names. NFC
new f6f9e776c Remove trailing space.
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/Driver.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 42ffd3b775b [MachineVerifier] Add check that renamable operands aren't [...]
new 89b977367fb Improve testcase.
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/CodeGen/X86/no-plt.ll | 34 +++++++++++++---------------------
1 file changed, 13 insertions(+), 21 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 45a6b8d428 [clang-format] Disable some text proto delimiters and functi [...]
new a1db8257a8 [NFC] Fixup comment with function name, actually incorrect name!
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/Sema/SemaOverload.cpp | 5 ++---
1 file changed, 2 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 clang.
from e88bf5d2a8 [clang-format] Fix bug where -dump-config failed on ObjC header
new 45a6b8d428 [clang-format] Disable some text proto delimiters and functi [...]
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/Format/Format.cpp | 10 +---------
1 file changed, 1 insertion(+), 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 llvm.
from ff75b997f1b [AMDGPU][X86][Mips] Make sure renamable bit not set for res [...]
new 42ffd3b775b [MachineVerifier] Add check that renamable operands aren't [...]
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/MachineVerifier.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.