This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c03f8bb480 [ASTImporter] Properly import SourceLocations of Attrs
new 06f52bd15f [OpenCL] Factor out language version printing
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/LangOptions.h | 3 +++
lib/Basic/LangOptions.cpp | 5 +++++
lib/Frontend/CompilerInvocation.cpp | 7 ++-----
lib/Parse/ParseDecl.cpp | 8 ++------
4 files changed, 12 insertions(+), 11 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 gcc-8-branch
in repository gcc.
from 384dfb099e4 Tighten condition in vect/pr85586.c (PR 85654)
new 129cfadcb74 2018-05-08 Richard Biener <rguenther(a)suse.de>
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 | 31 +++++++++++++++++++++++++++++++
gcc/fold-const.c | 14 ++++++++++----
gcc/gimplify.c | 7 +++++--
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr57656.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr85567.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr85588.c | 4 ++++
gcc/testsuite/gcc.dg/torture/pr85615.c | 28 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr85597.c | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-threadupdate.c | 4 +++-
gcc/tree-vect-stmts.c | 27 +++++++++++++++++++++++----
11 files changed, 171 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85567.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85588.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85615.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr85597.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 llvm.
from 9affe20dc07 [llvm-rc] Update a stale comment. NFC.
new 681b39081c3 [llvm-mca][x86] Add div/idiv, mul/imul and inc/dec/neg/nop [...]
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-mca/X86/Atom/resources-x86_64.s | 256 ++++++++++++++++++++-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 256 ++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 256 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 256 ++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 256 ++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 256 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 256 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 256 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 256 ++++++++++++++++++++-
9 files changed, 2295 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 lldb.
from 13a7631e7 Really test type lookup in TestCppTypeLookup.py
new 123ab5ad9 [test] Re-enable TestUnicodeSymbols
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/lang/c/unicode/TestUnicodeSymbols.py | 1 -
1 file changed, 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 77e60e54 Add support for ObjC property name to be a single acronym.
new 0ae5fe43 [clang-tidy] Profile is a per-AST (per-TU) data.
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/CMakeLists.txt | 1 +
clang-tidy/ClangTidy.cpp | 24 +++++---
clang-tidy/ClangTidy.h | 2 +-
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 4 +-
clang-tidy/ClangTidyDiagnosticConsumer.h | 16 ++----
clang-tidy/ClangTidyProfiling.cpp | 65 ++++++++++++++++++++++
clang-tidy/ClangTidyProfiling.h | 41 ++++++++++++++
clang-tidy/tool/ClangTidyMain.cpp | 45 +--------------
.../clang-tidy-enable-check-profile-one-tu.cpp | 18 ++++++
.../clang-tidy-enable-check-profile-two-tu.cpp | 24 ++++++++
10 files changed, 174 insertions(+), 66 deletions(-)
create mode 100644 clang-tidy/ClangTidyProfiling.cpp
create mode 100644 clang-tidy/ClangTidyProfiling.h
create mode 100644 test/clang-tidy/clang-tidy-enable-check-profile-one-tu.cpp
create mode 100644 test/clang-tidy/clang-tidy-enable-check-profile-two-tu.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 gcc.
from 4db2b348bfe 2018-05-08 Olga Makhotina <olga.makhotina(a)intel.com>
new 9f91ba1728c PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supported
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/Makefile.am | 6 +++---
libstdc++-v3/include/Makefile.in | 6 +++---
libstdc++-v3/include/bits/c++config | 3 +--
4 files changed, 16 insertions(+), 8 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 glibc.
from 50d7d351b5 x86-64/memset: Mark the debugger symbol as hidden
new 0555c47719 Fix comment typo
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 | 4 ++++
sysdeps/nptl/internaltypes.h | 2 +-
2 files changed, 5 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 binutils-gdb.
from 7785df4880 watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests
new f413a91378 Correct powerpc spe opcode lookup
new 886d542809 PR23141, SIGSEGV in bfd_elf_set_group_contents
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:
binutils/ChangeLog | 6 ++++++
binutils/objcopy.c | 11 ++++++-----
opcodes/ChangeLog | 6 ++++++
opcodes/ppc-dis.c | 12 ++++++------
4 files changed, 24 insertions(+), 11 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 3c266eaeba [ASTMatchers] Overload isConstexpr for ifStmts
new c03f8bb480 [ASTImporter] Properly import SourceLocations of Attrs
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/ASTImporter.h | 7 +++++++
lib/AST/ASTImporter.cpp | 25 ++++++++++++-------------
test/Import/attr/Inputs/S.cpp | 13 +++++++++++++
test/Import/attr/test.cpp | 26 ++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 13 deletions(-)
create mode 100644 test/Import/attr/Inputs/S.cpp
create mode 100644 test/Import/attr/test.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.