This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dmalcolm/lsp-v1.3
in repository gcc.
at b9603806c52 Introduce a blt_context class
This branch includes the following new commits:
new 7db7f31be67 Add param-type-mismatch.c/C testcases as a baseline
new d7613d8c63e diagnostics: support prefixes within diagnostic_show_locus
new 89989f03d29 Core of BLT implementation
new 028fafdc6d6 C frontend: capture BLT information
new 2f42c3de2be C++ frontend: capture BLT information
new 8dcff85dda9 C: use BLT to highlight parameter of callee decl for mismat [...]
new d231696c0c4 C++: use BLT to highlight parameter of callee decl for mism [...]
new 98e14da5989 C: highlight return types when complaining about mismatches
new 31db007bb32 C++: highlight return types when complaining about mismatches
new 1e4beec6e43 C++: provide fix-it hints in -Wsuggest-override
new cf8f671daab Add JSON implementation
new 92d98f6e590 Add server.h and server.cc
new 80cf14dac6d Add http-server.h and http-server.cc
new 8c84ba4f282 Add implementation of JSON-RPC
new 59e1e5bad83 Language Server Protocol: add lsp::server abstract base class
new c4188f88b56 Language Server Protocol: proof-of-concept GCC implementation
new eaeab855fe9 Language Server Protocol: work-in-progess on testsuite
new 6934a430383 FIXME: workaround for layout ruler width when not at a tty
new a7715c57f52 *** Deferred ***
new b73cec2bba3 Fix selftest::read_file for empty file
new 7a0aed3bcf6 FIXME: ipa-pure-const.c: WIP on suggesting attributes (need [...]
new 08468d16574 FIXME: DEFER: add gcc/testsuite/gcc.dg/noreturn-9.c (uses b [...]
new 978d9bd700c FIXME: DEFER: changes to gcc/testsuite/g++.dg/warn/Wsuggest [...]
new 279ee804d53 FIXME: DEFER: add gcc/testsuite/g++.dg/mismatching-const.C [...]
new 5ae00089897 FIXME: hack in usage of Nicolas Seriot's JSON test suite to [...]
new 8cf2b46d30c FIXME: C WIP: inform_about_return_type
new 4ea6f3a464a FIXME: C: add c_expr::get_location
new 38fd43d4eb7 FIXME: fix typo in server.h
new ac95813ff49 C++: fix ordering of missing std #include suggestion (PR c+ [...]
new b9603806c52 Introduce a blt_context class
The 30 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.
--
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 dmalcolm/lsp-v1.0
in repository gcc.
at 8a98ba2a6cb FIXME: C: add c_expr::get_location
This branch includes the following new commits:
new 7db7f31be67 Add param-type-mismatch.c/C testcases as a baseline
new d7613d8c63e diagnostics: support prefixes within diagnostic_show_locus
new 8051515e1c1 Core of BLT implementation
new 305e7074810 C frontend: capture BLT information
new ae6a1ca0863 C++ frontend: capture BLT information
new a9fe04327a7 C: use BLT to highlight parameter of callee decl for mismat [...]
new f4ab82085f1 C++: use BLT to highlight parameter of callee decl for mism [...]
new 311126753ec C: highlight return types when complaining about mismatches
new 7ca344ea087 C++: highlight return types when complaining about mismatches
new 492964a0315 C++: provide fix-it hints in -Wsuggest-override
new 5e8d1fc94d2 Add JSON implementation
new 57b9047a451 Add server.h and server.c
new d9dcd35b235 Add http-server.h and http-server.c
new 4b3c2b3f9a3 Add implementation of JSON-RPC
new ccf8892c519 Language Server Protocol: add lsp::server abstract base class
new b95baa8f1b6 Language Server Protocol: proof-of-concept GCC implementation
new 0d7e6fb75ef Language Server Protocol: work-in-progess on testsuite
new 92be780e1d0 FIXME: workaround for layout ruler width when not at a tty
new 4ba7d0709af *** Deferred ***
new 31cfc2e0d46 Fix selftest::read_file for empty file
new 20b9d8f832b FIXME: ipa-pure-const.c: WIP on suggesting attributes (need [...]
new 110674304e3 FIXME: DEFER: add gcc/testsuite/gcc.dg/noreturn-9.c (uses b [...]
new d23d4fa88f2 FIXME: DEFER: changes to gcc/testsuite/g++.dg/warn/Wsuggest [...]
new 6a57e6faa24 FIXME: DEFER: add gcc/testsuite/g++.dg/mismatching-const.C [...]
new 19b23471d13 FIXME: hack in usage of Nicolas Seriot's JSON test suite to [...]
new db2ef60f362 FIXME: C WIP: inform_about_return_type
new 8a98ba2a6cb FIXME: C: add c_expr::get_location
The 27 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.
--
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 0c759b0a18 [clang-fuzzer] Allow linking with any fuzzing engine.
new 67126951b5 [Analyzer] Assume that string-like const globals are non-nil.
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/StaticAnalyzer/Checkers/Checkers.td | 4 +
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/NonnullStringConstantsChecker.cpp | 134 +++++++++++++++++++++
test/Analysis/nonnull-string-constants.mm | 90 ++++++++++++++
4 files changed, 229 insertions(+)
create mode 100644 lib/StaticAnalyzer/Checkers/NonnullStringConstantsChecker.cpp
create mode 100644 test/Analysis/nonnull-string-constants.mm
--
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 129f5cca2 Update for llvm change.
new 603f7bf53 [ELF] Try to not emit weird diagnostics on undefined symbols.
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:
ELF/Relocations.cpp | 7 ++++++-
test/ELF/Inputs/undefined-error.s | 1 +
test/ELF/pr34872.s | 14 ++++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/undefined-error.s
create mode 100644 test/ELF/pr34872.s
--
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 233a05308dd Reland "[llvm-objcopy] Add support for --strip-sections to [...]
new b6e79fcc2a2 [x86] avoid infinite loop from SoftenFloatOperand (PR34866)
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/X86ISelLowering.cpp | 5 +++
test/CodeGen/X86/fp128-cast.ll | 65 ++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
--
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 61f290578c [X86] Correct type for argument to clflushopt intrinsic.
new 0c759b0a18 [clang-fuzzer] Allow linking with any fuzzing engine.
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:
tools/clang-fuzzer/CMakeLists.txt | 6 +++++-
1 file 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 gcc.
from 376a82eea17 * config/i386/i386.md (*cmp<X87MODEF:mode>_<SWI24:mode>_i3 [...]
new 299a080a943 [PATCH] Include path enumeration
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 | 14 ++++++++++
gcc/c-family/ChangeLog | 5 ++++
gcc/c-family/c-opts.c | 16 +++++------
gcc/config/darwin-c.c | 8 +++---
gcc/config/vms/vms-c.c | 4 +--
gcc/fortran/ChangeLog | 5 ++++
gcc/fortran/cpp.c | 4 +--
gcc/incpath.c | 76 ++++++++++++++++++++++++++------------------------
gcc/incpath.h | 17 +++++++----
9 files changed, 92 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 llvm.
from 3e4703639ca Remove unused include.
new e7c6ff09d78 [NFC] update test case so checks are not order dependent wh [...]
new f45980e68e5 Convert the last uses of ErrorOr in include/llvm/Object.
new 233a05308dd Reland "[llvm-objcopy] Add support for --strip-sections to [...]
The 3 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/Object/IRObjectFile.h | 4 +-
lib/LTO/LTOModule.cpp | 14 +++---
lib/Object/IRObjectFile.cpp | 22 +++++-----
lib/Object/SymbolicFile.cpp | 6 ++-
test/CodeGen/PowerPC/sjlj.ll | 10 ++---
test/tools/llvm-objcopy/strip-sections.test | 66 +++++++++++++++++++++++++++++
tools/llvm-objcopy/Object.cpp | 51 +++++++++++++---------
tools/llvm-objcopy/Object.h | 1 +
tools/llvm-objcopy/llvm-objcopy.cpp | 22 ++++++++--
9 files changed, 148 insertions(+), 48 deletions(-)
create mode 100644 test/tools/llvm-objcopy/strip-sections.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 4cb91b78e15 * profile-count.h (slow_safe_scale_64bit): New function. [...]
new 376a82eea17 * config/i386/i386.md (*cmp<X87MODEF:mode>_<SWI24:mode>_i3 [...]
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 | 22 ++++-
gcc/config/i386/i386-protos.h | 3 -
gcc/config/i386/i386.c | 25 -----
gcc/config/i386/i386.md | 146 +---------------------------
gcc/config/i386/predicates.md | 17 ----
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/i386/387-ficom-1.c | 41 ++++++++
7 files changed, 71 insertions(+), 187 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/387-ficom-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.