This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc03033 [X86] Remove unused operand from a function and all its callers. NFC
new fa0eab1 [InstCombine][SSE] Add MOVMSK support to SimplifyDemandedUseBits
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 22 +++++++++++++
test/Transforms/InstCombine/x86-movmsk.ll | 37 ++++++----------------
2 files changed, 32 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 gcc.
from 448fda2 Replace AWK script with the python script.
new 4559096 * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check fo [...]
new 576030e8 [ARC] Don't use drsub* instructions when selecting fpuda.
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:
gcc/ChangeLog | 19 ++++++++
gcc/config/arc/arc.md | 8 +++-
gcc/config/arc/fpx.md | 7 +--
gcc/config/i386/i386.md | 88 +++++++++++++++++++-----------------
gcc/testsuite/gcc.target/arc/trsub.c | 10 ++++
5 files changed, 87 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/trsub.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 535d6bc PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...]
new 5caa55b [ARC/LIBGCC] Add TLS support.
new 4260aee [ARC] Add TLS support.
new 448fda2 Replace AWK script with the python script.
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:
contrib/ChangeLog | 5 +
contrib/analyze_brprob | 147 -------------
contrib/analyze_brprob.py | 136 ++++++++++++
gcc/ChangeLog | 51 +++++
gcc/config/arc/arc-protos.h | 4 +-
gcc/config/arc/arc.c | 505 +++++++++++++++++++++++++++++++------------
gcc/config/arc/arc.h | 22 +-
gcc/config/arc/arc.md | 71 ++++++
gcc/config/arc/arc.opt | 7 +
gcc/config/arc/predicates.md | 15 +-
gcc/configure | 6 +
gcc/configure.ac | 6 +
gcc/doc/invoke.texi | 6 +-
libgcc/ChangeLog | 7 +
libgcc/config.host | 2 +
libgcc/config/arc/crttls.S | 67 ++++++
libgcc/config/arc/t-arc | 3 +
17 files changed, 765 insertions(+), 295 deletions(-)
delete mode 100755 contrib/analyze_brprob
create mode 100644 contrib/analyze_brprob.py
create mode 100644 libgcc/config/arc/crttls.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 176cad7 [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
new 391c662 PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
new 0b3d630 Revert "[MS] Improved implementation of MS stack pragmas (vto [...]
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/Sema/Sema.h | 128 +++++++++++++++------------------------
lib/Basic/Targets.cpp | 2 +-
lib/Parse/ParsePragma.cpp | 18 +++---
lib/Parse/ParseStmt.cpp | 6 +-
lib/Sema/Sema.cpp | 2 +-
lib/Sema/SemaAttr.cpp | 32 +++++++---
test/CodeGen/arm-neon-fma.c | 2 +-
test/CodeGenCXX/sections.cpp | 29 ---------
test/Preprocessor/arm-acle-6.5.c | 9 ++-
test/Sema/arm_vfma.c | 2 +-
test/SemaCXX/pragma-vtordisp.cpp | 4 +-
11 files changed, 95 insertions(+), 139 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-tools-extra.
from 694009c Add missing newline in clang-rename output.
new cdbd585 [include-fixer] Add an option to minimize include paths.
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-fixer/IncludeFixer.cpp | 51 ++++++++++++++++++++++++----
include-fixer/IncludeFixer.h | 7 +++-
include-fixer/tool/ClangIncludeFixer.cpp | 8 ++++-
unittests/include-fixer/IncludeFixerTest.cpp | 49 ++++++++++++++++++++------
4 files changed, 95 insertions(+), 20 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.
christophe.lyon pushed a change to branch master
in repository toolchain/cortex-strings.
from 48fd30c src/aarch64/strcpy.S: Import changes from newlib
new 79f1903 src/aarch64/strcpy.S: Import changes from newlib
new 9e048b9 src/aarch64/strcpy.S: Import changes from newlib
new 99b01dd src/aarch64/memmove.S: Import changes from newlib
new 9e3ba99 src/aarch64/memset.S: Import changes from newlib
The 4 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:
src/aarch64/memcpy.S | 303 ++++++++++++++++++++++-----------------
src/aarch64/memmove.S | 384 ++++++++++++++------------------------------------
src/aarch64/memset.S | 374 ++++++++++++++++++++++++------------------------
3 files changed, 459 insertions(+), 602 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 a588355 [ARC] Add SIMD extensions for ARC HS
new 535d6bc PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/a-textio.adb | 2 +-
2 files changed, 6 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 gcc-5-branch
in repository gcc.
from 634e0d9 2016-01-18 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 95afd7d PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/a-textio.adb | 2 +-
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 5bb28be /cp 2016-04-28 Paolo Carlini <paolo.carlini(a)oracle.com>
new 629b270 Backport from mainline 2016-04-27 Eric Botcazou <ebotcazo [...]
new f67bf77 PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/ada/ChangeLog | 13 +++++++++++++
gcc/ada/a-textio.adb | 2 +-
gcc/ada/gcc-interface/misc.c | 3 ---
gcc/stor-layout.c | 20 --------------------
gcc/stor-layout.h | 1 -
6 files changed, 25 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.