This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c5d2cab0cce [BRIGFE] Fix (more) crash with calls with more than 4 args. [...]
new cad667af3cd simplify-rtx: Remove non-simplifying simplification (PR77729)
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/simplify-rtx.c | 25 -------------------------
2 files changed, 6 insertions(+), 25 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 0d5a4eca189 [SLP] Vectorize jumbled memory loads.
new 32d7f21fff4 Revert the change that accidentally went in r314806.
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/IPO/FunctionImport.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 24232117ea0 [Dominators] Don't use default parameter in lambda
new 0d5a4eca189 [SLP] Vectorize jumbled memory loads.
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/LoopAccessAnalysis.h | 15 ++
lib/Analysis/LoopAccessAnalysis.cpp | 71 ++++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 269 ++++++++++++++-------
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +-
.../X86/jumbled-load-shuffle-placement.ll | 68 ++++++
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 ++-
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
7 files changed, 373 insertions(+), 136 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.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 1a59a9b9e4f 2017-10-03 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new c5d2cab0cce [BRIGFE] Fix (more) crash with calls with more than 4 args. [...]
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/brig/ChangeLog | 6 ++++++
gcc/brig/brigfrontend/brig-branch-inst-handler.cc | 2 +-
2 files changed, 7 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 a11b8ac3545 [ARM] Use table-gen'd assembly operand diags in ARM asm parser
new 24232117ea0 [Dominators] Don't use default parameter in lambda
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/Support/GenericDomTreeConstruction.h | 6 +++---
1 file 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 llvm.
from fe3c8f9982a [AsmParser] Add DiagnosticString to AsmOperands in tablegen
new a11b8ac3545 [ARM] Use table-gen'd assembly operand diags in ARM asm parser
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/ARM/ARMInstrFormats.td | 8 +--
lib/Target/ARM/ARMInstrInfo.td | 32 +++++-----
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 77 +-----------------------
test/MC/ARM/lsl-zero-errors.s | 2 +-
test/MC/ARM/t2-modified-immediate-fixup-error2.s | 4 +-
5 files changed, 25 insertions(+), 98 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 09115192aca [mips] Enable spilling and reloading of the dsp register set.
new 4d5b9d65b54 [ARM, Asm] Use correct source location for register tokens
new 7083930287f [Dominators] Add DFS number verification
new fe3c8f9982a [AsmParser] Add DiagnosticString to AsmOperands in tablegen
The 3 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/Support/GenericDomTree.h | 19 ++---
include/llvm/Support/GenericDomTreeConstruction.h | 99 ++++++++++++++++++++++-
include/llvm/Target/Target.td | 4 +
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 6 +-
test/MC/ARM/register-token-source-loc.s | 12 +++
utils/TableGen/AsmMatcherEmitter.cpp | 49 ++++++++++-
6 files changed, 172 insertions(+), 17 deletions(-)
create mode 100644 test/MC/ARM/register-token-source-loc.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 master
in repository clang.
from 6292fe071a [CodeGen] Fix propagation of TBAA info for atomic accesses
new 36cfc21c6e [OpenCL] Fix checking of vector type casting
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/Sema/SemaExpr.cpp | 6 +++---
test/SemaOpenCL/vector_conv_invalid.cl | 10 +++++++++-
2 files changed, 12 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 binutils-gdb.
from 5178ed487f Use std::string in info_symbol_command
new f8bfbf2225 Fix incorrect string_printf use in utils.c
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/ChangeLog | 4 ++++
gdb/utils.c | 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.
Peter Smith pushed a change to branch linaro-local/peter.smith/errata-section
in repository toolchain/llvm/llvm.
at 1f4dc266e2a [MiSched] - Simplify ProcResEntry access
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.