This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 946dd324214 [LoopPredication] Support ule, sle latch predicates
new f392c19b446 Revert "Reintroduce "[SCCP] Propagate integer range info fo [...]
new 4d6b50c6a7c [DWARF] Fix bad comparator in sortGlobalExprs.
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/AsmPrinter/DwarfDebug.cpp | 19 +++--
lib/Transforms/Scalar/SCCP.cpp | 100 ++-----------------------
test/Transforms/SCCP/ip-constan-ranges.ll | 117 ------------------------------
3 files changed, 20 insertions(+), 216 deletions(-)
delete mode 100644 test/Transforms/SCCP/ip-constan-ranges.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 6bf0052db8 Run gdb.base/catch-fork-static.exp on remote target boards
new 466eeceef4 lwp_info: Make the arch code free arch_lwp_info
new 04ec7890fc linux low: Make the arch code free arch_process_info
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 | 20 +++++++++++++++++
gdb/aarch64-linux-nat.c | 1 +
gdb/arm-linux-nat.c | 9 ++++++++
gdb/gdbserver/ChangeLog | 46 +++++++++++++++++++++++++++++++++++++++
gdb/gdbserver/linux-aarch64-low.c | 12 +++++++++-
gdb/gdbserver/linux-arm-low.c | 18 +++++++++++++++
gdb/gdbserver/linux-bfin-low.c | 2 ++
gdb/gdbserver/linux-crisv32-low.c | 2 ++
gdb/gdbserver/linux-low.c | 12 ++++++++--
gdb/gdbserver/linux-low.h | 8 +++++++
gdb/gdbserver/linux-m32r-low.c | 2 ++
gdb/gdbserver/linux-mips-low.c | 19 ++++++++++++++++
gdb/gdbserver/linux-ppc-low.c | 2 ++
gdb/gdbserver/linux-s390-low.c | 2 ++
gdb/gdbserver/linux-sh-low.c | 2 ++
gdb/gdbserver/linux-tic6x-low.c | 2 ++
gdb/gdbserver/linux-tile-low.c | 2 ++
gdb/gdbserver/linux-x86-low.c | 10 +++++++++
gdb/gdbserver/linux-xtensa-low.c | 2 ++
gdb/linux-nat.c | 21 +++++++++++++++++-
gdb/linux-nat.h | 3 +++
gdb/nat/aarch64-linux.c | 8 +++++++
gdb/nat/aarch64-linux.h | 3 +++
gdb/nat/x86-linux.c | 8 +++++++
gdb/nat/x86-linux.h | 4 ++++
gdb/s390-linux-nat.c | 9 ++++++++
gdb/x86-linux-nat.c | 1 +
27 files changed, 226 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 llvm.
from 0aacd96bb74 [X86] Add CLWB intrinsic. llvm part
new 946dd324214 [LoopPredication] Support ule, sle latch predicates
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/Transforms/Scalar/LoopPredication.cpp | 55 +++++++++------
test/Transforms/LoopPredication/basic.ll | 108 ++++++++++++++++++++++++++++++
2 files changed, 143 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 lld.
from 6fa82a3c6 Early-continue for a MIPS-specific rule.
new e5e09d046 Handle MIPS-specific addend rules in computeAddend().
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 | 77 ++++++++++++++++++++++++++++-------------------------
1 file changed, 41 insertions(+), 36 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 b9f3533558 [Sema] Diagnose tautological comparison with type's min/max values
new 5d9530c605 [Analysis] Silence -Wtautological-constant-compare in two tests
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/Analysis/conversion.c | 2 +-
test/Analysis/null-deref-ps.c | 4 ++--
2 files 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 clang.
from c284921aae [OPENMP] Fix PR34927: Emit initializer for reduction array w [...]
new b9f3533558 [Sema] Diagnose tautological comparison with type's min/max values
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/ReleaseNotes.rst | 4 +
include/clang/Basic/DiagnosticGroups.td | 8 +-
include/clang/Basic/DiagnosticSemaKinds.td | 20 +-
lib/Sema/SemaChecking.cpp | 240 +++++++-----
test/Sema/outof-range-constant-compare.c | 159 --------
test/Sema/tautological-constant-compare.c | 514 +++++++++++++++++++++++++
test/Sema/tautological-unsigned-zero-compare.c | 377 ++++++++++++++++--
7 files changed, 1028 insertions(+), 294 deletions(-)
create mode 100644 test/Sema/tautological-constant-compare.c
--
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 29de9d738ea Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ.
new 0aacd96bb74 [X86] Add CLWB intrinsic. llvm part
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/IR/IntrinsicsX86.td | 5 ++++-
lib/Target/X86/X86InstrInfo.td | 4 ++--
2 files changed, 6 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 c9f8e5737 Remove Symbol::isPreemptible().
new 6fa82a3c6 Early-continue for a MIPS-specific rule.
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 | 60 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 34 insertions(+), 26 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 bc5044dbad [X86] Add CLWB intrinsic. clang part
new c284921aae [OPENMP] Fix PR34927: Emit initializer for reduction array w [...]
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/CGOpenMPRuntime.cpp | 11 ++++++++---
test/OpenMP/declare_reduction_codegen.cpp | 20 ++++++++++++++++++++
2 files changed, 28 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.