This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 10398322afa AMDGPU: Check NSZ MI flag when folding omod
new ac6c5d8a364 [InstSimplify] Guard against large shift amounts.
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/Analysis/InstructionSimplify.cpp | 6 +++---
1 file changed, 3 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 gcc.
from d08b1d22dd3 [NDS32] Implement more C ISR extension.
new 78f09145f1c 2018-08-12 Paul Thomas <pault(a)gcc.gnu.org>
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/ChangeLog | 7 +++++++
gcc/fortran/resolve.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/use_rename_9.f90 | 19 +++++++++++++++++++
4 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/use_rename_9.f90
--
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 c790fa51a [LLF][ELF] - Simplify. NFC.
new 36b1afa8c [LLD][ELF] - Add one more test case for CallGraphSort.
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/ELF/cgprofile-txt2.s | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 test/ELF/cgprofile-txt2.s
--
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 a19815f1d99 [TargetLowering] Simplify one of the special cases in Simpl [...]
new 8750be505da AMDGPU: Fix packing undef parts of build_vector
new 3b2fa4ee595 AMDGPU: Use splat vectors for undefs when folding canonicalize
new 10398322afa AMDGPU: Check NSZ MI flag when folding omod
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/Target/AMDGPU/SIFoldOperands.cpp | 10 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 42 ++-
lib/Target/AMDGPU/SIInstructions.td | 23 +-
.../AMDGPU/build-vector-packed-partial-undef.ll | 380 +++++++++++++++++++++
test/CodeGen/AMDGPU/call-argument-types.ll | 4 +-
test/CodeGen/AMDGPU/clamp.ll | 32 ++
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 67 +++-
test/CodeGen/AMDGPU/mad-mix-hi.ll | 6 +-
test/CodeGen/AMDGPU/omod-nsz-flag.mir | 71 ++++
9 files changed, 608 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/build-vector-packed-partial-undef.ll
create mode 100644 test/CodeGen/AMDGPU/omod-nsz-flag.mir
--
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 16b96d88c Fix WebAssembly tests after r339474
new c790fa51a [LLF][ELF] - Simplify. 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:
ELF/CallGraphSort.cpp | 6 +++---
1 file changed, 3 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 80ad764eba7 [TargetLowering] Use APInt::isSubsetOf to simplify some code. NFC
new a19815f1d99 [TargetLowering] Simplify one of the special cases in Simpl [...]
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/SelectionDAG/TargetLowering.cpp | 42 ++++++++++++++---------------
1 file changed, 21 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 llvm.
from 4751420c7e3 [X86] Remove unnecessary AddedComplexity line. NFC
new 80ad764eba7 [TargetLowering] Use APInt::isSubsetOf to simplify some code. 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:
lib/CodeGen/SelectionDAG/TargetLowering.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 bfd4fdf0e5f [Dominators] Remove the DeferredDominance class
new 4751420c7e3 [X86] Remove unnecessary AddedComplexity line. 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:
lib/Target/X86/X86InstrCompiler.td | 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 gcc.
from 323d9aff1fd gcc * config/pa/pa.md (UNSPEC_MEMORY_BARRIER): New unspec [...]
new 23fc2d9850f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.