This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a96a29761ed patching file gcc/config/s390/s390-passes.def S/390: Improv [...]
new 9546b3b99e4 * tree-vrp.c (extract_range_from_binary_expr_1): Normalize [...]
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 | 5 +++++
gcc/tree-vrp.c | 16 ++++++++++++++++
2 files changed, 21 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 dbed722b630 [DWARF] reposting r342048, which was reverted in r342056 du [...]
new 3dd28f03d50 [AMDGPU] Ensure trig range reduction only used for subtarge [...]
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/AMDGPU/AMDGPU.td | 12 +++--
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 19 ++++---
test/CodeGen/AMDGPU/llvm.cos.f16.ll | 49 ++++++++++--------
test/CodeGen/AMDGPU/llvm.sin.f16.ll | 29 +++++++----
test/CodeGen/AMDGPU/llvm.sin.ll | 94 +++++++++++++++++++----------------
7 files changed, 128 insertions(+), 81 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 91ef6e511f [analyzer][UninitializedObjectChecker] Refactored checker options
new 43cdc8690f [analyzer][UninitializedObjectChecker] New flag to ignore re [...]
new 4e5e136e7e [analyzer][UninitializedObjectChecker] Support for nonloc::L [...]
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:
.../UninitializedObject/UninitializedObject.h | 10 +-
.../UninitializedObjectChecker.cpp | 40 ++++--
.../UninitializedObject/UninitializedPointee.cpp | 31 +++--
test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 18 +++
...x-uninitialized-object-unionlike-constructs.cpp | 136 +++++++++++++++++++++
www/analyzer/alpha_checks.html | 7 ++
6 files changed, 223 insertions(+), 19 deletions(-)
create mode 100644 test/Analysis/cxx-uninitialized-object-unionlike-constructs.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 gcc.
from d6f08481b47 [libgfortran] Fix uninitialized variable use in fallback_access
new a96a29761ed patching file gcc/config/s390/s390-passes.def S/390: Improv [...]
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 | 5 +++++
gcc/config/s390/s390-passes.def | 2 +-
2 files changed, 6 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 clang.
from fe266159d5 [analyzer][UninitializedObjectChecker] Correct dynamic type [...]
new 91ef6e511f [analyzer][UninitializedObjectChecker] Refactored checker options
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:
.../UninitializedObject/UninitializedObject.h | 45 ++++++++++++--
.../UninitializedObjectChecker.cpp | 68 ++++++----------------
.../UninitializedObject/UninitializedPointee.cpp | 9 +--
3 files changed, 63 insertions(+), 59 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 2ab0b41696e 2018-09-14 Richard Biener <rguenther(a)suse.de>
new d6f08481b47 [libgfortran] Fix uninitialized variable use in fallback_access
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:
libgfortran/ChangeLog | 5 +++++
libgfortran/io/unix.c | 20 ++++++++++++++------
2 files changed, 19 insertions(+), 6 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 bf32645253 Testsuite: Add gdb_simple_compile
new 556059dd13 x86: fold CRC32 templates
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:
gas/ChangeLog | 5 +++++
gas/config/tc-i386.c | 18 +++++++-----------
opcodes/ChangeLog | 5 +++++
opcodes/i386-opc.tbl | 8 ++------
opcodes/i386-tbl.h | 44 +++++---------------------------------------
5 files changed, 24 insertions(+), 56 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 ad72545325c [ARM] bottom-top mul support in ARMParallelDSP
new dbed722b630 [DWARF] reposting r342048, which was reverted in r342056 du [...]
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/llvm/DebugInfo/DWARF/DWARFContext.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 86 -----------
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 39 ++++-
include/llvm/DebugInfo/DWARF/DWARFListTable.h | 166 +++++++++++++++------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 -
lib/DebugInfo/DWARF/CMakeLists.txt | 1 -
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++----
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 96 ------------
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 97 +++++++++---
lib/DebugInfo/DWARF/DWARFDie.cpp | 1 -
lib/DebugInfo/DWARF/DWARFListTable.cpp | 72 ++++++---
lib/DebugInfo/DWARF/DWARFUnit.cpp | 99 ++++++------
test/DebugInfo/Generic/cu-ranges.ll | 24 +--
test/DebugInfo/Inputs/gmlt.ll | 2 +-
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 19 +++
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s | 11 +-
test/DebugInfo/dwarfdump-ranges.test | 24 ++-
test/MC/ARM/dwarf-asm-multiple-sections.s | 11 +-
tools/dsymutil/DwarfLinker.cpp | 23 +--
tools/dsymutil/DwarfStreamer.cpp | 19 ++-
tools/dsymutil/DwarfStreamer.h | 4 +-
21 files changed, 441 insertions(+), 420 deletions(-)
delete mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
delete mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.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 86a2b603b2 Use Chrome and Firefox as example of success for clang
new fe266159d5 [analyzer][UninitializedObjectChecker] Correct dynamic type [...]
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:
.../UninitializedObject/UninitializedPointee.cpp | 8 ++++
.../cxx-uninitialized-object-inheritance.cpp | 54 +++++++++++++++++-----
2 files changed, 51 insertions(+), 11 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 6667b4e8eb [analyzer][UninitializedObjectChecker] Fixed dereferencing
new ec483ba064 remove 11 years old videos from the homepage. if you have a [...]
new f2937b1580 [analyzer][UninitializedObjectChecker] Updated comments
new 86a2b603b2 Use Chrome and Firefox as example of success for clang
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:
.../UninitializedObject/UninitializedObject.h | 90 ++++++++++++----------
.../UninitializedObjectChecker.cpp | 37 +++------
.../UninitializedObject/UninitializedPointee.cpp | 14 ++--
www/index.html | 20 ++---
4 files changed, 72 insertions(+), 89 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.