This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cc6f9cbb28a [InstCombine] simplify xor/not folds; NFCI
new 0f7b987bae0 [mips] Disable the selection of mixed microMIPS/MIPS code
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/Mips/MicroMipsInstrFPU.td | 5 +++++
lib/Target/Mips/MicroMipsInstrInfo.td | 21 +++++++++++++++++++++
lib/Target/Mips/MipsSEInstrInfo.cpp | 12 ++++++++----
lib/Target/Mips/MipsSubtarget.h | 10 ++++++----
test/CodeGen/Mips/micromips-mtc-mfc.ll | 3 +--
5 files changed, 41 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 clang-tools-extra.
from c4e89dc6 [clangd] Some nitpicking around the new split (preamble/main) [...]
new 82549062 [clangd] Fix index-twice regression from r341242
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/index/FileIndex.cpp | 1 -
1 file changed, 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 8427b2fbd1e [InstCombine] allow add+not --> sub for arbitrary vector co [...]
new cc6f9cbb28a [InstCombine] simplify xor/not folds; 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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 38 +++++++++-------------
1 file changed, 16 insertions(+), 22 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 bbc9151645f 2018-09-03 Richard Biener <rguenther(a)suse.de>
new 8b1afaa1f70 2018-09-03 Jerry DeLisle <jvdelisle(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 | 5 +++
gcc/fortran/simplify.c | 61 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gfortran.dg/modulo_check.f90 | 8 ++++
4 files changed, 49 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/modulo_check.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 llvm.
from 2ea86665a12 Revert r341329 due to MSAN error
new 8427b2fbd1e [InstCombine] allow add+not --> sub for arbitrary vector co [...]
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 | 9 ++++-----
test/Transforms/InstCombine/not.ll | 3 +--
2 files changed, 5 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 lldb.
from 0c5748f6d [PseudoTerminal][NFC] Use llvm errno helpers
new 8920fbd4d [ClangUserExpression][NFC] Removed unused code
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:
source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 4 ----
1 file changed, 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 314d4c4af7a [InstCombine] consolidate tests for ~(X+C); NFC
new 2ea86665a12 Revert r341329 due to MSAN error
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/Option/OptTable.cpp | 48 +++++++++++++++++-----------------
unittests/Option/OptionParsingTest.cpp | 4 ---
unittests/Option/Opts.td | 1 -
3 files changed, 24 insertions(+), 29 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 c4a79cd8d69 Revert [Hexagon] Add support for getRegisterByName.
new 314d4c4af7a [InstCombine] consolidate tests for ~(X+C); 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:
test/Transforms/InstCombine/not.ll | 33 +++++++++++++++++++++++++
test/Transforms/InstCombine/vector-xor.ll | 34 --------------------------
test/Transforms/InstCombine/xor.ll | 40 -------------------------------
3 files changed, 33 insertions(+), 74 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 5ca8be39d26 [SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)
new c4a79cd8d69 Revert [Hexagon] Add support for getRegisterByName.
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/Hexagon/HexagonISelLowering.cpp | 46 ------------------------------
lib/Target/Hexagon/HexagonISelLowering.h | 3 --
test/CodeGen/Hexagon/namedreg.ll | 23 ---------------
3 files changed, 72 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/namedreg.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 gcc.
from bd160c04bbc bb-reorder: convert to gcc_stablesort
new bbc9151645f 2018-09-03 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.dg/torture/pr87177-2.c | 28 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr87177.c | 61 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 12 ++-----
5 files changed, 103 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87177-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87177.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.