This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d7bfedaf203 PR82396 workaround
new 1cc0785d275 [C++ PATCH] use hash-table for namespace contents
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/cp/ChangeLog | 12 ++++++++++++
gcc/cp/cp-tree.h | 41 +++++++++++++++++++++++++++++++++++++----
gcc/cp/lex.c | 2 +-
gcc/cp/name-lookup.c | 36 ++++++++++++------------------------
4 files changed, 62 insertions(+), 29 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 13426d53c59 Re-land "[MergeICmps] Disable mergeicmps if the target does [...]
new d51f64169ed Revert "[MergeICmps] Disable mergeicmps if the target does [...]
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/Scalar/MergeICmps.cpp | 48 +++---------
test/Transforms/MergeICmps/X86/lit.local.cfg | 3 -
test/Transforms/MergeICmps/X86/pair-int32-int32.ll | 91 ----------------------
test/Transforms/MergeICmps/X86/volatile.ll | 48 ------------
test/Transforms/MergeICmps/pair-int32-int32.ll | 81 +++++++++----------
.../MergeICmps/{X86 => }/tuple-four-int8.ll | 39 +++-------
test/Transforms/MergeICmps/volatile.ll | 30 +++++++
7 files changed, 89 insertions(+), 251 deletions(-)
delete mode 100644 test/Transforms/MergeICmps/X86/lit.local.cfg
delete mode 100644 test/Transforms/MergeICmps/X86/pair-int32-int32.ll
delete mode 100644 test/Transforms/MergeICmps/X86/volatile.ll
rename test/Transforms/MergeICmps/{X86 => }/tuple-four-int8.ll (57%)
create mode 100644 test/Transforms/MergeICmps/volatile.ll
--
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 e0d8f43169 Add "do/while(0);" to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC
new 2081b2b2ca Move i386.o to arch/i386.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:
gdb/ChangeLog | 5 +++++
gdb/Makefile.in | 2 +-
gdb/configure.tgt | 2 +-
3 files changed, 7 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 099ebb8f [clangd] Add textDocument/signatureHelp
new 313b24d3 Fix nested namespaces in google-readability-nested-namespace- [...]
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/readability/NamespaceCommentCheck.cpp | 63 ++++++++++++++++++----
clang-tidy/readability/NamespaceCommentCheck.h | 1 +
...oogle-readability-nested-namespace-comments.cpp | 17 ++++++
3 files changed, 71 insertions(+), 10 deletions(-)
create mode 100644 test/clang-tidy/google-readability-nested-namespace-comments.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 binutils-gdb.
from a1b85d282f Fix more GDB build breakage on mingw32
new e0d8f43169 Add "do/while(0);" to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC
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 | 5 +++++
bfd/elfxx-x86.h | 38 +++++++++++++++++++++++---------------
2 files changed, 28 insertions(+), 15 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 f7351883ca6 [TableGen] : CodeGenInsrtuction modify to range loop. NFC.
new 13426d53c59 Re-land "[MergeICmps] Disable mergeicmps if the target does [...]
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/Scalar/MergeICmps.cpp | 48 +++++++++----
.../MergeICmps}/X86/lit.local.cfg | 0
.../MergeICmps/{ => X86}/pair-int32-int32.ll | 60 ++++++++--------
.../MergeICmps/{ => X86}/tuple-four-int8.ll | 39 ++++++++---
test/Transforms/MergeICmps/X86/volatile.ll | 48 +++++++++++++
test/Transforms/MergeICmps/pair-int32-int32.ll | 81 ++++++++++++----------
test/Transforms/MergeICmps/volatile.ll | 30 --------
7 files changed, 189 insertions(+), 117 deletions(-)
copy test/{Analysis/CostModel => Transforms/MergeICmps}/X86/lit.local.cfg (100%)
copy test/Transforms/MergeICmps/{ => X86}/pair-int32-int32.ll (53%)
rename test/Transforms/MergeICmps/{ => X86}/tuple-four-int8.ll (57%)
create mode 100644 test/Transforms/MergeICmps/X86/volatile.ll
delete mode 100644 test/Transforms/MergeICmps/volatile.ll
--
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 9c61da99be0 2017-10-06 Sebastian Pop <sebpop(a)gmail.com>
new d7bfedaf203 PR82396 workaround
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 | 5 +++++
gcc/haifa-sched.c | 3 ++-
2 files changed, 7 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 clang-tools-extra.
from affb2d35 [clangd] Attempt to fix compilation with MSVC.
new 099ebb8f [clangd] Add textDocument/signatureHelp
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:
clangd/ClangdLSPServer.cpp | 13 ++
clangd/ClangdLSPServer.h | 2 +
clangd/ClangdServer.cpp | 29 +++
clangd/ClangdServer.h | 12 ++
clangd/ClangdUnit.cpp | 277 +++++++++++++++++++++++------
clangd/ClangdUnit.h | 8 +
clangd/Protocol.cpp | 55 ++++++
clangd/Protocol.h | 42 +++++
clangd/ProtocolHandlers.cpp | 20 +++
clangd/ProtocolHandlers.h | 2 +
test/clangd/formatting.test | 1 -
test/clangd/initialize-params-invalid.test | 3 +-
test/clangd/initialize-params.test | 3 +-
test/clangd/signature-help.test | 42 +++++
14 files changed, 450 insertions(+), 59 deletions(-)
create mode 100644 test/clangd/signature-help.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 gcc.
from 9004757d4d6 2017-10-06 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9c61da99be0 2017-10-06 Sebastian Pop <sebpop(a)gmail.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/ChangeLog | 8 +++++
gcc/graphite-dependences.c | 78 +++++++++++++---------------------------------
2 files changed, 29 insertions(+), 57 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 b79f7801a2 Fix GDB build under msys+mingw gcc 32bit
new a1b85d282f Fix more GDB build breakage on mingw32
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:
gdb/ChangeLog | 4 ++++
gdb/windows-nat.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.