This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8888b5e Reverting r297821 due to breaking lld test.
new 945e057 Refactor SimplifyCFG:canSinkInstructions [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:
lib/Transforms/Utils/SimplifyCFG.cpp | 46 ++++++++++++++++++------------------
1 file changed, 23 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 llvm.
from 788c998 Add 'REQUIRES: asserts' to pr32278.ll introduced in r297822
new 302f165 [Target] fix typo; NFC
new 8888b5e Reverting r297821 due to breaking lld test.
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:
include/llvm/Target/TargetSchedule.td | 2 +-
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 88 +++++++++-------------
test/MC/ARM/branch-disassemble.s | 15 ----
test/MC/ARM/coff-relocations.s | 98 ++++++++++++-------------
4 files changed, 83 insertions(+), 120 deletions(-)
delete mode 100644 test/MC/ARM/branch-disassemble.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 clang.
from 7f4f882 Fix test on Windows. Only a single backslash was required, no [...]
new 5bf358b [Driver] Restructure handling of -ffast-math and similar options
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/Driver/ToolChains/Clang.cpp | 253 ++++++++++++++++++++--------------------
test/Driver/fast-math.c | 21 +++-
2 files changed, 146 insertions(+), 128 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 5241875 [X86][SSE] Fixed shuffle MOVSS/MOVSD combining of all zeroabl [...]
new 788c998 Add 'REQUIRES: asserts' to pr32278.ll introduced in r297822
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/Generic/pr32278.ll | 1 +
1 file changed, 1 insertion(+)
--
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 da40da5 Fix TestMoveNearest breakage on darwin
new c21ee74 Fix TestMoveNearest for remote targets
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/functionalities/breakpoint/move_nearest/TestMoveNearest.py | 3 ++-
1 file changed, 2 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 gcc.
from 51eb47a * c-parser.c (c_parser_enum_specifier): Remove redundant line.
new b022253 * config/c6x/c6x.c (hwloop_optimize): Handle case where the [...]
new 58afe09 PR target/80019 * config/i386/i386.c (ix86_vector_duplicate [...]
new 2914a5e Don't use Win32 functions on CYGWIN.
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:
gcc/ChangeLog | 11 +++++++++++
gcc/config/c6x/c6x.c | 3 ++-
gcc/config/i386/i386.c | 8 +++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr80019.c | 13 +++++++++++++
libgfortran/ChangeLog | 11 +++++++++++
libgfortran/intrinsics/random.c | 2 +-
libgfortran/intrinsics/system_clock.c | 8 ++++----
libgfortran/intrinsics/time_1.h | 2 +-
9 files changed, 55 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80019.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 39fad26 Align cost model columns. NFCI.
new 71148e9 [Mips] Add support to match more patterns for DEXT and CINS
new 5241875 [X86][SSE] Fixed shuffle MOVSS/MOVSD combining of all zeroabl [...]
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/Mips/Mips64InstrInfo.td | 63 ++++++++----
lib/Target/Mips/MipsISelLowering.cpp | 142 +++++++++++++++++++++++-----
lib/Target/Mips/MipsISelLowering.h | 1 +
lib/Target/Mips/MipsInstrInfo.td | 5 +
lib/Target/Mips/MipsSEISelLowering.cpp | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 9 +-
test/CodeGen/Mips/cins.ll | 92 ++++++++++++++++++
test/CodeGen/Mips/dext.ll | 105 ++++++++++++++++++++
test/CodeGen/Mips/load-store-left-right.ll | 93 +++++++++++++++++-
test/CodeGen/Mips/mips64-f128.ll | 48 ++++++----
test/CodeGen/X86/shuffle-combine-crash-2.ll | 20 ++++
test/MC/Mips/sext_64_32.ll | 3 +-
12 files changed, 516 insertions(+), 68 deletions(-)
create mode 100644 test/CodeGen/Mips/cins.ll
create mode 100644 test/CodeGen/Mips/dext.ll
create mode 100644 test/CodeGen/X86/shuffle-combine-crash-2.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 2bda2d8 support: Explain ignored failures of temporary file removal [ [...]
new 826aa13 Use internal __feraiseexcept in __iseqsig
new ff80ec4 Split helper classification macros from mathcalls.h
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 | 16 ++++++++++++
include/bits/mathcalls-helper-functions.h | 1 +
math/Makefile | 2 +-
math/bits/mathcalls-helper-functions.h | 43 +++++++++++++++++++++++++++++++
math/bits/mathcalls.h | 28 --------------------
math/math.h | 3 +++
math/s_iseqsig_template.c | 2 +-
7 files changed, 65 insertions(+), 30 deletions(-)
create mode 100644 include/bits/mathcalls-helper-functions.h
create mode 100644 math/bits/mathcalls-helper-functions.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 lld.
from 4c69fce simplify. NFC
new 7c85785 Use uint32_t for alignment.
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/SyntheticSections.cpp | 4 ++--
1 file changed, 2 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 lldb.
from fac4d2d Fix windows&darwin builds broken by r297812
new da40da5 Fix TestMoveNearest breakage on darwin
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/functionalities/breakpoint/move_nearest/TestMoveNearest.py | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.