This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ce95ea092c5 [ARC] Fix FLS, SETI patterns.
new 64c7bc17f33 x86/cet: Use unsigned integer to unwind shadow stack
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:
libitm/ChangeLog | 5 +++++
libitm/config/x86/sjlj.S | 8 ++++----
2 files changed, 9 insertions(+), 4 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 b66694ab520 [LoopUnroll] Fix potentially incorrect SCEV invalidation in [...]
new 8922c109182 [X86] Remove unnecessary MMX reg-mem InstRW scheduler overrides.
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 | 43 +++------------------------------
lib/Target/X86/X86SchedHaswell.td | 43 +++------------------------------
lib/Target/X86/X86SchedSandyBridge.td | 1 -
lib/Target/X86/X86SchedSkylakeClient.td | 20 +--------------
lib/Target/X86/X86SchedSkylakeServer.td | 19 +--------------
lib/Target/X86/X86ScheduleAtom.td | 5 +---
6 files changed, 9 insertions(+), 122 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 0382a3a0 update readability-identifier-naming-objc test to use interfa [...]
new ad33152b Fix tests after changes to clang-format in r330573.
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:
...readability-braces-around-statements-format.cpp | 22 +++++++++++-----------
unittests/include-fixer/IncludeFixerTest.cpp | 18 ++++++++++--------
2 files changed, 21 insertions(+), 19 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 binutils-gdb.
from 5a6312e8c0 Silence gcc-8 warnings
new bf82069dce Prevent an illegal memory access in gprof by ensuring that s [...]
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:
bfd/ChangeLog | 12 ++++++++++++
bfd/aoutx.h | 7 ++++---
2 files changed, 16 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 lldb.
from 5febeff67 [CMake] Gate 'dsymutil' dependency
new 74e9c6fa1 llgs-tests: Increase packet time out
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:
unittests/tools/lldb-server/tests/TestClient.cpp | 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.
from 53b59bc247 [CodeGen] Reland r330442: Add an option to suppress output o [...]
new 1fb3c210ec [OpenCL] Reject virtual functions for OpenCL C++
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/DiagnosticParseKinds.td | 4 +++
include/clang/Basic/LangOptions.def | 1 +
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/Parse/ParseDecl.cpp | 10 ++++++-
test/Parser/opencl-cxx-virtual.cl | 45 +++++++++++++++++++++++++++++
5 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 test/Parser/opencl-cxx-virtual.cl
--
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 d356fd67325 [LoopSimplify] Fix incorrect SCEV invalidation
new b66694ab520 [LoopUnroll] Fix potentially incorrect SCEV invalidation in [...]
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/Transforms/Utils/LoopUnrollRuntime.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 0a556c8c152 Fix BNF nits in TableGen language reference.
new d356fd67325 [LoopSimplify] Fix incorrect SCEV invalidation
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/Analysis/ScalarEvolution.h | 6 ++++++
lib/Analysis/ScalarEvolution.cpp | 6 ++++++
lib/Transforms/Utils/LoopSimplify.cpp | 23 ++++++++++++-----------
test/Transforms/LoopSimplify/preserve-scev.ll | 2 +-
4 files changed, 25 insertions(+), 12 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 5456d852f4 [clang-format] Fix clang-tidy readability problems, NFCI
new 53b59bc247 [CodeGen] Reland r330442: Add an option to suppress output 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:
include/clang/Driver/Options.td | 5 ++++-
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/CGDebugInfo.cpp | 3 ++-
lib/CodeGen/CodeGenModule.cpp | 3 ++-
lib/Driver/ToolChains/Clang.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/no-ident-version.c | 19 +++++++++++++++++++
7 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/no-ident-version.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 3a450c6074 Format closing braces when reformatting the line containing [...]
new 5456d852f4 [clang-format] Fix clang-tidy readability problems, NFCI
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/BreakableToken.h | 4 ++--
lib/Format/NamespaceEndCommentsFixer.cpp | 6 +++---
lib/Format/TokenAnnotator.h | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.