This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4ef348edf8a Use const where possible. NFCI.
new 13077c99b1a [X86][AVX] Improve (i4 bitcast (v4i1 x)) handling for 256-b [...]
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 | 2 +-
test/CodeGen/X86/bitcast-setcc-256.ll | 28 +++++++++-------------------
2 files changed, 10 insertions(+), 20 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 8d542e127f3 [dwarfdump] Add support for -debug-line=OFFSET
new edfbacb90b8 [dwarfdump] Fix printing of .debug_line offset.
new 4ef348edf8a Use const where possible. NFCI.
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/DebugInfo/DWARF/DWARFContext.cpp | 2 +-
test/DebugInfo/Generic/lto-comp-dir.ll | 4 ++--
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll | 8 ++++----
test/tools/llvm-dwarfdump/X86/debug_line_offset.test | 8 ++++----
utils/TableGen/CodeGenDAGPatterns.cpp | 2 +-
5 files changed, 12 insertions(+), 12 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.
from 0da7dda4ea [analyzer] Fix and refactor bugreporter::getDerefExpr() API.
new 3e1d04a92b [analyzer] Match more patterns in bugreporter::getDerefExpr() API.
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/Core/BugReporterVisitors.cpp | 22 ++++++--
test/Analysis/inlining/inline-defensive-checks.c | 12 +++++
test/Analysis/null-deref-path-notes.c | 2 +-
test/Analysis/nullptr.cpp | 65 ++++++++++++++++++------
4 files changed, 80 insertions(+), 21 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 compiler-rt.
from 979ca6560 [Builtins] ARM: Fix assembling files in thumb mode.
new 1df07ed12 [builtins] fix build error on non-ARM for r314285.
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/builtins/assembly.h | 1 +
1 file changed, 1 insertion(+)
--
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 6bd6a03d69 PR22216, infinite loop in readelf process_symbol_table
new 1948519604 Prevent an infinite loop in the DWARF parsing code when enco [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/dwarf.c | 11 ++++++++++-
2 files changed, 16 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 llvm.
from 68d31bd128b [llvm-cov] Improve const-correctness of filters. NFC.
new 932c395059b [dwarfdump] Add support for -debug-loc=OFFSET
new 8d542e127f3 [dwarfdump] Add support for -debug-line=OFFSET
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:
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 14 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 7 +-
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 50 +++-
test/DebugInfo/Generic/lto-comp-dir.ll | 4 +-
.../X86/stmt-list-multiple-compile-units.ll | 8 +-
.../llvm-dwarfdump/X86/debug_line_offset.test | 28 +++
.../tools/llvm-dwarfdump/X86/debug_loc_offset.test | 17 ++
test/tools/llvm-dwarfdump/X86/debugloc.s | 277 +++++++++++++++++++++
8 files changed, 393 insertions(+), 12 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_line_offset.test
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_loc_offset.test
create mode 100644 test/tools/llvm-dwarfdump/X86/debugloc.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 87f8a624e7 [clang-format] Fix FixNamespaceComments when BraceWrapping A [...]
new 0da7dda4ea [analyzer] Fix and refactor bugreporter::getDerefExpr() API.
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/Core/BugReporterVisitors.cpp | 80 +++++---
test/Analysis/null-deref-path-notes.c | 10 +
test/Analysis/null-deref-path-notes.cpp | 25 +++
test/Analysis/null-deref-path-notes.m | 240 ++++++++++++++++++++++++
4 files changed, 325 insertions(+), 30 deletions(-)
create mode 100644 test/Analysis/null-deref-path-notes.c
create mode 100644 test/Analysis/null-deref-path-notes.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 compiler-rt.
from 3ba54520f [Builtins] Use 4 byte alignment for __aeabi_memclr.
new 660505745 [Builtins] ARM: Fix msr assembly instruction use for Thumb2.
new 979ca6560 [Builtins] ARM: Fix assembling files in thumb mode.
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/builtins/arm/aeabi_cdcmp.S | 2 +-
lib/builtins/arm/aeabi_cfcmp.S | 2 +-
lib/builtins/assembly.h | 8 ++++++--
3 files changed, 8 insertions(+), 4 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 334f12bf4 [ELF] - Remove wrong comment from testcase.
new 72e4c2fc5 [ELF] - Speedup -r and --emit-relocs
new 2aec26f55 [ELF] - Detemplate of HashTableSection<ELFT>
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/InputSection.cpp | 5 ----
ELF/SyntheticSections.cpp | 60 +++++++++++++++++++++++------------------------
ELF/SyntheticSections.h | 9 ++++---
ELF/Writer.cpp | 6 ++---
4 files changed, 38 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.