This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0f6932a Remove variable only used in an assertion.
new f40f59e Make diagnostic for use of default member initializer before [...]
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/DiagnosticSemaKinds.td | 11 +++++------
lib/Sema/SemaDeclCXX.cpp | 11 +++--------
lib/Sema/SemaTemplateInstantiate.cpp | 12 ++++--------
test/SemaCXX/constant-expression-cxx11.cpp | 4 ++--
test/SemaCXX/cxx1y-initializer-aggregates.cpp | 16 ++++++++++++++++
test/SemaCXX/implicit-exception-spec.cpp | 18 +++++++++---------
test/SemaCXX/member-init.cpp | 20 ++++++++++----------
7 files changed, 49 insertions(+), 43 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 a52af8a Fix test to not depend on the path size.
new 71b734e Accept -script=<file> in addition to -script <file>.
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/Options.td | 1 +
test/ELF/reproduce.s | 2 +-
2 files changed, 2 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 4f65080 [SCCP] Remove code in visitBinaryOperator (and add tests).
new ded77cc Before sample pgo annotation, do not inline a function that h [...]
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/SampleProfile.cpp | 2 ++
test/Transforms/SampleProfile/Inputs/nodebug.prof | 2 ++
test/Transforms/SampleProfile/early-inline.ll | 3 ++-
test/Transforms/SampleProfile/nodebug.ll | 20 ++++++++++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SampleProfile/Inputs/nodebug.prof
create mode 100644 test/Transforms/SampleProfile/nodebug.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 df8ade8 2016-11-22 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 438b4be compiler: relocate ID encoding utilities to gofrontend
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/go/ChangeLog | 12 +++
gcc/go/Make-lang.in | 2 +
gcc/go/go-gcc.cc | 171 ++++++++------------------------------
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 61 ++++++++------
gcc/go/gofrontend/expressions.cc | 26 ++++--
gcc/go/gofrontend/go-encode-id.cc | 113 +++++++++++++++++++++++++
gcc/go/gofrontend/go-encode-id.h | 30 +++++++
gcc/go/gofrontend/gogo.cc | 47 ++++++++---
gcc/go/gofrontend/types.cc | 31 ++++---
10 files changed, 303 insertions(+), 192 deletions(-)
create mode 100644 gcc/go/gofrontend/go-encode-id.cc
create mode 100644 gcc/go/gofrontend/go-encode-id.h
--
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 e436226 TargetSubtargetInfo: Move implementation to lib/CodeGen; NFC
new 4f65080 [SCCP] Remove code in visitBinaryOperator (and add tests).
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/Scalar/SCCP.cpp | 14 +++-----------
test/Transforms/SCCP/logical-nuke.ll | 30 ++++++++++++++++++++++++++----
2 files changed, 29 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 ecfbd3f [LCG] Add a previously missing assert about the relationship [...]
new 2d1bdd9 [X86][AVX512DQ] Add fp <-> int tests for AVX512DQ/AVX512DQ+VL
new fe998e6 [InstCombine] change bitwise logic type to eliminate bitcasts
new e436226 TargetSubtargetInfo: Move implementation to lib/CodeGen; NFC
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:
lib/CodeGen/CMakeLists.txt | 1 +
lib/{Target => CodeGen}/TargetSubtargetInfo.cpp | 2 +-
lib/Target/CMakeLists.txt | 1 -
lib/Transforms/InstCombine/InstCombineCasts.cpp | 43 ++
test/CodeGen/X86/vec_fp_to_int.ll | 835 +++++++++++++-----------
test/CodeGen/X86/vec_int_to_fp.ll | 699 ++++++++++++++++++--
test/Transforms/InstCombine/bitcast.ll | 29 +-
7 files changed, 1174 insertions(+), 436 deletions(-)
rename lib/{Target => CodeGen}/TargetSubtargetInfo.cpp (96%)
--
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 e78175c PR go/77910 cmd/go: don't check standard packages when u [...]
new df8ade8 2016-11-22 Steven G. Kargl <kargl(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 | 5 +++++
gcc/fortran/expr.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/char_component_initializer_3.f90 | 6 ++++++
4 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/char_component_initializer_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 llvm.
from 15e8caa LTO: Remove a now-unused InputFile accessor.
new ecfbd3f [LCG] Add a previously missing assert about the relationship [...]
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/LazyCallGraph.cpp | 7 +++++++
1 file changed, 7 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 abd2b5b move VerDef finalization before DynStrTab
new a52af8a Fix test to not depend on the path size.
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/ELF/empty-ver.s | 15 ++++++++++++---
1 file changed, 12 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 f907632 Fixed the lost FastMathFlags in GVN(Global Value Numbering). [...]
new 15e8caa LTO: Remove a now-unused InputFile accessor.
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/LTO/LTO.h | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.