This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 52a3f95 PR ipa/79224 * params.def (inline-min-speedup) Change from [...]
new ab3b199 2017-02-11 Sandra Loosemore <sandra(a)codesourcery.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 | 5 +++++
gcc/doc/extend.texi | 6 +++---
gcc/doc/invoke.texi | 14 +++++++-------
3 files changed, 15 insertions(+), 10 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 04a335b [X86][SSE] Use VSEXT/VZEXT constant folding for SIGN_EXTEND_V [...]
new a1a9b94 [DAGCombiner] Make the combine of INSERT_SUBVECTOR into a CON [...]
new fe892ae [X86] Move code for using blendi for insert_subvector out to [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 25 ++++------
lib/Target/X86/X86ISelLowering.cpp | 27 -----------
lib/Target/X86/X86InstrSSE.td | 53 ++++++++++++++++++++++
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 42 ++++++++---------
test/CodeGen/X86/insertelement-zero.ll | 38 ++++++++--------
5 files changed, 100 insertions(+), 85 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 796f9e5 [X86][SSE] Improve VSEXT/VZEXT constant folding.
new 04a335b [X86][SSE] Use VSEXT/VZEXT constant folding for SIGN_EXTEND_V [...]
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/X86/X86ISelLowering.cpp | 7 ++++++-
test/CodeGen/X86/fold-vector-sext-zext.ll | 3 +--
2 files changed, 7 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 e0ae1ed Update Kaleidoscope tutorial and improve Windows support
new 796f9e5 [X86][SSE] Improve VSEXT/VZEXT constant folding.
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/X86/X86ISelLowering.cpp | 29 ++++++++++++++++++-----------
test/CodeGen/X86/avx512-mask-op.ll | 10 ++--------
test/CodeGen/X86/fold-vector-sext-zext.ll | 8 +++-----
test/CodeGen/X86/vector-idiv-sdiv-128.ll | 14 ++++++--------
test/CodeGen/X86/vector-idiv-sdiv-256.ll | 4 ++--
test/CodeGen/X86/vector-idiv-udiv-128.ll | 14 ++++++--------
test/CodeGen/X86/vector-idiv-udiv-256.ll | 4 ++--
test/CodeGen/X86/widen_load-2.ll | 8 ++++----
8 files changed, 43 insertions(+), 48 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 gcc.
from 1c340b4 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Re [...]
new 52a3f95 PR ipa/79224 * params.def (inline-min-speedup) Change from [...]
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 | 10 +++++-----
gcc/params.def | 2 +-
2 files changed, 6 insertions(+), 6 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 dca8dcb [AVR] Fix __AVR_xxx macro definitions; authored by Peter Wu
new c4807f0 test: ignore some warnings in test code (NFC)
new a92ce66 CodeGen: annotate ObjC ARC functions with ABI constraints
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:
lib/CodeGen/CGObjC.cpp | 23 +++++++++++++++++++++++
test/CodeGenObjC/arc.m | 32 +++++++++++++++++---------------
2 files changed, 40 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 c0358c4 Fix atomic-minmax-i6432.ll .
new e0ae1ed Update Kaleidoscope tutorial and improve Windows support
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:
docs/tutorial/BuildingAJIT1.rst | 20 ++--
docs/tutorial/LangImpl02.rst | 2 +
docs/tutorial/LangImpl03.rst | 13 +--
docs/tutorial/LangImpl04.rst | 77 ++++++++++++----
docs/tutorial/LangImpl05.rst | 60 ++++++++----
docs/tutorial/LangImpl06.rst | 64 ++++++-------
docs/tutorial/LangImpl07.rst | 54 +++++------
docs/tutorial/LangImpl09.rst | 116 ++++++++++++------------
examples/Kaleidoscope/Chapter2/toy.cpp | 2 +
examples/Kaleidoscope/Chapter4/toy.cpp | 10 +-
examples/Kaleidoscope/Chapter5/toy.cpp | 14 ++-
examples/Kaleidoscope/Chapter6/toy.cpp | 16 +++-
examples/Kaleidoscope/Chapter7/toy.cpp | 18 +++-
examples/Kaleidoscope/Chapter8/toy.cpp | 16 +++-
examples/Kaleidoscope/Chapter9/toy.cpp | 16 +++-
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 25 ++++-
16 files changed, 327 insertions(+), 196 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 gcc.
from f20a1c4 * tests/base/alloca.h: New file. * inclhack.def (hppa_hpux1 [...]
new 1c340b4 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Re [...]
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:
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c | 1 -
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.
unknown user pushed a change to branch master
in repository clang.
from 6b3307a Hopefully fixes a compile error introduced by r294861.
new dca8dcb [AVR] Fix __AVR_xxx macro definitions; authored by Peter Wu
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/Basic/Targets.cpp | 476 +++++++++++------------
test/CodeGen/avr/target-cpu-defines/atmega328p.c | 2 +-
test/CodeGen/avr/target-cpu-defines/attiny104.c | 2 +-
3 files changed, 240 insertions(+), 240 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 gcc.
from 00c2ec0 PR sanitizer/79341 * g++.dg/asan/deep-stack-uaf-1.C: New test.
new 0b3b97e Adjust whitespace in <bits/atomic_base.h>
new badc62a PR libstdc++/79467 use lvalues in is_callable check
new f20a1c4 * tests/base/alloca.h: New file. * inclhack.def (hppa_hpux1 [...]
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:
fixincludes/ChangeLog | 6 +++
fixincludes/fixincl.x | 56 ++++++++++++++++++++--
fixincludes/inclhack.def | 18 +++++++
fixincludes/tests/base/alloca.h | 18 +++++++
libstdc++-v3/ChangeLog | 10 ++++
libstdc++-v3/include/bits/atomic_base.h | 38 +++++++--------
libstdc++-v3/include/bits/shared_ptr_base.h | 4 +-
.../79114.cc => 20_util/shared_ptr/cons/79467.cc} | 14 +++---
8 files changed, 131 insertions(+), 33 deletions(-)
create mode 100644 fixincludes/tests/base/alloca.h
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 20_util/share [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.