This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0b70ac50d6 Driver: fix an assertion with `-print-prog-name=`
new 0a6f67eb1a Fix bogus MSVC char8_t mangling.
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/AST/MicrosoftMangle.cpp | 2 +-
test/CodeGenCXX/char8_t.cpp | 3 ++-
2 files changed, 3 insertions(+), 2 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 6cdbf16e556 [X86] Split WriteFMul/WriteFDiv into XMM and YMM/ZMM schedu [...]
new 7efbee14e3f [X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
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/Support/Host.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 8bd607bb21 Update existed CodeGen TBAA tests
new 0b70ac50d6 Driver: fix an assertion with `-print-prog-name=`
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/Driver/Driver.cpp | 8 +++++++-
test/Driver/print-empty-prog-name.c | 5 +++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/print-empty-prog-name.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 compiler-rt.
from e45c6d515 tsan: disable trace switching after multithreaded fork
new dcd249132 [compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
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/builtins/cpu_model.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 c39d6acc [clang-tidy/google-runtime-int] Allow passing non-bitwidth ty [...]
new b4917dec [clang-tidy][modernize-raw-string-literal] Don't replace uppe [...]
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/modernize/RawStringLiteralCheck.cpp | 48 ++++++++++++++----------
clang-tidy/modernize/RawStringLiteralCheck.h | 4 ++
test/clang-tidy/modernize-raw-string-literal.cpp | 2 +
3 files changed, 34 insertions(+), 20 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 openacc-gcc-7-branch
in repository gcc.
from df95065d27c [openacc, testsuite] Reduce resource usage for Titan V in p [...]
new b5146f73588 [c, openacc] Handle non-var-decl in mark_vars_oacc_gangprivate
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.openacc | 6 ++++++
gcc/c/c-parser.c | 3 ++-
libgomp/ChangeLog.openacc | 5 +++++
libgomp/testsuite/libgomp.oacc-c/pr85465.c | 11 +++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c/pr85465.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 gcc.
from 98ce9ca593d PR c++/85587 - error with scoped enum in template.
new a4d11b83879 PR tree-optimization/82665 * vr-values.c (vr_values::extr [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr82665.c | 32 ++++++++++++++++++++++++++++++++
gcc/vr-values.c | 33 +++++++++++++++++++++++++++++++++
4 files changed, 76 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr82665.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 df69f1ffbe6 llvm-symbolizer: Handle function definitions nested within [...]
new 6cdbf16e556 [X86] Split WriteFMul/WriteFDiv into XMM and YMM/ZMM schedu [...]
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/X86SchedBroadwell.td | 16 ++++++++------
lib/Target/X86/X86SchedHaswell.td | 16 ++++++++------
lib/Target/X86/X86SchedSandyBridge.td | 34 ++++++++++++++---------------
lib/Target/X86/X86SchedSkylakeClient.td | 16 ++++++++------
lib/Target/X86/X86SchedSkylakeServer.td | 38 +++++++++++++++------------------
lib/Target/X86/X86Schedule.td | 6 ++++--
lib/Target/X86/X86ScheduleAtom.td | 2 ++
lib/Target/X86/X86ScheduleBtVer2.td | 30 ++------------------------
lib/Target/X86/X86ScheduleSLM.td | 2 ++
lib/Target/X86/X86ScheduleZnver1.td | 2 ++
test/CodeGen/X86/avx512-schedule.ll | 14 ++++++------
11 files changed, 80 insertions(+), 96 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 8864a3add44 [X86] Split WriteFRcp/WriteFRsqrt/WriteFSqrt into XMM and Y [...]
new df69f1ffbe6 llvm-symbolizer: Handle function definitions nested within [...]
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/DebugInfo/DWARF/DWARFUnit.cpp | 8 ++++++--
.../Inputs/llvm-symbolizer-local-mem-func-gcc.elf-x86-64 | Bin 0 -> 9416 bytes
test/DebugInfo/llvm-symbolizer.test | 5 +++++
3 files changed, 11 insertions(+), 2 deletions(-)
create mode 100755 test/DebugInfo/Inputs/llvm-symbolizer-local-mem-func-gcc.elf-x86-64
--
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 e52b234c11 Add Microsoft Mangling for OpenCL Half Type
new 8bd607bb21 Update existed CodeGen TBAA tests
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/tbaa-base.cpp | 15 ++++++---
test/CodeGen/tbaa-cast.cpp | 13 +++++---
test/CodeGen/tbaa-class.cpp | 67 +++++++++++++++++++++++++++--------------
test/CodeGen/tbaa-for-vptr.cpp | 16 +++++++---
test/CodeGen/tbaa-ms-abi.cpp | 15 ++++++---
test/CodeGen/tbaa-reference.cpp | 20 ++++++++----
6 files changed, 99 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.