This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 58767674244 * bb-reorder.c (find_traces_1_round): Fix off-by-one index [...]
new e7bc451ad99 2017-10-27 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-82218.C | 128 +++++++++++++++++++++++++++
2 files changed, 133 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-82218.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 clang.
from b26cd8eec6 [Analyzer] [Tests] Fixing typo from the previous commit.
new c10c256001 ARM: centralise SizeType, PtrDiffType, and IntPtrType
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/ARM.cpp | 44 +++++++++++++-------------------------------
test/Preprocessor/init.c | 5 +++++
2 files changed, 18 insertions(+), 31 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 96e737056e1 PR target/82268 Correct FAIL when configured --with-cpu
new 58767674244 * bb-reorder.c (find_traces_1_round): Fix off-by-one index [...]
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 | 7 ++++++
gcc/bb-reorder.c | 43 ++++++++++++++++++---------------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/opt68.adb | 53 +++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/opt68.ads | 26 ++++++++++++++++++++
5 files changed, 114 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt68.adb
create mode 100644 gcc/testsuite/gnat.dg/opt68.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 lld.
from 27fa2bee7 Remove trailing whitespace.
new 842a7ba2f Rename isInCurrentDSO -> isInCurrentOutput.
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:
ELF/MarkLive.cpp | 2 +-
ELF/SymbolTable.cpp | 12 ++++++------
ELF/Symbols.cpp | 6 +++---
ELF/Symbols.h | 2 +-
ELF/SyntheticSections.cpp | 6 +++---
ELF/Writer.cpp | 4 ++--
6 files changed, 16 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 clang.
from c124c77b3b [MS] Allow access to ambiguous, inaccessible direct bases
new b26cd8eec6 [Analyzer] [Tests] Fixing typo from the previous commit.
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:
utils/analyzer/SATestBuild.py | 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.
from 0d8450b358 [Analyzer] [Tests] Dump the output of scan-build to stdout o [...]
new c124c77b3b [MS] Allow access to ambiguous, inaccessible direct bases
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/Basic/DiagnosticGroups.td | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++
lib/Sema/SemaDeclCXX.cpp | 55 +++++++++++++++++--------
test/CodeGenCXX/microsoft-inaccessible-base.cpp | 20 +++++++++
test/SemaCXX/accessible-base.cpp | 32 +++++++++++++-
5 files changed, 92 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGenCXX/microsoft-inaccessible-base.cpp
--
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 glibc.
from 63d3b468c1 i386: Regenerate libm-test-ulps for for gcc 7
new 7e9d70736b Include bits/mathcalls.h for more _FloatN, _FloatNx types.
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:
ChangeLog | 11 ++++++
math/math.h | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 134 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 clang.
from d6689452f5 StaticAnalyzer: Modularize/fix ODR violations making functio [...]
new 0d8450b358 [Analyzer] [Tests] Dump the output of scan-build to stdout o [...]
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:
utils/analyzer/SATestBuild.py | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 8822399c8a3 Add a few missing headers for modularization/IWYU/etc
new 31407d3674a [Hexagon] Adjust patterns to reflect instruction selection [...]
new b3d6348d2e6 Add support for writing 64-bit symbol tables for archives w [...]
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/Object/ArchiveWriter.cpp | 64 ++++++++++++++++++++++++++++++-----
lib/Target/Hexagon/HexagonPatterns.td | 37 ++++++++++++++++----
test/CodeGen/Hexagon/isel-prefer.ll | 57 +++++++++++++++++++++++++++++++
test/CodeGen/Hexagon/swp-stages4.ll | 4 +--
test/Object/archive-SYM64-write.test | 31 +++++++++++++++++
5 files changed, 175 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-prefer.ll
create mode 100644 test/Object/archive-SYM64-write.test
--
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 9875a79d9f9 [DAGCombine] Don't combine sext with extload if sextload is [...]
new 8822399c8a3 Add a few missing headers for modularization/IWYU/etc
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/llvm/MC/MCWasmStreamer.h | 4 ++--
include/llvm/PassAnalysisSupport.h | 1 +
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h | 2 +-
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h | 1 +
lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h | 2 ++
lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h | 1 +
6 files changed, 8 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.