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 7efeed1 X86: Merge AVX512F vmovq
new fad0c9f Further cleanup/modernization of gdb.base/commands.exp
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:
gdb/testsuite/ChangeLog | 17 ++
gdb/testsuite/gdb.base/commands.exp | 365 ++++++++++++++++++++++++------------
gdb/testsuite/lib/gdb.exp | 13 ++
3 files changed, 274 insertions(+), 121 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 7deb9ee Revert r286384, "X86: Introduce the "relocImm" ComplexPattern [...]
new e3d8a20 [SCEV] Refactor out a useful pattern; 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:
include/llvm/Analysis/ScalarEvolutionExpressions.h | 25 ++++
lib/Analysis/ScalarEvolution.cpp | 154 +++------------------
2 files changed, 45 insertions(+), 134 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 7e3e10a X86: Introduce the "relocImm" ComplexPattern, which represent [...]
new 7deb9ee Revert r286384, "X86: Introduce the "relocImm" ComplexPattern [...]
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/Target/TargetSelectionDAG.td | 4 +--
lib/Target/X86/X86ISelDAGToDAG.cpp | 22 ---------------
lib/Target/X86/X86InstrCompiler.td | 47 +++++++++++++++++++++++++++++++
lib/Target/X86/X86InstrInfo.td | 14 ++++-----
utils/TableGen/CodeGenDAGPatterns.cpp | 7 ++++-
utils/TableGen/CodeGenTarget.cpp | 10 -------
utils/TableGen/CodeGenTarget.h | 3 +-
7 files changed, 60 insertions(+), 47 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 8354c62 Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
new 7efeed1 X86: Merge AVX512F vmovq
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:
opcodes/ChangeLog | 4 +++
opcodes/i386-opc.tbl | 12 +++-----
opcodes/i386-tbl.h | 82 ++++++----------------------------------------------
3 files changed, 17 insertions(+), 81 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 76c218e Bitcode: Change the materializer interface to return llvm::Error.
new d73ad9f [Hexagon] Silence "sometimes uninitialized" warning in Hexago [...]
new 7e3e10a X86: Introduce the "relocImm" ComplexPattern, which represent [...]
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/Target/TargetSelectionDAG.td | 4 ++-
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 4 ++-
lib/Target/X86/X86ISelDAGToDAG.cpp | 22 ++++++++++++++
lib/Target/X86/X86InstrCompiler.td | 47 -----------------------------
lib/Target/X86/X86InstrInfo.td | 14 ++++++---
utils/TableGen/CodeGenDAGPatterns.cpp | 7 +----
utils/TableGen/CodeGenTarget.cpp | 10 ++++++
utils/TableGen/CodeGenTarget.h | 3 +-
8 files changed, 50 insertions(+), 61 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 5a0a244 Fix ICE in gfc_trans_subcomponent_assign due to NULL components.
new 483a827 * fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
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/fold-const-call.c | 3 ++-
2 files changed, 6 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 5d84a07 [Hexagon] Separate Hexagon subreg indices for different regis [...]
new 76c218e Bitcode: Change the materializer interface to return llvm::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:
include/llvm/IR/GVMaterializer.h | 8 ++---
include/llvm/IR/GlobalValue.h | 8 ++---
include/llvm/IR/Module.h | 12 ++++----
include/llvm/Transforms/IPO/FunctionImport.h | 6 ++--
lib/Bitcode/Reader/BitcodeReader.cpp | 39 ++++++++-----------------
lib/ExecutionEngine/Interpreter/Interpreter.cpp | 8 +++--
lib/IR/Globals.cpp | 3 +-
lib/IR/LegacyPassManager.cpp | 6 ++--
lib/IR/Module.cpp | 13 +++++----
lib/LTO/LTO.cpp | 3 +-
lib/LTO/LTOBackend.cpp | 3 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 3 +-
lib/Linker/IRMover.cpp | 8 ++---
lib/Transforms/IPO/FunctionImport.cpp | 30 ++++++++++++++-----
tools/lli/lli.cpp | 8 ++---
tools/llvm-dis/llvm-dis.cpp | 26 ++++++++---------
tools/llvm-extract/llvm-extract.cpp | 12 ++++----
tools/llvm-link/llvm-link.cpp | 10 +++++--
unittests/Bitcode/BitReaderTest.cpp | 9 +++---
19 files changed, 112 insertions(+), 103 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 b15e38b [change-namespace] shorten namespace qualifier based on Using [...]
new 31c15ba Fix grammar
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-fixer/tool/clang-include-fixer.el | 4 ++--
1 file changed, 2 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 092db74 PR target/77718 * builtins.c (expand_builtin_memcmp): Forma [...]
new c2ee435 2016-11-09 Steve Kargl <kargl(a)gcc.gnu.org> Janus Weil [...]
new 5a0a244 Fix ICE in gfc_trans_subcomponent_assign due to NULL components.
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:
gcc/fortran/ChangeLog | 13 ++++++++++++
gcc/fortran/expr.c | 10 ++++-----
gcc/fortran/trans-expr.c | 3 ++-
gcc/testsuite/ChangeLog | 10 +++++++++
gcc/testsuite/gfortran.dg/pr78259.f90 | 22 ++++++++++++++++++++
gcc/testsuite/gfortran.dg/spec_expr_7.f90 | 34 +++++++++++++++++++++++++++++++
6 files changed, 86 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78259.f90
create mode 100644 gcc/testsuite/gfortran.dg/spec_expr_7.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.
from a53ee6b [Sparc] LLONG is not lock-free atomic on v8
new 9f59f3f [Sparc] Unbreak test
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/atomics-inlining.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.