This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 01d6c3db [LV] For some IVs, use vector phis instead of widening in the [...]
new 9832c4c Fix the NDEBUG build
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 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 llvm.
from bbbc4b9 [codeview] Translate basic DITypes to CV type records
new 01d6c3db [LV] For some IVs, use vector phis instead of widening in 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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 96 +++++++++++++++++-----
.../LoopVectorize/PowerPC/vsx-tsvc-s173.ll | 2 +-
.../Transforms/LoopVectorize/X86/gather_scatter.ll | 6 +-
test/Transforms/LoopVectorize/cast-induction.ll | 2 +-
test/Transforms/LoopVectorize/gcc-examples.ll | 2 +-
test/Transforms/LoopVectorize/gep_with_bitcast.ll | 11 +--
test/Transforms/LoopVectorize/global_alias.ll | 8 +-
test/Transforms/LoopVectorize/induction.ll | 65 ++++++++++++++-
test/Transforms/LoopVectorize/induction_plus.ll | 9 +-
9 files changed, 161 insertions(+), 40 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 ffd5a34 clang-format: [JS] no ASI on `import {x as\n y}`.
new 3313ed2 ObjC lifetime: pull sugar off when the qualifiers conflict.
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/SemaType.cpp | 10 ++++++----
test/SemaObjC/arc-objc-lifetime-conflict.m | 32 ++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 test/SemaObjC/arc-objc-lifetime-conflict.m
--
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 07e4e55 Reduce dependence on pointee types when deducing dereferenceability
new bbbc4b9 [codeview] Translate basic DITypes to CV type records
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 217 ++++++++++++++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 10 +
test/DebugInfo/COFF/inlining.ll | 62 ++---
test/DebugInfo/COFF/types-basic.ll | 400 +++++++++++++++++++++++++++++++
4 files changed, 655 insertions(+), 34 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-basic.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 2f14ca3 2016-06-01 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new d9820cc 2016-06-01 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 | 7 ++++
gcc/fortran/io.c | 63 +++++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/fmt_read_3.f90 | 13 +++++++
4 files changed, 74 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_read_3.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 zorg.
from 22738a1 fuzzer bot: reduce max_len for llvm-pdbdump-fuzzer and increa [...]
new 6f2f1f5 llvm-pdbdump-fuzzer failures should be reported
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from dfa5c0d gcc/c-family/ChangeLog:
new 2f14ca3 2016-06-01 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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/doc/sourcebuild.texi | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 23 +++++++++++++++++++++++
4 files changed, 35 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 llvm.
from 3886b25 [libFuzzer] when an invalid flag is given, warn, but don't crash
new 07e4e55 Reduce dependence on pointee types when deducing dereferenceability
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/Analysis/Loads.cpp | 107 +++++++--------------
.../Analysis/ValueTracking/deref-bitcast-of-gep.ll | 82 ++++++++++++++++
2 files changed, 117 insertions(+), 72 deletions(-)
create mode 100644 test/Analysis/ValueTracking/deref-bitcast-of-gep.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 lld.
from 7129335 [LTO] Fix (incorrect) TLS attribute mismatch.
new e43f477 [ELF] - Implemented support for test/binop relaxations from l [...]
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 | 2 +
ELF/Relocations.cpp | 4 +-
ELF/Relocations.h | 1 +
ELF/Target.cpp | 132 +++++++++++++++++++++++++++++++++++--------
ELF/Target.h | 3 +-
test/ELF/gotpc-relax-nopic.s | 81 ++++++++++++++++++++++++++
6 files changed, 197 insertions(+), 26 deletions(-)
create mode 100644 test/ELF/gotpc-relax-nopic.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 da6ed23 [IR] Disallow loading and storing unsized types
new 3886b25 [libFuzzer] when an invalid flag is given, warn, but don't crash
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/Fuzzer/FuzzerDriver.cpp | 5 +++--
lib/Fuzzer/test/fuzzer.test | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.