This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 33698df PR rtl-optimization/71532 * cse.c (cse_insn): For const/pur [...]
new 2f1d7f6 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_se [...]
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 | 3 +++
gcc/config/i386/i386.md | 6 ++----
2 files changed, 5 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 gcc-6-branch
in repository gcc.
from cbf5f1a Daily bump.
new e0c2626 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_se [...]
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 | 5 +++++
gcc/config/i386/i386.md | 6 ++----
2 files changed, 7 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 2e5ed34 [LAA] Rename Strides to SymblicStrides in analyzeLoop. NFC
new 0b8fc77 [llvm-objdump] Support detection of feature bits from the obj [...]
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/Object/COFF.h | 1 +
include/llvm/Object/ELFObjectFile.h | 10 ++++
include/llvm/Object/MachO.h | 1 +
include/llvm/Object/ObjectFile.h | 2 +
include/llvm/Support/ELF.h | 1 +
lib/Object/ELFObjectFile.cpp | 67 ++++++++++++++++++++++
lib/Target/Mips/MipsAsmPrinter.cpp | 5 +-
test/CodeGen/Mips/Fast-ISel/shift.ll | 2 +-
.../CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll | 3 +-
test/CodeGen/Mips/micromips-atomic1.ll | 3 +-
test/MC/Mips/cpload.s | 13 ++---
test/MC/Mips/cprestore-noreorder-noat.s | 3 +-
test/MC/Mips/cprestore-noreorder.s | 3 +-
test/MC/Mips/cprestore-reorder.s | 3 +-
test/MC/Mips/cpsetup.s | 17 +++---
test/MC/Mips/micromips-el-fixup-data.s | 2 +-
test/MC/Mips/mips64extins.ll | 56 ------------------
test/MC/Mips/mips64extins.s | 9 +++
test/MC/Mips/mips_gprel16.s | 6 +-
test/MC/Mips/set-defined-symbol.s | 2 +-
test/Object/Mips/feature.test | 1 +
test/Object/Mips/objdump-micro-mips.test | 1 +
tools/llvm-objdump/llvm-objdump.cpp | 6 +-
23 files changed, 122 insertions(+), 95 deletions(-)
delete mode 100644 test/MC/Mips/mips64extins.ll
create mode 100644 test/MC/Mips/mips64extins.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 users/mmetzger/record-goto-mi
in repository binutils-gdb.
at f4c1db0 btrace: record stop moves to the end of the trace
This branch includes the following new commits:
new 037502e btrace: check if we're replaying when setting the replay posi [...]
new 0c7c4b8 record: do not allow record goto on a running thread
new 6969be9 infrun: export clear_proceed_status_thread
new 780f6f9 record: signal a record goto stop to front-ends
new 0e67a99 mi, testsuite: add recording method to expected record-starte [...]
new ef33a80 mi, testsuite: add another EXTRA option to mi_expect_stop
new f160a81 record-full: signal record-goto stop
new 03bff6b btrace-btrace: signal record-goto stop
new f4c1db0 btrace: record stop moves to the end of the trace
The 9 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.
--
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 9ddfbe4 [modules] Combine Pass.h, PassSupport.h and PassAnalysisSuppo [...]
new 08e6f75 [LAA] Default getInfo to not speculate symbolic strides. NFC
new 2e5ed34 [LAA] Rename Strides to SymblicStrides in analyzeLoop. NFC
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/Analysis/LoopAccessAnalysis.h | 5 +++--
lib/Analysis/LoopAccessAnalysis.cpp | 19 +++++++++----------
lib/Transforms/Scalar/LoopDistribute.cpp | 2 +-
lib/Transforms/Scalar/LoopLoadElimination.cpp | 2 +-
lib/Transforms/Utils/LoopVersioning.cpp | 2 +-
5 files changed, 15 insertions(+), 15 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 98d31c1 [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DR [...]
new 9ddfbe4 [modules] Combine Pass.h, PassSupport.h and PassAnalysisSuppo [...]
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/module.modulemap | 19 +++++++++++++------
1 file changed, 13 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 3312f93 Attempt to define friend function more portably.
new 98d31c1 [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DR [...]
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/MCTargetDesc/MipsMCCodeEmitter.cpp | 12 ++
lib/Target/Mips/MicroMips64r6InstrFormats.td | 9 +-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 139 ++++++++++++---------
lib/Target/Mips/Mips64InstrInfo.td | 56 +++++----
lib/Target/Mips/Mips64r6InstrInfo.td | 4 +-
test/CodeGen/Mips/countleading.ll | 9 +-
test/CodeGen/Mips/mips64shift.ll | 29 ++---
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 5 +
test/MC/Mips/micromips64r6/invalid.s | 4 +
test/MC/Mips/micromips64r6/valid.s | 5 +
10 files changed, 171 insertions(+), 101 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 1076840 Daily bump.
new 33698df PR rtl-optimization/71532 * cse.c (cse_insn): For const/pur [...]
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/cse.c | 7 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr71532.c | 39 ++++++++++++++++++++++++++++++++++
4 files changed, 57 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71532.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 c18d21a SimplifyCFG is able to detect the pattern: (i == 5334 || [...]
new 3312f93 Attempt to define friend function more portably.
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/Vectorize/SLPVectorizer.cpp | 21 +++++----------------
1 file changed, 5 insertions(+), 16 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.
from 50c5f43 [Lex] Try to fix a 'comparison is always false' warning. NFC.
new 1197bd0 clang/test/Driver/cuda-march.cu: Tweak not to match "clang" t [...]
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/Driver/cuda-march.cu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.