This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0634a6f Add -mtriple=aarch64-unknown to llvm/test/CodeGen/AArch64/Glo [...]
new 81518f1 [X86 Codegen] Fixed a bug in unsigned saturation
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/X86/X86ISelLowering.cpp | 24 +-----------------------
test/CodeGen/X86/avx-trunc.ll | 24 ------------------------
test/CodeGen/X86/avx512-trunc.ll | 10 ++++++----
test/CodeGen/X86/pr31773.ll | 20 ++++++++++++++++++++
4 files changed, 27 insertions(+), 51 deletions(-)
create mode 100644 test/CodeGen/X86/pr31773.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 binutils-gdb.
from bf382b3 Fix long-standing buglet and fallout from now-default initfin [...]
new c1d4523 PR binutils/19935
new 8dcdd12 Fix typo in ChangeLog
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:
ld/ChangeLog | 3 ++-
1 file changed, 2 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 5203065 Automatic date update in version.in
new bf382b3 Fix long-standing buglet and fallout from now-default initfin [...]
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 | 6 ++++++
ld/emulparams/criself.sh | 3 +--
2 files changed, 7 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 llvm.
from 428ff68 NewGVN: Fix where newline is printed in debug printing of mem [...]
new 0634a6f Add -mtriple=aarch64-unknown to llvm/test/CodeGen/AArch64/Glo [...]
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/AArch64/GlobalISel/gisel-abort.ll | 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 4b6b767 [X86][GlobalISel] Add limited argument lowering support to th [...]
new 428ff68 NewGVN: Fix where newline is printed in debug printing of mem [...]
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/Scalar/NewGVN.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 2f1af34 [ArgPromote] Move static helpers to modern LLVM naming conven [...]
new 4b6b767 [X86][GlobalISel] Add limited argument lowering support to th [...]
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/X86/X86CallLowering.cpp | 73 +++++++++++-
.../X86/GlobalISel/irtranslator-callingconv.ll | 128 +++++++++++++++++++++
.../GlobalISel/irtranslator-callingconv_64bit.ll | 35 ++++++
3 files changed, 234 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
create mode 100644 test/CodeGen/X86/GlobalISel/irtranslator-callingconv_64bit.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 544a997 [SelectionDAG] Make SDNode::getConstantOperandVal an inline method.
new a173b30 [ArgPromote] Re-arrange the code in a more typical, logical way.
new 02ab06f [ArgPromote] Run clang-format to normalize remarkably idiosyn [...]
new 2f1af34 [ArgPromote] Move static helpers to modern LLVM naming conven [...]
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/Transforms/IPO/ArgumentPromotion.cpp | 1417 +++++++++++++++---------------
1 file changed, 706 insertions(+), 711 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 6ef4606 General definition for weak functions
new 22be251 [windows] Properly use dllimport / dllexport.
new 751656f [asan] Add missing declaration in the internal interface
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/asan/asan_interface_internal.h | 3 +++
lib/sanitizer_common/sanitizer_internal_defs.h | 4 ++++
2 files changed, 7 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 ef43506 Add some Book-E instructions to the asm parser and printer.
new 544a997 [SelectionDAG] Make SDNode::getConstantOperandVal an inline method.
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/SelectionDAGNodes.h | 6 +++++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 5 -----
2 files changed, 5 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 master
in repository clang.
from 7950021 [scan-build-py] remove not used flag
new 89619e0 [windows] [asan] Add linker flag when including "asan_dynamic [...]
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/Driver/Tools.cpp | 4 ++++
test/Driver/cl-link.c | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.