This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aed4221 Revert "Claim NoAlias if two GEPs index different fields of t [...]
new e81e803 [SCEV] Keep SCEVExpander insert points consistent.
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/ScalarEvolutionExpander.h | 50 ++++++++++++++
lib/Analysis/ScalarEvolutionExpander.cpp | 87 +++++++++++++++----------
2 files changed, 102 insertions(+), 35 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 libcxxabi.
from 4ed725d Missed part of D16545 (static lib testing)
new a0d7e1a [libcxxabi][test] Add missing return statement.
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/cxa_bad_typeid.pass.cpp | 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 llvm.
from dbfc82f [CFLAA] Recognize builtin allocation functions.
new aed4221 Revert "Claim NoAlias if two GEPs index different fields of 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:
lib/Analysis/BasicAliasAnalysis.cpp | 38 +------
test/Analysis/BasicAA/noalias-structure.ll | 36 ------
test/Transforms/LoopVectorize/global_alias.ll | 158 +++++++++++++-------------
3 files changed, 83 insertions(+), 149 deletions(-)
delete mode 100644 test/Analysis/BasicAA/noalias-structure.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 llvm.
from 3ca9979 [pdb] silence warnings about moving from a temporary.
new dbfc82f [CFLAA] Recognize builtin allocation functions.
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/CFLAliasAnalysis.h | 11 +--
lib/Analysis/CFLAliasAnalysis.cpp | 85 +++++++++++++++--------
test/Analysis/CFLAliasAnalysis/malloc-and-free.ll | 30 ++++++++
3 files changed, 92 insertions(+), 34 deletions(-)
create mode 100644 test/Analysis/CFLAliasAnalysis/malloc-and-free.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 gcc-6-branch
in repository gcc.
from f9b3856 2016-06-01 Eric Botcazou <ebotcazou(a)adacore.com>
new efd52a8 2016-06-01 Paul Thomas <pault(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 | 11 ++++++-
gcc/fortran/decl.c | 41 ++++++++++++++++++++++-
gcc/fortran/resolve.c | 8 ++---
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gfortran.dg/submodule_14.f08 | 2 +-
gcc/testsuite/gfortran.dg/submodule_16.f08 | 53 ++++++++++++++++++++++++++++++
6 files changed, 115 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_16.f08
--
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 26a4692 [CodeView] Simplify StreamArray operator++
new 3ca9979 [pdb] silence warnings about moving from a temporary.
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:
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 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 newlib.
from 8a31aa3 dlopen: Add dot to filename if no slash is present
new 211a942 Revert "Cygwin hangs up if several keys are typed during outp [...]
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:
winsup/cygwin/fhandler_tty.cc | 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 llvm.
from 90ac7e3 Better fix for PR27903.
new 7e49342 Claim NoAlias if two GEPs index different fields of the same struct
new 2511caa [PDB] Silence sign comparison warnings in MappedBlockStreamTest
new fee7747 [PDB] Make ModStream::symbols report errors
new d5f9b7e [CodeView] Make sure StreamRef::readBytes doesn't read too much
new 26a4692 [CodeView] Simplify StreamArray operator++
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:
include/llvm/DebugInfo/CodeView/StreamArray.h | 40 +++---
include/llvm/DebugInfo/CodeView/StreamRef.h | 5 +-
lib/Analysis/BasicAliasAnalysis.cpp | 38 +++++-
lib/DebugInfo/PDB/Raw/ModStream.cpp | 3 +-
test/Analysis/BasicAA/noalias-structure.ll | 36 +++++
test/Transforms/LoopVectorize/global_alias.ll | 158 +++++++++++-----------
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 36 +++--
7 files changed, 203 insertions(+), 113 deletions(-)
create mode 100644 test/Analysis/BasicAA/noalias-structure.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 clang.
from 3313ed2 ObjC lifetime: pull sugar off when the qualifiers conflict.
new b730e0d Fixup list of available extensions
new aaaaebd Disable warning about core features by default
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/clang/Basic/DiagnosticParseKinds.td | 2 +-
include/clang/Basic/OpenCLExtensions.def | 20 ++-
test/Parser/opencl-atomics-cl20.cl | 2 +-
test/SemaOpenCL/extension-version.cl | 249 ++++++++++++++++++++++++++++
test/SemaOpenCL/invalid-logical-ops-1.2.cl | 2 +-
5 files changed, 264 insertions(+), 11 deletions(-)
create mode 100644 test/SemaOpenCL/extension-version.cl
--
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 9832c4c Fix the NDEBUG build
new 90ac7e3 Better fix for PR27903.
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/StackColoring.cpp | 39 +++++++++-----
test/CodeGen/X86/StackColoring.ll | 111 +++++++++++++++++++-------------------
2 files changed, 80 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.