This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c877b6eac83 [X86][AVX] Regenerate tests with constant broadcast comments
new 4902f1b31a3 [X86][AVX] Regenerate tests with constant broadcast comments
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/avx2-arith.ll | 8 ++++----
test/CodeGen/X86/avx2-vector-shifts.ll | 4 ++--
test/CodeGen/X86/avx512-cvt.ll | 2 +-
3 files changed, 7 insertions(+), 7 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 5cb1c23dce1 Strip trailing whitespace. NFCI
new c877b6eac83 [X86][AVX] Regenerate tests with constant broadcast comments
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/vector-rotate-128.ll | 4 ++--
test/CodeGen/X86/vector-rotate-256.ll | 8 ++++----
2 files changed, 6 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 llvm.
from 4a5ccd44d59 [CodeView] Dump BuildInfoSym and ProcSym type indices
new 5cb1c23dce1 Strip trailing whitespace. NFCI
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/DAGCombiner.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 c09fbb030f3 [InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
new 0b189e17f88 Fix mis-use of std::lower_bound
new 4a5ccd44d59 [CodeView] Dump BuildInfoSym and ProcSym type indices
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/DebugInfo/CodeView/SymbolRecord.h | 2 +-
include/llvm/Support/BinaryItemStream.h | 6 +++---
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 4 ++--
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +++--
5 files changed, 10 insertions(+), 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 lld.
from 693b9a47c Avoid using OutputSections::Sections.
new 8badef793 [CodeView] Dump BuildInfoSym and ProcSym type indices
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/COFF/pdb-comdat.test | 4 ++--
test/COFF/pdb-symbol-types.yaml | 2 +-
2 files 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 2f9dfa0599b PR ada/81446 * system-linux-m68k.ads: Add pragma No_Elabo [...]
new 74e30175159 * Makefile.am (CHECK_ENV): Set GOROOT. (ECHO_ENV): Report [...]
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:
gotools/ChangeLog | 6 ++++++
gotools/Makefile.am | 6 ++++--
gotools/Makefile.in | 6 ++++--
3 files changed, 14 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 llvm.
from 59f9abe0f8b [InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) [...]
new c09fbb030f3 [InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
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/InstCombine/InstCombineAndOrXor.cpp | 28 ++++++++++------------
test/Transforms/InstCombine/and2.ll | 26 +++++++++++++-------
2 files changed, 31 insertions(+), 23 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 9e7e63adc75 [InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC
new c301a9eeef8 [InstCombine] Move 4 test cases from a test that didn't use [...]
new 59f9abe0f8b [InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) [...]
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:
test/Transforms/InstCombine/and-not-or.ll | 34 -----
test/Transforms/InstCombine/and.ll | 208 ++++++++++++++++++++++++++++++
test/Transforms/InstCombine/or.ll | 159 +++++++++++++++++++++++
3 files changed, 367 insertions(+), 34 deletions(-)
delete mode 100644 test/Transforms/InstCombine/and-not-or.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 gcc-7-branch
in repository gcc.
from 83163f74d15 Daily bump.
new 673f1a96c97 PR ada/81446 * system-linux-m68k.ads: Add pragma No_Elabo [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/system-linux-m68k.ads | 7 +++++--
2 files changed, 11 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 16921f156cb Reorder std::scoped_lock parameters as per P0739R0 DR status
new 2f9dfa0599b PR ada/81446 * system-linux-m68k.ads: Add pragma No_Elabo [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/system-linux-m68k.ads | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.