This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2a632aa1b63 [InstCombine] simplify code for 'or' fold
new 0096cdb0879 [llvm-mca] Fix typo in debug output. 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:
tools/llvm-mca/lib/HardwareUnits/RegisterFile.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 gcc-8-branch
in repository gcc.
from 098e9d74257 2018-09-01 Paul Thomas <pault(a)gcc.gnu.org>
new ecd7560c594 Fix PR87074
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 | 7 +++++++
gcc/gimple-loop-jam.c | 30 ++++++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr87074.c | 25 +++++++++++++++++++++++++
4 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87074.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 gcc.
from 47c815c5ca6 * doc/install.texi (Prerequisites): Adjust link mpfr.org.
new 83c85cb8ac8 Fix PR87074
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 | 6 ++++++
gcc/gimple-loop-jam.c | 30 ++++++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr87074.c | 25 +++++++++++++++++++++++++
4 files changed, 64 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87074.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 001bbba7fec [AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
new 2a632aa1b63 [InstCombine] simplify code for 'or' fold
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 | 41 +++++++---------------
1 file changed, 13 insertions(+), 28 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 e0628d67dd9 Daily bump.
new 47c815c5ca6 * doc/install.texi (Prerequisites): Adjust link mpfr.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/ChangeLog | 4 ++++
gcc/doc/install.texi | 2 +-
2 files changed, 5 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 llvm.
from 051c6130853 AMDGPU/GlobalISel: Define instruction mapping for G_SELECT
new 855b4f981a3 [AVR] Define the ROL instruction as an alias of ADC
new dfd17d0fb9d [AVR] Define the TST instruction as an alias of AND
new 777b95dd3d8 [AVR] Redefine the 'SBR' instruction as an alias
new 001bbba7fec [AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
The 4 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/AVR/AVRExpandPseudoInsts.cpp | 13 +++++---
lib/Target/AVR/AVRISelLowering.cpp | 13 ++++++--
lib/Target/AVR/AVRInstrInfo.td | 57 ++++++++++++++++-----------------
test/CodeGen/AVR/pseudo/LSLWRd.mir | 4 +--
test/CodeGen/AVR/pseudo/SEXT.mir | 2 +-
test/CodeGen/AVR/pseudo/ZEXT.mir | 2 +-
test/MC/AVR/inst-sbr.s | 10 +++---
7 files changed, 55 insertions(+), 46 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 lldb.
from 733a51f0a File completion bugfix
new 423621eb6 Ignore unicode decode errors in test suite's encoded_file class
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:
packages/Python/lldbsuite/support/encoded_file.py | 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 gcc-8-branch
in repository gcc.
from 6ab76db0a37 Daily bump.
new 098e9d74257 2018-09-01 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 | 10 ++++++
gcc/fortran/trans-array.c | 12 ++------
gcc/fortran/trans.c | 7 ++++-
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/pr86328.f90 | 49 ++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr86760.f90 | 57 +++++++++++++++++++++++++++++++++++
6 files changed, 131 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr86328.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr86760.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 clang-tools-extra.
from be56198b [clangd] Implement findOccurrences interface in dynamic index.
new a63e7914 [clangd] Fix many typos. 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:
clangd/Logger.h | 2 +-
clangd/index/FileIndex.h | 4 ++--
clangd/index/Index.cpp | 2 +-
clangd/index/Index.h | 2 +-
clangd/index/MemIndex.cpp | 2 +-
clangd/index/Merge.cpp | 2 +-
clangd/index/Merge.h | 2 +-
clangd/index/SymbolCollector.h | 2 +-
clangd/index/dex/Trigram.h | 2 +-
9 files changed, 10 insertions(+), 10 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 binutils-gdb.
from d431d6279b Automatic date update in version.in
new b986869b66 Allow an IR object with unknown architecture
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:
bfd/ChangeLog | 6 ++++++
bfd/archures.c | 7 ++++---
2 files changed, 10 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.