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 7ec7900d [clang-tidy] add more aliases for the hicpp module
new 65938c9a [clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into [...]
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:
clang-tidy/readability/FunctionSizeCheck.cpp | 3 +++
1 file changed, 3 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 clang.
from 889a43bfc9 [clang-format] Fixed one-line if statement
new f592eb27fa [AST] Make RecursiveASTVisitor visit TemplateDecls in source order
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/AST/LexicallyOrderedRecursiveASTVisitor.h | 2 --
include/clang/AST/RecursiveASTVisitor.h | 10 ++--------
2 files changed, 2 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 gcc.
from 9ee3a0a81c3 Removed, no longer used.
new c0121e7d79a Removed, no longer used.
new 7d6444139e1 2017-09-11 Arnaud Charlet <charlet(a)adacore.com>
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/ada/ChangeLog | 25 +
gcc/ada/dec.ads | 38 --
.../doc/gnat_ugn/gnat_and_program_execution.rst | 128 ++++
.../doc/gnat_ugn/platform_specific_information.rst | 147 +----
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 4 +-
gcc/ada/freeze.adb | 72 +--
gcc/ada/gnat_ugn.texi | 708 +++++++++------------
gcc/ada/sem_ch6.adb | 119 +++-
gcc/ada/sem_res.adb | 18 +-
9 files changed, 596 insertions(+), 663 deletions(-)
delete mode 100644 gcc/ada/dec.ads
--
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 396198076de [X86][SKX][KNL] Updating several CodeGen tests to use the a [...]
new 2a06de490f3 [X86][SSE] Add further test cases showing failure to comput [...]
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/CodeGen/X86/vselect-packss.ll | 389 ++++++++++++++++++++++++++++++++++++-
1 file changed, 388 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 gcc.
from 573c3487bff * gcc-interface/gigi.h (enum standard_datatypes): Minor tw [...]
new 9ee3a0a81c3 Removed, no longer used.
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/math_lib.adb | 1025 --------------------------------------------------
1 file changed, 1025 deletions(-)
delete mode 100644 gcc/ada/math_lib.adb
--
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 8bb02cf4a4e [ARM] Enable the use of SVC anywhere in an IT block
new 396198076de [X86][SKX][KNL] Updating several CodeGen tests to use the a [...]
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/CodeGen/X86/avx2-intrinsics-x86.ll | 8 ++---
test/CodeGen/X86/avx512-cmp.ll | 6 ++--
test/CodeGen/X86/pr32329.ll | 64 +++++++++++++++++----------------
3 files changed, 40 insertions(+), 38 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 9942f5143cf [Interleved][Stride 3]Adding test for case the VF=64 target [...]
new 8bb02cf4a4e [ARM] Enable the use of SVC anywhere in an IT block
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/ARM/AsmParser/ARMAsmParser.cpp | 7 ++++---
test/MC/ARM/basic-thumb2-instructions.s | 6 ++++++
2 files changed, 10 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 fe79297f6f6 [AVR] Enable the '__do_copy_data' function
new 7a1158ac82b [X86][SSE] Add test showing failure to compute sign bits th [...]
new 9942f5143cf [Interleved][Stride 3]Adding test for case the VF=64 target [...]
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:
test/CodeGen/X86/vselect-packss.ll | 65 +++
test/CodeGen/X86/x86-interleaved-access.ll | 626 +++++++++++++++++++++
.../InterleavedAccess/X86/interleavedLoad.ll | 20 +
.../InterleavedAccess/X86/interleavedStore.ll | 15 +
4 files changed, 726 insertions(+)
create mode 100644 test/CodeGen/X86/vselect-packss.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-5-branch
in repository gcc.
from 1aa60fa3ca0 Daily bump.
new bfd2ab21568 PR c++/81852 define feature-test macro for -fthreadsafe-statics
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-cppbuiltin.c | 2 ++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx98.C | 8 ++++++++
gcc/testsuite/g++.dg/cpp1y/feat-neg.C | 8 +++++++-
7 files changed, 42 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 5b272fa4557 [GlobalISel][X86] G_ANYEXT support.
new fe79297f6f6 [AVR] Enable the '__do_copy_data' function
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/AVR/MCTargetDesc/AVRTargetStreamer.cpp | 20 ++++++++++++++++++++
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h | 2 ++
test/CodeGen/AVR/clear-bss.ll | 5 +++++
test/CodeGen/AVR/copy-data-to-ram.ll | 5 +++++
4 files changed, 32 insertions(+)
create mode 100644 test/CodeGen/AVR/clear-bss.ll
create mode 100644 test/CodeGen/AVR/copy-data-to-ram.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.