This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f2e8b97a0c [SemaCodeComplete] Allow passing out scope specifiers in qua [...]
new 006661785e [clang-format] Improve ObjC headers 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/Format/Format.cpp | 4 +++-
unittests/Format/FormatTestObjC.cpp | 11 +++++++++++
2 files changed, 14 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 lld.
from a573d5344 [ELF] Reset OutputSection size prior to processing linker scr [...]
new 22083bc38 [ELF] Move SHF_LINK_ORDER processing earlier in Writer.cpp [NFC]
new 95138d733 [ELF] Refactor to remove loop copying all Sections in OS->fin [...]
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:
ELF/OutputSections.cpp | 44 +++++++++++---------------------------------
ELF/Writer.cpp | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 33 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 56adbb23276 2017-12-12 Richard Biener <rguenther(a)suse.de>
new 9de168c69ca Fix g++.old-deja/g++.pt/const2.C on Solaris
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/lib/gcc-dg.exp | 5 +++--
2 files changed, 8 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 af40d4eb [clangd] Document highlights for clangd
new 27f92230 [clangd] clang-format the code. NFC
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/fuzzer/ClangdFuzzer.cpp | 2 +-
clangd/tool/ClangdMain.cpp | 3 +--
unittests/clangd/CodeCompleteTests.cpp | 5 +++--
3 files changed, 5 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 newlib.
from 32988bd40 cygwin: add mmap fork fix to 2.10.0 release test
new efce18d75 Update MAINTAINERS file email address.
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:
newlib/MAINTAINERS | 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 binutils-gdb.
from a933405894 remote: Return NULL extra_info/name if they are empty
new db9077b727 PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE
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 | 12 +++++++
gdb/ppc64-tdep.c | 101 +++++++++++++++++++++++--------------------------------
2 files changed, 55 insertions(+), 58 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 28016c6005d [PowerPC] Follow-up to r318436 to get the missed CSE opportunities
new cdba0c77254 [PowerPC] Add branch flag on asm parser-only branch instructions
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/PowerPC/PPCInstrInfo.td | 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-tools-extra.
from 27f4dd47 [clangd] Introduced a Context that stores implicit data
new af40d4eb [clangd] Document highlights for clangd
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 | 17 +++
clangd/ClangdLSPServer.h | 1 +
clangd/ClangdServer.cpp | 33 +++++
clangd/ClangdServer.h | 7 +-
clangd/ClangdUnit.cpp | 214 +++++++++++++++++++++++------
clangd/ClangdUnit.h | 4 +-
clangd/Protocol.cpp | 7 +
clangd/Protocol.h | 30 ++++
clangd/ProtocolHandlers.cpp | 2 +
clangd/ProtocolHandlers.h | 2 +
test/clangd/documenthighlight.test | 42 ++++++
test/clangd/initialize-params-invalid.test | 1 +
test/clangd/initialize-params.test | 1 +
13 files changed, 315 insertions(+), 46 deletions(-)
create mode 100644 test/clangd/documenthighlight.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 5934eeb7248 [Patch combine] Don't create vector mode ZERO_EXTEND from subregs
new 56adbb23276 2017-12-12 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 | 8 +++++++
gcc/graphite-scop-detection.c | 40 +++++++--------------------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr83385.c | 32 ++++++++++++++++++++++++++
4 files changed, 53 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr83385.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 efc3af1a052 Revert r320461 - causing ICE in windows buildss
new 28016c6005d [PowerPC] Follow-up to r318436 to get the missed CSE opportunities
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/PowerPC/PPCISelDAGToDAG.cpp | 66 ++++++++++++-
test/CodeGen/PowerPC/store-constant.ll | 147 +++++++++++++++++++++++++++++
test/CodeGen/PowerPC/testComparesigeuc.ll | 2 +-
test/CodeGen/PowerPC/testComparesigeus.ll | 5 +-
test/CodeGen/PowerPC/testComparesllgeuc.ll | 2 +-
test/CodeGen/PowerPC/testComparesllgeus.ll | 5 +-
6 files changed, 218 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.