This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 791aecc9756 Removed, no longer used.
new 190186c575f Renamed s-thread__ae653.adb
new 664a79dfc20 Restored, removed by mistake.
new 573c3487bff * gcc-interface/gigi.h (enum standard_datatypes): Minor tw [...]
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 | 5 +
gcc/ada/gcc-interface/gigi.h | 3 +-
gcc/ada/gcc-interface/trans.c | 14 +-
.../{g-bubsor.adb => g-io-put__vxworks.adb} | 37 ++-
gcc/ada/libgnat/s__thread-ae653.adb | 247 ---------------------
5 files changed, 31 insertions(+), 275 deletions(-)
copy gcc/ada/libgnat/{g-bubsor.adb => g-io-put__vxworks.adb} (80%)
delete mode 100644 gcc/ada/libgnat/s__thread-ae653.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 clang.
from 9b80cb1f6c Revert r312830: "Reinstall the patch "Use EmitPointerWithAli [...]
new 889a43bfc9 [clang-format] Fixed one-line if statement
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/Format/UnwrappedLineFormatter.cpp | 150 ++++++++++++++++++++++++----------
unittests/Format/FormatTest.cpp | 79 ++++++++++++++++++
2 files changed, 187 insertions(+), 42 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 19c3db38489 2017-09-11 Jerome Lambourg <lambourg(a)adacore.com>
new ba704b70ed4 2017-09-11 Yannick Moy <moy(a)adacore.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/ada/lib-xref-spark_specific.adb | 2 +-
1 file changed, 1 insertion(+), 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 b7e5530c087 Fixed a typo in llvm-cov/deferred-region.cpp test.
new 5b272fa4557 [GlobalISel][X86] G_ANYEXT 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:
lib/Target/X86/X86InstructionSelector.cpp | 55 ++++++
lib/Target/X86/X86LegalizerInfo.cpp | 14 +-
.../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 113 +++++++++++
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 165 +++++++++++++++++
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 120 ++++++++++++
test/CodeGen/X86/GlobalISel/select-ext.mir | 206 +++++++++++++++++++++
6 files changed, 666 insertions(+), 7 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 8b9e95cb877 AMDGPU: trivial comment change
new b7e5530c087 Fixed a typo in llvm-cov/deferred-region.cpp test.
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/tools/llvm-cov/deferred-region.cpp | 2 +-
1 file changed, 1 insertion(+), 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-tools-extra.
from 03192673 Update for PrintHelpMessage not calling exit.
new 7ec7900d [clang-tidy] add more aliases for the hicpp module
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/hicpp/HICPPTidyModule.cpp | 30 ++++++++++++++++++++++
docs/ReleaseNotes.rst | 14 +++++++++-
.../checks/hicpp-braces-around-statements.rst | 2 +-
.../clang-tidy/checks/hicpp-deprecated-headers.rst | 11 ++++++++
docs/clang-tidy/checks/hicpp-move-const-arg.rst | 10 ++++++++
docs/clang-tidy/checks/hicpp-no-array-decay.rst | 11 ++++++++
docs/clang-tidy/checks/hicpp-no-malloc.rst | 11 ++++++++
docs/clang-tidy/checks/hicpp-static-assert.rst | 10 ++++++++
docs/clang-tidy/checks/hicpp-use-auto.rst | 10 ++++++++
docs/clang-tidy/checks/hicpp-use-emplace.rst | 10 ++++++++
docs/clang-tidy/checks/hicpp-use-noexcept.rst | 10 ++++++++
docs/clang-tidy/checks/hicpp-use-nullptr.rst | 10 ++++++++
docs/clang-tidy/checks/hicpp-vararg.rst | 11 ++++++++
docs/clang-tidy/checks/list.rst | 10 ++++++++
14 files changed, 158 insertions(+), 2 deletions(-)
create mode 100644 docs/clang-tidy/checks/hicpp-deprecated-headers.rst
create mode 100644 docs/clang-tidy/checks/hicpp-move-const-arg.rst
create mode 100644 docs/clang-tidy/checks/hicpp-no-array-decay.rst
create mode 100644 docs/clang-tidy/checks/hicpp-no-malloc.rst
create mode 100644 docs/clang-tidy/checks/hicpp-static-assert.rst
create mode 100644 docs/clang-tidy/checks/hicpp-use-auto.rst
create mode 100644 docs/clang-tidy/checks/hicpp-use-emplace.rst
create mode 100644 docs/clang-tidy/checks/hicpp-use-noexcept.rst
create mode 100644 docs/clang-tidy/checks/hicpp-use-nullptr.rst
create mode 100644 docs/clang-tidy/checks/hicpp-vararg.rst
--
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 b63c97576ac Removed.
new 303f8f673e1 Make HSA resilient to side-effects of split_edge
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 | 9 +++++++++
gcc/hsa-gen.c | 51 ++++++++++++++++++++++++++++++++++++++-------------
gcc/hsa-regalloc.c | 14 +++++++++++---
3 files changed, 58 insertions(+), 16 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 130b6dcabd1 2017-09-11 Yannick Moy <moy(a)adacore.com>
new 2a90c1a67db Update header.
new 1f353f05586 * s-auxdec-empty.ads, s-auxdec-empty.adb: Removed, no long [...]
new b63c97576ac Removed.
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/9drpc.adb | 1051 --------------------------------------------
gcc/ada/libgnat/ada.ads | 2 -
gcc/ada/s-auxdec-empty.adb | 34 --
gcc/ada/s-auxdec-empty.ads | 47 --
4 files changed, 1134 deletions(-)
delete mode 100644 gcc/ada/9drpc.adb
delete mode 100644 gcc/ada/s-auxdec-empty.adb
delete mode 100644 gcc/ada/s-auxdec-empty.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.