This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 41a887af5a8 [StackProtector] Ignore certain intrinsics when calculating [...]
new 351641203ef [TableGen] Change std::sort to llvm::sort in response to r327219
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/TableGen/Record.cpp | 8 ++++----
utils/TableGen/CTagsEmitter.cpp | 2 +-
utils/TableGen/CodeGenDAGPatterns.cpp | 4 ++--
utils/TableGen/CodeGenRegisters.cpp | 22 +++++++++++-----------
utils/TableGen/CodeGenSchedule.cpp | 24 ++++++++++++------------
utils/TableGen/CodeGenTarget.cpp | 23 ++++++++++++-----------
utils/TableGen/DAGISelEmitter.cpp | 2 +-
utils/TableGen/FastISelEmitter.cpp | 2 +-
utils/TableGen/GlobalISelEmitter.cpp | 14 +++++++-------
utils/TableGen/InfoByHwMode.cpp | 4 ++--
utils/TableGen/RegisterInfoEmitter.cpp | 2 +-
utils/TableGen/SubtargetEmitter.cpp | 18 +++++++++---------
12 files changed, 63 insertions(+), 62 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 0f09c5e66ad [EarlyCSE] Add debug counter for debugging mis-optimizations. NFC.
new 41a887af5a8 [StackProtector] Ignore certain intrinsics when calculating [...]
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/CodeGen/StackProtector.cpp | 15 +++++++++++++--
test/CodeGen/X86/stack-protector-dbginfo.ll | 18 ++++++++++++++++++
test/CodeGen/X86/stack-protector.ll | 17 +++++++++++++++++
3 files changed, 48 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 binutils-gdb.
from 2008a0dbe3 Display all DWARF 5 language names
new 7f8a5d38ed Add -Wno-error=deprecated-register to gdb build flags
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 | 6 ++++++
gdb/configure | 3 ++-
gdb/warning.m4 | 3 ++-
3 files changed, 10 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 gcc.
from ecb41bca240 2018-04-06 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 7ea6a6472d3 RISC-V: Support for FreeBSD.
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 | 10 ++++++++-
gcc/config.gcc | 9 ++++++++
gcc/config/riscv/freebsd.h | 54 ++++++++++++++++++++++++++++++++++++++++++++++
libgcc/ChangeLog | 4 ++++
libgcc/config.host | 4 ++++
5 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 gcc/config/riscv/freebsd.h
--
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 9b959041b2 Revert r329442 "Generate Libclang invocation reproducers usi [...]
new 88b9251b30 Don't assume constructors return void.
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/CodeGenCXX/tail-padding.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-tools-extra.
from 8032c6b8 [clang-tidy] Sort includes; NFC
new 016f7958 [clang-tidy] Check if grand-..parent's virtual method was cal [...]
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/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/ParentVirtualCallCheck.cpp | 154 ++++++++++++++++++
...{UnusedRaiiCheck.h => ParentVirtualCallCheck.h} | 16 +-
docs/ReleaseNotes.rst | 6 +
.../checks/bugprone-parent-virtual-call.rst | 23 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/bugprone-parent-virtual-call.cpp | 179 +++++++++++++++++++++
8 files changed, 375 insertions(+), 8 deletions(-)
create mode 100755 clang-tidy/bugprone/ParentVirtualCallCheck.cpp
copy clang-tidy/bugprone/{UnusedRaiiCheck.h => ParentVirtualCallCheck.h} (54%)
mode change 100644 => 100755
create mode 100755 docs/clang-tidy/checks/bugprone-parent-virtual-call.rst
create mode 100755 test/clang-tidy/bugprone-parent-virtual-call.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 clang.
from 53c3ad8673 Revert "[analyzer] Remove an unused variable"
new 9b959041b2 Revert r329442 "Generate Libclang invocation reproducers usi [...]
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/Driver.h | 16 +-
lib/Driver/Driver.cpp | 12 +-
test/Index/create-libclang-completion-reproducer.c | 14 --
test/Index/create-libclang-parsing-reproducer.c | 21 ---
tools/driver/CMakeLists.txt | 1 -
tools/driver/cc1gen_reproducer_main.cpp | 196 ---------------------
tools/driver/driver.cpp | 4 -
7 files changed, 6 insertions(+), 258 deletions(-)
delete mode 100644 test/Index/create-libclang-completion-reproducer.c
delete mode 100644 test/Index/create-libclang-parsing-reproducer.c
delete mode 100644 tools/driver/cc1gen_reproducer_main.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 clang.
from 4b288bd1d8 [analyzer] Remove an unused variable
new 53c3ad8673 Revert "[analyzer] Remove an unused variable"
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/Analysis/LiveVariables.cpp | 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.
from 2cc079addd Generate Libclang invocation reproducers using a new -cc1gen [...]
new 4b288bd1d8 [analyzer] Remove an unused variable
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/Analysis/LiveVariables.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.