This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2bce94da8a [coro]Pass rvalue reference for named local variable to retu [...]
new cb44f60cfc Introduce code_model macros
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/clang/Basic/TargetOptions.h | 6 ++++++
lib/Basic/Targets/X86.cpp | 5 +++++
lib/Frontend/CompilerInvocation.cpp | 3 ++-
test/Preprocessor/init.c | 40 ++++++++++++++++++++-----------------
4 files changed, 35 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 llvm.
from 780daee51ea [DAGCombiner] simplify code for fmul with constant fold; NFCI
new f2c7cc4b649 [X86] Revert r343993 condition branches folding for three-w [...]
new 9a29a011554 [DebugInfo] Fix debug information label tests
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/Target/X86/CMakeLists.txt | 1 -
lib/Target/X86/X86.h | 3 -
lib/Target/X86/X86.td | 7 -
lib/Target/X86/X86CondBrFolding.cpp | 579 ---------------------------
lib/Target/X86/X86Subtarget.h | 4 -
lib/Target/X86/X86TargetMachine.cpp | 7 -
test/CodeGen/X86/O3-pipeline.ll | 1 -
test/CodeGen/X86/condbr_if.ll | 178 --------
test/CodeGen/X86/condbr_switch.ll | 167 --------
test/DebugInfo/Generic/debug-label-inline.ll | 2 +-
test/DebugInfo/Generic/debug-label.ll | 4 +-
11 files changed, 3 insertions(+), 950 deletions(-)
delete mode 100644 lib/Target/X86/X86CondBrFolding.cpp
delete mode 100644 test/CodeGen/X86/condbr_if.ll
delete mode 100644 test/CodeGen/X86/condbr_switch.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 74792ff782 Add native target for FreeBSD/riscv.
new a51bb70c8a Fix the [-Werror=shadow=local] warning
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:
gdb/ChangeLog | 4 ++++
gdb/valops.c | 6 +++---
2 files changed, 7 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 binutils-gdb.
from 9f6b697b0e Finding data member in virtual base class
new 498f740792 Add a helper function to trad_frame to support register cache maps.
new ed65e20bc7 Add FreeBSD/riscv architecture.
new 74792ff782 Add native target for FreeBSD/riscv.
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 | 25 ++++
gdb/Makefile.in | 4 +
gdb/NEWS | 2 +
gdb/configure.host | 1 +
gdb/configure.nat | 4 +
gdb/configure.tgt | 5 +
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 6 +
gdb/regcache.h | 21 ++-
gdb/{aarch64-fbsd-nat.c => riscv-fbsd-nat.c} | 39 ++---
gdb/riscv-fbsd-tdep.c | 206 ++++++++++++++++++++++++++
gdb/{common/scoped_fd.h => riscv-fbsd-tdep.h} | 46 ++----
gdb/trad-frame.c | 57 +++++++
gdb/trad-frame.h | 4 +
14 files changed, 371 insertions(+), 54 deletions(-)
copy gdb/{aarch64-fbsd-nat.c => riscv-fbsd-nat.c} (72%)
create mode 100644 gdb/riscv-fbsd-tdep.c
copy gdb/{common/scoped_fd.h => riscv-fbsd-tdep.h} (55%)
--
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 780f601cf3 AArch64: Replace C initializers with memset
new 9f6b697b0e Finding data member in virtual base class
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:
gdb/ChangeLog | 7 ++
gdb/testsuite/ChangeLog | 6 ++
.../gdb.cp/{typedef-base.cc => virtbase2.cc} | 31 ++++--
gdb/testsuite/gdb.cp/virtbase2.exp | 111 +++++++++++++++++++++
gdb/valops.c | 63 +++++++++++-
5 files changed, 211 insertions(+), 7 deletions(-)
copy gdb/testsuite/gdb.cp/{typedef-base.cc => virtbase2.cc} (68%)
create mode 100644 gdb/testsuite/gdb.cp/virtbase2.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 llvm.
from 4fac31c8505 [X86] Prefer isTypeLegal over checking isSimple in a DAG combine.
new 780daee51ea [DAGCombiner] simplify code for fmul with constant fold; NFCI
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/SelectionDAG/DAGCombiner.cpp | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 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 libcxx.
from 6735cca76 Papers and Issues for San Diego
new c7cc66995 Do the math in uniform_int_distribution::operator() as unsign [...]
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/algorithm | 5 +++--
1 file changed, 3 insertions(+), 2 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 84a731f2822 [x86] add tests for phaddd/phaddw; NFC
new 4fac31c8505 [X86] Prefer isTypeLegal over checking isSimple in a DAG combine.
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 | 4 +++-
1 file changed, 3 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 fa7848b1a02 [X86] condition branches folding for three-way conditional codes
new 84a731f2822 [x86] add tests for phaddd/phaddw; NFC
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/CodeGen/X86/phaddsub.ll | 240 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 240 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.