This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d57391ef862 Daily bump.
new 451feb44909 Make more use of subreg_offset_from_lsb
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 | 6 ++++++
gcc/combine.c | 19 ++++---------------
2 files changed, 10 insertions(+), 15 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 5b46835851c [GlobalISel][X86] Support G_IMPLICIT_DEF.
new ea64a394820 [x86] NFC: Clean up two tests and generate precise checks f [...]
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/atomic-minmax-i6432.ll | 425 +++++++++++++++++++++++++++---
test/CodeGen/X86/cmp.ll | 440 +++++++++++++++++++++-----------
2 files changed, 678 insertions(+), 187 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 users/qiyao/target-desc-4
in repository binutils-gdb.
at e91621e509 Convert the rest x86 target descriptions
No new revisions were added by this update.
--
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 f8d31560e1 Automatic date update in version.in
new 647d4de92e Test undefined symbols in shared libraries
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:
ld/ChangeLog | 6 +
ld/testsuite/ld-undefined/fundef.s | 31 ++++
ld/testsuite/ld-undefined/undefined.exp | 256 ++++++++++++++++++++------------
3 files changed, 195 insertions(+), 98 deletions(-)
create mode 100644 ld/testsuite/ld-undefined/fundef.s
--
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 5a19c2915c5 [docs] In the CMake primer, correct the description of the [...]
new 5b46835851c [GlobalISel][X86] Support G_IMPLICIT_DEF.
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/X86InstructionSelector.cpp | 26 ++++
lib/Target/X86/X86LegalizerInfo.cpp | 6 +
lib/Target/X86/X86RegisterBankInfo.cpp | 3 +-
test/CodeGen/X86/GlobalISel/legalize-undef.mir | 29 +++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 135 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-undef.mir | 71 +++++++++++
test/CodeGen/X86/GlobalISel/undef.ll | 37 ++++++
7 files changed, 306 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-undef.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-undef.mir
create mode 100644 test/CodeGen/X86/GlobalISel/undef.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 75acc65cb3a Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
new a69b2ae909f [Support] Rewrite handleAllErrors in terms of cantFail.
new 5a19c2915c5 [docs] In the CMake primer, correct the description of the [...]
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:
docs/CMakePrimer.rst | 10 +-
include/llvm/Support/Error.h | 642 ++++++++++++++++++++--------------------
unittests/Support/ErrorTest.cpp | 5 +-
3 files changed, 328 insertions(+), 329 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 05f89d64f51 Support all integer types in DiagnosticInfoOptimizationBas [...]
new 75acc65cb3a Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
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/LangRef.rst | 35 ++++++++++
include/llvm/CodeGen/ISDOpcodes.h | 1 +
include/llvm/CodeGen/SelectionDAGNodes.h | 3 +-
include/llvm/IR/IntrinsicInst.h | 2 +
include/llvm/IR/Intrinsics.td | 7 ++
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 8 ++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 ++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +++-
lib/IR/IntrinsicInst.cpp | 20 ++++--
lib/IR/Verifier.cpp | 6 +-
test/CodeGen/X86/fp-intrinsics.ll | 81 +++++++++++++++++-------
test/Feature/fp-intrinsics.ll | 16 ++++-
12 files changed, 163 insertions(+), 35 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 9dc6eddb1d1 NewGVN: We weren't properly simplifying selects with equal [...]
new 05f89d64f51 Support all integer types in DiagnosticInfoOptimizationBas [...]
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/DiagnosticInfo.h | 6 ++++--
lib/IR/DiagnosticInfo.cpp | 12 ++++++++++--
2 files changed, 14 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 lldb.
from 31696925e When parsing the DBGSourcePathRemapping plist entries in a dS [...]
new 8ce58962a Change the ftag x87 register from being 8-bits wide to 16-bit [...]
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:
tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp | 8 ++++----
tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.