This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 66848ca5f7c Revert r314879 "[UnreachableBlockElim] Use COPY if PHI inpu [...]
new c68f96368b8 [IRCE] Temporarily disable unsigned latch conditions by default
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 21 ++++++++++
test/Transforms/IRCE/clamp.ll | 2 +-
test/Transforms/IRCE/eq_ne.ll | 2 +-
test/Transforms/IRCE/range_intersect_miscompile.ll | 45 ++++++++++++++++++++++
test/Transforms/IRCE/stride_more_than_1.ll | 2 +-
test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 2 +-
test/Transforms/IRCE/unsigned_comparisons_ult.ll | 2 +-
7 files changed, 71 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/IRCE/range_intersect_miscompile.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 llvm.
from 880b83d5900 [UnreachableBlockElim] Use COPY if PHI input is undef
new 66848ca5f7c Revert r314879 "[UnreachableBlockElim] Use COPY if PHI inpu [...]
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/UnreachableBlockElim.cpp | 5 ++-
test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir | 38 ----------------------
2 files changed, 2 insertions(+), 41 deletions(-)
delete mode 100644 test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir
--
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 0df2d3e4b69 [X86] Fix using the SJLJ jump table on x86_64
new 880b83d5900 [UnreachableBlockElim] Use COPY if PHI input is undef
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/UnreachableBlockElim.cpp | 5 +--
test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir | 38 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir
--
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 06f288ce3 [XRay][compiler-rt] Use a hand-written circular buffer in Buf [...]
new a16d35ab9 [XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer()
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/xray/xray_buffer_queue.cc | 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 binutils-gdb.
from a5259595e7 PowerPC64 ELFv2 symbols not needed in get_synthetic_symtab
new 7da0a88674 Introduce gdb_tilde_expand
new d092c5a246 Implement "set cwd" command on GDB
new bc3b087de2 Extend "set cwd" to work on gdbserver
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:
gdb/ChangeLog | 43 +++++
gdb/Makefile.in | 3 +
gdb/NEWS | 13 ++
gdb/cli/cli-cmds.c | 8 +-
gdb/common/common-inferior.h | 8 +
gdb/common/gdb_tilde_expand.c | 82 +++++++++
gdb/{mi/mi-interp.h => common/gdb_tilde_expand.h} | 14 +-
gdb/doc/ChangeLog | 19 ++
gdb/doc/gdb.texinfo | 87 +++++++--
gdb/gdbserver/ChangeLog | 19 ++
gdb/gdbserver/Makefile.in | 2 +
gdb/gdbserver/inferiors.c | 23 +++
gdb/gdbserver/server.c | 32 +++-
gdb/gdbserver/win32-low.c | 22 ++-
gdb/infcmd.c | 77 ++++++++
gdb/inferior.h | 4 +
gdb/nat/fork-inferior.c | 23 +++
gdb/remote.c | 47 +++++
gdb/testsuite/ChangeLog | 10 ++
.../gdb.base/{startup-with-shell.c => set-cwd.c} | 12 +-
gdb/testsuite/gdb.base/set-cwd.exp | 197 +++++++++++++++++++++
gdb/windows-nat.c | 23 ++-
22 files changed, 733 insertions(+), 35 deletions(-)
create mode 100644 gdb/common/gdb_tilde_expand.c
copy gdb/{mi/mi-interp.h => common/gdb_tilde_expand.h} (71%)
copy gdb/testsuite/gdb.base/{startup-with-shell.c => set-cwd.c} (83%)
create mode 100644 gdb/testsuite/gdb.base/set-cwd.exp
--
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 640d7d1f9 [XRay] [compiler-rt] make sure single threaded programs get t [...]
new 06f288ce3 [XRay][compiler-rt] Use a hand-written circular buffer in Buf [...]
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/xray/xray_buffer_queue.cc | 47 ++++++++++++++++++--------
lib/xray/xray_buffer_queue.h | 30 +++++++++++++----
test/xray/TestCases/Linux/fdr-thread-order.cc | 48 +++++++++++++++++++++------
3 files changed, 93 insertions(+), 32 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 83774b46b [compiler-rt] Add back ARM EABI aliases where legal.
new 640d7d1f9 [XRay] [compiler-rt] make sure single threaded programs get 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:
lib/xray/xray_fdr_logging.cc | 10 +++++++
test/xray/TestCases/Linux/fdr-single-thread.cc | 37 ++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
create mode 100644 test/xray/TestCases/Linux/fdr-single-thread.cc
--
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 138faec1eef Move verbosity check for remarks to the diag handler
new 0df2d3e4b69 [X86] Fix using the SJLJ jump table on x86_64
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 | 75 +++++++++++++++++++++++++++++++++-----
test/CodeGen/X86/sjlj-eh.ll | 18 ++++++++-
2 files changed, 82 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 binutils-2_29-branch
in repository binutils-gdb.
from c8dfbe853b Automatic date update in version.in
new 99ca76d3db PR22245, Fix potential UB in bfd_set_error
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:
bfd/ChangeLog | 7 +++++++
bfd/bfd-in2.h | 2 +-
bfd/bfd.c | 4 ++--
3 files changed, 10 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 llvm.
from 811e9302ebd [FuzzerUtil] Partially revert D38481 on FuzzerUtil
new 138faec1eef Move verbosity check for remarks to the diag handler
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/OptimizationDiagnosticInfo.cpp | 5 +----
lib/IR/LLVMContext.cpp | 6 +++++-
test/Transforms/Inline/optimization-remarks.ll | 7 ++++---
3 files changed, 10 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.