This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aldyh/threader
in repository gcc.
from 2cb1a2872f6 Merge remote-tracking branch 'remotes/svn/range-gen3' into [...]
new 3938c9de139 Implement threading for paths that start with a PHI that ha [...]
new 756ee7bcc94 fix bug in logical not.
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:
gcc/range-op.c | 10 +-
gcc/ssa-range-gen.c | 49 ++++++--
gcc/ssa-range-gen.h | 4 +-
gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C | 7 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-24.c | 10 +-
gcc/tree-ssa-threadbackward.c | 145 +++++++++++++++++++-----
6 files changed, 176 insertions(+), 49 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 c9e07ab9947 [XRay] Use optimistic logging model for FDR mode
new fbdb03fa563 [RISCV] Implement lowering of ISD::SELECT
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/RISCV/RISCVISelLowering.cpp | 152 +++++++++++++++++++++++++++++++++
lib/Target/RISCV/RISCVISelLowering.h | 8 +-
lib/Target/RISCV/RISCVInstrInfo.td | 15 ++++
test/CodeGen/RISCV/bare-select.ll | 18 ++++
test/CodeGen/RISCV/select-cc.ll | 100 ++++++++++++++++++++++
5 files changed, 292 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/RISCV/bare-select.ll
create mode 100644 test/CodeGen/RISCV/select-cc.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 glibc.
from 567d8c1f68 regex: don't assume uint64_t or uint32_t
new 80eb52e3a9 Remove attribute_hidden for wchar ifunc symbols.
new 8beba15d53 S390: Add cfi information for start routines in order to sto [...]
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:
ChangeLog | 18 ++++++++++++++++++
include/wchar.h | 12 +++++-------
sysdeps/s390/s390-32/start.S | 7 +++++++
sysdeps/s390/s390-64/start.S | 7 +++++++
.../unix/sysv/linux/s390/s390-32/__makecontext_ret.S | 10 ++--------
sysdeps/unix/sysv/linux/s390/s390-32/clone.S | 4 ++++
.../unix/sysv/linux/s390/s390-64/__makecontext_ret.S | 10 ++--------
sysdeps/unix/sysv/linux/s390/s390-64/clone.S | 4 ++++
8 files changed, 49 insertions(+), 23 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 1bcf35137 [XRay] Use optimistic logging model for FDR mode
new 3bebf4ad2 [XRay][compiler-rt] Migrate basic mode logging to the XRay framework
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/xray/xray_log_interface.h | 9 +-
lib/xray/xray_flags.inc | 16 +-
lib/xray/xray_inmemory_log.cc | 259 +++++++++++++++++++++----------
lib/xray/xray_inmemory_log.h | 44 ++++++
test/xray/TestCases/Linux/arg1-logger.cc | 6 +-
test/xray/TestCases/Linux/pic_test.cc | 6 +-
6 files changed, 249 insertions(+), 91 deletions(-)
create mode 100644 lib/xray/xray_inmemory_log.h
--
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 1952e64bfff [X86] Simplify type constraints for AVX2 masked gather.
new c9e07ab9947 [XRay] Use optimistic logging model for FDR mode
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/Trace.cpp | 144 +++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 122 insertions(+), 22 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 9ccd99769 [sanitizers] Add init function to set alignment of low level [...]
new 1bcf35137 [XRay] Use optimistic logging model for FDR mode
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/tests/unit/fdr_logging_test.cc | 105 +++++++++++--
lib/xray/xray_buffer_queue.cc | 34 ++--
lib/xray/xray_buffer_queue.h | 5 +
lib/xray/xray_fdr_log_records.h | 2 +
lib/xray/xray_fdr_logging.cc | 149 ++++++++++++------
lib/xray/xray_fdr_logging_impl.h | 268 +++++++++++---------------------
lib/xray/xray_flags.inc | 4 +
7 files changed, 321 insertions(+), 246 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 68087a63406 compiler: report error for ++/-- applied to a non-numeric type
new ef6ff05defb libgo: fix makefile buglet
new 9de62d25a42 RTEMS: Enable some libstdc++ features
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/acinclude.m4 | 5 ++++-
libstdc++-v3/configure | 5 ++++-
6 files changed, 17 insertions(+), 5 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 2ead3ebdd9c Revert "[CGP] Enable complex addr mode (2nd attempt)"
new 1952e64bfff [X86] Simplify type constraints for AVX2 masked gather.
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/X86InstrFragmentsSIMD.td | 33 ++++++++++++++-------------------
1 file changed, 14 insertions(+), 19 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 f6b7c53733a 2017-11-20 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 68087a63406 compiler: report error for ++/-- applied to a non-numeric 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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/statements.cc | 5 +++++
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 llvm.
from d713fe153fb move static function. NFC
new 8acce6919dd [X86] Simplify the predicates for avx2 masked gather patterns.
new 2ead3ebdd9c Revert "[CGP] Enable complex addr mode (2nd attempt)"
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/CodeGenPrepare.cpp | 2 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 50 +++++++++++----------------------
2 files changed, 18 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.