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 1d11685 Fix broken build caused by r274494.
new 0c68172 [clang-tidy] Fix more enum declaration cases in misc-unused-u [...]
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/misc/UnusedUsingDeclsCheck.cpp | 3 +++
test/clang-tidy/misc-unused-using-decls.cpp | 24 +++++++++++++++---------
2 files changed, 18 insertions(+), 9 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 947bf2a [include-fixer] make HeaderMapCollector maps from regex inste [...]
new 1d11685 Fix broken build caused by r274494.
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/find-all-symbols/HeaderMapCollector.h | 1 +
1 file changed, 1 insertion(+)
--
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 8e73e12 [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() [...]
new 947bf2a [include-fixer] make HeaderMapCollector maps from regex inste [...]
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:
.../find-all-symbols/FindAllSymbolsAction.cpp | 5 +-
.../find-all-symbols/FindAllSymbolsAction.h | 10 +-
.../find-all-symbols/HeaderMapCollector.cpp | 11 +-
.../find-all-symbols/HeaderMapCollector.h | 19 +-
.../find-all-symbols/STLPostfixHeaderMap.cpp | 1258 ++++++++++----------
.../find-all-symbols/STLPostfixHeaderMap.h | 2 +-
.../find-all-symbols/FindAllSymbolsTests.cpp | 11 +-
7 files changed, 660 insertions(+), 656 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 b07f540 Add writeonly IR attribute
new e13dc30 [X86][AVX512] Added VPERMILPD/VPERMILPS intrinsics fast-isel [...]
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/avx512-intrinsics-fast-isel.ll | 163 ++++++++++++++++++++++++
1 file changed, 163 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 5170480 [Sparc] Allow LEON cpu models to be selected with -mcpu
new a2bfa04 [X86][AVX512] Converted the VPERMILPD/VPERMILPS intrinsics to [...]
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/Headers/avx512fintrin.h | 58 ++++++++++++++++++++++++++++-------------
test/CodeGen/avx512f-builtins.c | 28 +++++++++++---------
2 files changed, 56 insertions(+), 30 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 3fabf0c 2016-07-04 Bob Duff <duff(a)adacore.com>
new 45d7f9c 2016-07-04 Ed Schonberg <schonberg(a)adacore.com>
new 75728e5 Minor reformatting.
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 | 18 +++++++++++
gcc/ada/errout.adb | 1 +
gcc/ada/frontend.adb | 2 +-
gcc/ada/g-debpoo.adb | 21 ++++++++++--
gcc/ada/sem_ch12.adb | 10 +++---
gcc/ada/sem_ch4.adb | 90 ++++++++++++++++++++++++++++++++++++++++------------
6 files changed, 114 insertions(+), 28 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 b426a73 2016-07-04 Ed Schonberg <schonberg(a)adacore.com>
new 449c4f5 2016-07-04 Gary Dismukes <dismukes(a)adacore.com>
new 8acb75b 2016-07-04 Hristian Kirtchev <kirtchev(a)adacore.com>
new 9448fb2 2016-07-04 Olivier Hainque <hainque(a)adacore.com>
new 7387b29 2016-07-04 Hristian Kirtchev <kirtchev(a)adacore.com>
new 3fabf0c 2016-07-04 Bob Duff <duff(a)adacore.com>
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:
gcc/ada/ChangeLog | 112 +++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/checks.adb | 13 ++----
gcc/ada/errout.adb | 11 ++---
gcc/ada/freeze.adb | 63 +++++++++++++------------
gcc/ada/frontend.adb | 7 ++-
gcc/ada/g-debpoo.adb | 8 ++--
gcc/ada/g-forstr.ads | 7 ++-
gcc/ada/g-sercom-mingw.adb | 18 +++++++-
gcc/ada/ghost.adb | 2 +
gcc/ada/gnat1drv.adb | 5 --
gcc/ada/inline.adb | 9 ++--
gcc/ada/prep.adb | 10 ++--
gcc/ada/sem_aggr.adb | 18 ++------
gcc/ada/sem_ch10.adb | 29 ++++++------
gcc/ada/sem_ch12.adb | 55 +++++++++-------------
gcc/ada/sem_ch12.ads | 4 +-
gcc/ada/sem_ch13.adb | 26 +++++++++--
gcc/ada/sem_ch3.adb | 6 +--
gcc/ada/sem_ch3.ads | 4 +-
gcc/ada/sem_ch4.adb | 4 +-
gcc/ada/sem_ch6.adb | 10 ++--
gcc/ada/sem_ch7.adb | 21 ++++++---
gcc/ada/sem_elab.adb | 4 +-
gcc/ada/sem_elim.adb | 7 ++-
gcc/ada/sem_eval.adb | 7 ++-
gcc/ada/sem_prag.adb | 7 +--
gcc/ada/sem_res.adb | 1 +
gcc/ada/sem_util.adb | 2 +-
gcc/ada/snames.adb-tmpl | 3 +-
gcc/ada/treepr.adb | 8 ++--
30 files changed, 304 insertions(+), 177 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 f8c4699 2016-07-04 Justin Squirek <squirek(a)adacore.com>
new 84a56e5 2016-07-04 Hristian Kirtchev <kirtchev(a)adacore.com>
new 3610cd0 2016-07-04 Gary Dismukes <dismukes(a)adacore.com>
new b426a73 2016-07-04 Ed Schonberg <schonberg(a)adacore.com>
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:
gcc/ada/ChangeLog | 16 ++++++++++++++++
gcc/ada/einfo.ads | 10 +++++-----
gcc/ada/exp_ch6.adb | 8 ++++----
gcc/ada/freeze.adb | 8 ++++----
gcc/ada/ghost.adb | 9 +++++++++
gcc/ada/sem_ch12.adb | 7 ++++---
gcc/ada/sem_ch3.adb | 10 +++++-----
gcc/ada/sem_ch4.adb | 9 +++++----
gcc/ada/sem_ch8.adb | 4 ++--
gcc/ada/sem_type.adb | 14 +++++++-------
gcc/ada/sinput-l.adb | 42 ++++++++++++++++++++++--------------------
gcc/ada/sinput-l.ads | 36 +++++++++++++++++++-----------------
gcc/ada/xref_lib.adb | 4 ++--
13 files changed, 104 insertions(+), 73 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 cad0649 2016-07-04 Hristian Kirtchev <kirtchev(a)adacore.com>
new 7cfe183 2016-07-04 Ed Schonberg <schonberg(a)adacore.com>
new ce85081 2016-07-04 Justin Squirek <squirek(a)adacore.com>
new 3475684 Minor reformatting.
new d3f18ac 2016-07-04 Bob Duff <duff(a)adacore.com>
new f8c4699 2016-07-04 Justin Squirek <squirek(a)adacore.com>
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:
gcc/ada/ChangeLog | 115 +++++++++
gcc/ada/einfo.adb | 13 +-
gcc/ada/einfo.ads | 21 +-
gcc/ada/freeze.adb | 49 ++--
gcc/ada/lib-xref.adb | 14 +-
gcc/ada/par-prag.adb | 1 +
gcc/ada/sem_ch12.adb | 38 ++-
gcc/ada/sem_ch12.ads | 28 ++-
gcc/ada/sem_ch3.adb | 12 +-
gcc/ada/sem_ch4.adb | 12 +-
gcc/ada/sem_ch8.adb | 6 +-
gcc/ada/sem_elab.adb | 3 +-
gcc/ada/sem_prag.adb | 610 ++++++++++++++++++++++++++++--------------------
gcc/ada/sem_prag.ads | 30 ++-
gcc/ada/sem_type.adb | 6 +-
gcc/ada/sem_util.adb | 13 +-
gcc/ada/sinput-c.adb | 3 +-
gcc/ada/sinput-l.adb | 25 +-
gcc/ada/sinput-l.ads | 19 +-
gcc/ada/sinput.adb | 20 +-
gcc/ada/sinput.ads | 31 ++-
gcc/ada/snames.ads-tmpl | 2 +
gcc/ada/xref_lib.adb | 16 +-
23 files changed, 749 insertions(+), 338 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 lldb.
from ea5632a Join TestTlsGlobal tests again and use the proper decorator
new d40de17 Enable test log collection from remote debug servers (take 2)
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:
packages/Python/lldbsuite/test/lldbtest.py | 81 +++++++++++++---------
.../test/tools/lldb-server/gdbremote_testcase.py | 8 ---
2 files changed, 47 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.