This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9f963413727 [mips][microMIPS] Extending size reduction pass with ADDIUS [...]
new 35b05a20338 [AMDGPU] Fixed MSVC build break
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/AMDGPU/AMDGPUArgumentUsageInfo.h | 1 +
1 file changed, 1 insertion(+)
--
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 b376dd59b0 Fix typo and update documentation.
new c4f2a80fd3 [Driver] Error if ARM mode was selected explicitly for M-pro [...]
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/clang/Basic/DiagnosticDriverKinds.td | 4 ++++
lib/Driver/ToolChain.cpp | 12 ++++++++++++
test/Driver/arm-thumb-only-cores.c | 12 ++++++++++++
3 files changed, 28 insertions(+)
create mode 100644 test/Driver/arm-thumb-only-cores.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 43eb6d3b22e Add missing edge probability in simd_clone_adjust
new 846c0a706ae 2017-08-04 Richard Biener <rguenther(a)suse.de>
new 403965f7c0a Handle data dependence relations with different bases
new f68a77260cc Use base inequality for some vector alias checks
new e15e8a2a342 C++-ify vec_info structures
new 4f372c2c895 Pool alignment information for common bases
The 5 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 | 110 ++++++
gcc/fold-const.c | 9 +-
gcc/hash-traits.h | 70 ++++
gcc/testsuite/ChangeLog | 16 +
gcc/testsuite/c-c++-common/ubsan/pr81705.c | 12 +
gcc/testsuite/gcc.dg/vect/pr81136.c | 2 +
gcc/testsuite/gcc.dg/vect/vect-alias-check-3.c | 120 ++++++
gcc/testsuite/gcc.dg/vect/vect-alias-check-4.c | 35 ++
gcc/testsuite/gcc.dg/vect/vect-alias-check-5.c | 19 +
gcc/testsuite/gcc.dg/vect/vect-alias-check-6.c | 23 ++
gcc/tree-data-ref.c | 496 ++++++++++++++++++++-----
gcc/tree-data-ref.h | 66 +++-
gcc/tree-parloops.c | 4 +-
gcc/tree-ssa-loop-prefetch.c | 3 +-
gcc/tree-vect-data-refs.c | 230 +++++++++++-
gcc/tree-vect-loop-manip.c | 45 ++-
gcc/tree-vect-loop.c | 147 +++-----
gcc/tree-vect-slp.c | 81 ++--
gcc/tree-vectorizer.c | 26 +-
gcc/tree-vectorizer.h | 64 +++-
20 files changed, 1264 insertions(+), 314 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr81705.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-4.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-5.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-6.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 lld.
from db503ce02 [ELF] - Fix "--symbol-ordering-file doesn't work with linker [...]
new 93d2d7053 [ELF] - Remove ScriptLexer::Error field and check ErrorCount [...]
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:
ELF/ScriptLexer.cpp | 13 ++++++-------
ELF/ScriptLexer.h | 1 -
ELF/ScriptParser.cpp | 36 ++++++++++++++++++------------------
test/ELF/version-script-err.s | 1 -
4 files changed, 24 insertions(+), 27 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 lld.
from d5f59a51b [ELF] Explicitly write null bytes in string tables
new db503ce02 [ELF] - Fix "--symbol-ordering-file doesn't work with linker [...]
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:
ELF/InputSection.cpp | 28 ++++++++++++++++++++++++++
ELF/InputSection.h | 3 +++
ELF/LinkerScript.cpp | 30 ++++++++++++++++++++++++++++
ELF/OutputSections.cpp | 26 ++++++++++++++----------
ELF/OutputSections.h | 2 ++
ELF/Writer.cpp | 21 +------------------
test/ELF/linkerscript/symbol-ordering-file.s | 23 +++++++++++++++++++++
7 files changed, 102 insertions(+), 31 deletions(-)
create mode 100644 test/ELF/linkerscript/symbol-ordering-file.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 llvm.
from 389880910a2 [Polly][PM] Register polly passes with the opt tool for the [...]
new 9f963413727 [mips][microMIPS] Extending size reduction pass with ADDIUS [...]
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/MicroMipsSizeReduction.cpp | 115 ++++++++++++++++++---
.../micromips-addiur1sp-addiusp.ll | 17 +++
2 files changed, 118 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/Mips/micromips-sizereduction/micromips-addiur1sp-a [...]
--
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 b7e74df94f8 Do not declare a variable which is used only in assert. NFC
new 389880910a2 [Polly][PM] Register polly passes with the opt tool for the [...]
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/opt/NewPMDriver.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)
--
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 lld.
from 354c9bfd6 [ELF] - Replace parallelForEach with ranged form.
new d5f59a51b [ELF] Explicitly write null bytes in string tables
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:
ELF/SyntheticSections.cpp | 1 +
test/ELF/dynstr-no-rosegment.s | 12 ++++++++++++
2 files changed, 13 insertions(+)
create mode 100644 test/ELF/dynstr-no-rosegment.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 225dff51ae [mips] Fix typo (missed space) in the warning message
new b376dd59b0 Fix typo and update documentation.
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/clang/ASTMatchers/ASTMatchers.h | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.