This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 07b4e2f [analyzer] Add basic capabilities to detect source code clones.
new 9f96fce [analyzer] Hotfix for build failure due to declaration shadow [...]
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/StaticAnalyzer/Checkers/CloneChecker.cpp | 6 +++---
1 file changed, 3 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 lld.
from dbe9339 Attemp to fix build bot: http://lab.llvm.org:8011/builders/ll [...]
new 7729ac7 [ELF] - replace error() with llvm_unreachable.
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/LinkerScript.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 llvm.
from 17a4225 [Hexagon] Bitwise operations for insert/extract word not simplified
new f39cea0 Add link to the Hexagon documentation
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:
docs/CompilerWriterInfo.rst | 5 +++++
1 file changed, 5 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 lld.
from 915956f [ELF] Linkerscript: symbol assignments with indentifiers on t [...]
new dbe9339 Attemp to fix build bot: http://lab.llvm.org:8011/builders/ll [...]
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/LinkerScript.cpp | 2 ++
1 file changed, 2 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 llvm.
from 7fdf5b1 MIRParser: Use shorter cfi identifiers
new 2b8ecef Fix NVPTX/call-with-alloca-buffer.ll after r276777.
new 17a4225 [Hexagon] Bitwise operations for insert/extract word not simplified
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:
lib/Target/Hexagon/HexagonBitSimplify.cpp | 89 +++++++++++++++++++++------
lib/Target/Hexagon/HexagonBitTracker.cpp | 21 +++++--
test/CodeGen/Hexagon/bit-gen-rseq.ll | 43 +++++++++++++
test/CodeGen/Hexagon/struct_args.ll | 8 +--
test/CodeGen/NVPTX/call-with-alloca-buffer.ll | 6 +-
5 files changed, 134 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-gen-rseq.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 d0d4152 Add support for creating uuid based build-id's in a MinGW32 e [...]
new 9cf12d5 Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_si [...]
new 40c3170 Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot P [...]
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:
gdb/ChangeLog | 25 ++++
gdb/amd64-linux-nat.c | 10 +-
gdb/gdbserver/ChangeLog | 5 +
gdb/gdbserver/linux-x86-low.c | 10 +-
gdb/nat/amd64-linux-siginfo.c | 298 ++++++++++++++++++++++--------------------
gdb/nat/linux-ptrace.c | 22 ++--
6 files changed, 209 insertions(+), 161 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 98a069f [CMAKE] Find ld64 using xcrun
new e20e4c1 [MC] Don't crash when trying to emit a relocation against .bss.
new 7fdf5b1 MIRParser: Use shorter cfi identifiers
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:
lib/CodeGen/MIRParser/MILexer.cpp | 10 ++++----
lib/CodeGen/MIRPrinter.cpp | 10 ++++----
lib/MC/MCAssembler.cpp | 4 +--
test/CodeGen/ARM/ARMLoadStoreDBG.mir | 6 ++---
test/CodeGen/MIR/AArch64/cfi-def-cfa.mir | 10 ++++----
test/CodeGen/MIR/ARM/cfi-same-value.mir | 30 +++++++++++-----------
test/CodeGen/MIR/ARM/sched-it-debug-nodes.mir | 6 ++---
test/CodeGen/MIR/Mips/memory-operands.mir | 12 ++++-----
test/CodeGen/MIR/X86/cfi-def-cfa-offset.mir | 6 ++---
test/CodeGen/MIR/X86/cfi-def-cfa-register.mir | 10 ++++----
test/CodeGen/MIR/X86/cfi-offset.mir | 8 +++---
.../MIR/X86/early-clobber-register-flag.mir | 2 +-
.../MIR/X86/expected-comma-after-cfi-register.mir | 6 ++---
.../MIR/X86/expected-offset-after-cfi-operand.mir | 4 +--
.../X86/expected-register-after-cfi-operand.mir | 6 ++---
.../MIR/X86/fixed-stack-memory-operands.mir | 2 +-
.../MIR/X86/large-cfi-offset-number-error.mir | 4 +--
test/CodeGen/MIR/X86/liveout-register-mask.mir | 6 ++---
test/CodeGen/MIR/X86/memory-operands.mir | 2 +-
test/CodeGen/X86/patchpoint-verifiable.mir | 6 ++---
test/DebugInfo/MIR/X86/live-debug-values.mir | 4 +--
test/MC/X86/reloc-bss.s | 9 +++++++
22 files changed, 86 insertions(+), 77 deletions(-)
create mode 100644 test/MC/X86/reloc-bss.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 clang.
from cefd547 Modules: add command line option fmodules-disable-diagnostic- [...]
new 07b4e2f [analyzer] Add basic capabilities to detect source code clones.
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/Analysis/CloneDetection.h | 235 ++++++++++++++++++
include/clang/StaticAnalyzer/Checkers/Checkers.td | 16 ++
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/CloneDetection.cpp | 277 ++++++++++++++++++++++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 96 ++++++++
test/Analysis/copypaste/blocks.cpp | 19 ++
test/Analysis/copypaste/false-positives.cpp | 29 +++
test/Analysis/copypaste/functions.cpp | 25 ++
test/Analysis/copypaste/objc-methods.m | 27 +++
test/Analysis/copypaste/sub-sequences.cpp | 27 +++
11 files changed, 753 insertions(+)
create mode 100644 include/clang/Analysis/CloneDetection.h
create mode 100644 lib/Analysis/CloneDetection.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/CloneChecker.cpp
create mode 100644 test/Analysis/copypaste/blocks.cpp
create mode 100644 test/Analysis/copypaste/false-positives.cpp
create mode 100644 test/Analysis/copypaste/functions.cpp
create mode 100644 test/Analysis/copypaste/objc-methods.m
create mode 100644 test/Analysis/copypaste/sub-sequences.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 lld.
from 39642e8 [ELF] - Linkerscript: implemented ALIGN modificatior of outpu [...]
new 915956f [ELF] Linkerscript: symbol assignments with indentifiers on t [...]
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/LinkerScript.cpp | 32 ++++++++++++++++++++--
.../linkerscript/linkerscript-symbol-assignexpr.s | 32 ++++++++++++++++++++++
2 files changed, 61 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/linkerscript/linkerscript-symbol-assignexpr.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 5d321c1 [InstSimplify] Cast folding can be made more generic
new 98a069f [CMAKE] Find ld64 using xcrun
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:
cmake/config-ix.cmake | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.