This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2e630204b24 PR target/84945 * config/i386/i386.c (fold_builtin_cpu): [...]
new 1a81e8c00bc [nvptx] Fix prevent_branch_around_nothing
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/config/nvptx/nvptx.c | 9 +++++----
2 files changed, 11 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 llvm.
from 1c3cdea2f18 [SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.
new afd766bf9c0 [LV] Let recordVectorLoopValueForInductionCast to check if [...]
new fb0d0c9b6d3 [CGP] Avoid segmentation fault when doing PHI node simplifications
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 | 132 ++++++++++++++-------------
lib/Transforms/Vectorize/LoopVectorize.cpp | 52 ++++++++---
test/Transforms/LoopVectorize/X86/pr36524.ll | 39 ++++++++
3 files changed, 147 insertions(+), 76 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/pr36524.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 clang.
from 94cbbb8257 Properly construct `inline` members without initializers
new 73fed20ccf [ms] Parse #pragma optimize and ignore it behind its own flag
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/DiagnosticGroups.td | 7 +++-
include/clang/Basic/DiagnosticParseKinds.td | 12 ++++++
include/clang/Parse/Parser.h | 1 +
lib/Parse/ParsePragma.cpp | 65 +++++++++++++++++++++++++++++
test/Preprocessor/pragma_microsoft.c | 8 ++++
5 files changed, 92 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 29475f1bf8e [X86] Properly implement the calling convention for f80 for [...]
new 1c3cdea2f18 [SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.
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/SystemZ/memcmp-02.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 gcc.
from 44bfe16daf3 PR c/84953 * builtins.c (fold_builtin_strpbrk): For strpb [...]
new 80db3ac9907 PR target/81647: Fix testcase.
new 2e630204b24 PR target/84945 * config/i386/i386.c (fold_builtin_cpu): [...]
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/ChangeLog | 5 ++
gcc/config/i386/i386.c | 24 ++++++--
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.target/aarch64/pr81647.c | 1 +
gcc/testsuite/gcc.target/i386/pr84945.c | 16 ++++++
libgcc/ChangeLog | 10 ++++
libgcc/config/i386/cpuinfo.c | 88 ++++++++++++++++++------------
libgcc/config/i386/cpuinfo.h | 1 +
8 files changed, 114 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84945.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 gcc.
from e539a16076c Daily bump.
new 44bfe16daf3 PR c/84953 * builtins.c (fold_builtin_strpbrk): For strpb [...]
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/builtins.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr84953.c | 11 +++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84953.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 0dadf10b4a7 [ORC] Don't fully qualify explicit destructor call -- it co [...]
new 29475f1bf8e [X86] Properly implement the calling convention for f80 for [...]
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/X86CallingConv.td | 20 ++++++---
test/CodeGen/X86/finite-libcalls.ll | 85 +++++++++++++++++++++++++++--------
test/CodeGen/X86/scalar-fp-to-i64.ll | 26 +++++------
test/CodeGen/X86/win64-long-double.ll | 22 +++++++++
4 files changed, 115 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/X86/win64-long-double.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 d1339006229 [X86] Rename MOVSX32_NOREXrr8 to MOVSX32rr8_NOREX so that t [...]
new 0dadf10b4a7 [ORC] Don't fully qualify explicit destructor call -- it co [...]
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/ExecutionEngine/Orc/Core.cpp | 6 ++----
1 file changed, 2 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 llvm.
from 95aa4b0a44a [X86] Fix the SchedRW for memory forms of CMP and TEST.
new d1339006229 [X86] Rename MOVSX32_NOREXrr8 to MOVSX32rr8_NOREX so that 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/Target/X86/X86ISelDAGToDAG.cpp | 2 +-
lib/Target/X86/X86InstrCompiler.td | 16 ++++++++--------
lib/Target/X86/X86InstrExtension.td | 8 ++++----
lib/Target/X86/X86InstrInfo.cpp | 4 ++--
4 files changed, 15 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 ea05d68efb0 [X86] Add TEST16mi/TEST32mi/TEST64mi32 to the Sandybridge/H [...]
new 507d7742b96 [ORC] Rename SymbolSource to MaterializationUnit, and make [...]
new 95aa4b0a44a [X86] Fix the SchedRW for memory forms of CMP and 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/ExecutionEngine/Orc/Core.h | 103 ++++----
lib/ExecutionEngine/Orc/Core.cpp | 278 +++++++++++++--------
lib/Target/X86/X86InstrArithmetic.td | 39 +--
test/CodeGen/X86/schedule-x86_64.ll | 76 +++---
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 105 ++++----
.../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 2 +-
6 files changed, 340 insertions(+), 263 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.