This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0c52bec AMDGPU: Fix unnecessary ands when packing f16 vectors
new bde5be0 [GlobalISel][AArch64] Select ADDXri.
new 924375d [GlobalISel] Avoid translating synthetic constants to new G_C [...]
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/GlobalISel/Target.td | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 37 ++++++++++++----------
lib/Target/AArch64/AArch64InstrFormats.td | 4 +++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 6 ++--
test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll | 6 ++--
test/CodeGen/AArch64/GlobalISel/select-binop.mir | 29 +++++++++++++++++
test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 4 +--
7 files changed, 63 insertions(+), 24 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 1d95032 [PGO] Refactor the code for value profile annotation
new f4523b0 ARM: avoid clobbering register in v6 jump-table expansion.
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/CodeGen/MIRYamlMapping.h | 2 +
lib/CodeGen/MIRParser/MIRParser.cpp | 2 +
lib/CodeGen/MIRPrinter.cpp | 2 +
lib/Target/ARM/ARMConstantIslandPass.cpp | 10 +-
test/CodeGen/ARM/v6-jumptable-clobber.mir | 384 +++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/irtranslator-call.ll | 1 +
6 files changed, 399 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/ARM/v6-jumptable-clobber.mir
--
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 e807cbc Add deployment knobs to tests (for Apple platforms)
new 2d4c3fa Implement LWG#2761: 'basic_string should require that charT m [...]
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/string | 4 ++--
include/string_view | 4 ++++
.../strings/basic.string/traits_mismatch.fail.cpp} | 6 ++----
.../{nothing_to_do.pass.cpp => traits_mismatch.fail.cpp} | 8 +++++++-
www/cxx1z_status.html | 2 +-
5 files changed, 16 insertions(+), 8 deletions(-)
copy test/{libcxx/strings/version.pass.cpp => std/strings/basic.string/traits_mism [...]
rename test/std/strings/string.view/{nothing_to_do.pass.cpp => traits_mismatch.fai [...]
--
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 15db330 AMDGPU: Minor SIAnnotateControlFlow cleanups
new 4d63638 [GlobalISel] Use ASCII quote/apostrophe in comment. NFC.
new c0f82e4 [GlobalISel] Preserve IR block layout.
new 17931c8 [GlobalISel] Insert translated switch icmp blocks after switc [...]
new 1d95032 [PGO] Refactor the code for value profile annotation
The 4 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/CodeGen/GlobalISel/IRTranslator.h | 12 ++--
lib/CodeGen/GlobalISel/IRTranslator.cpp | 49 +++++++++-------
.../Instrumentation/PGOInstrumentation.cpp | 67 ++++++++++++----------
.../AArch64/GlobalISel/arm64-irtranslator.ll | 41 +++++++------
4 files changed, 96 insertions(+), 73 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 ed14562 [YAML] When outputting, provide the ability to write default values.
new 15db330 AMDGPU: Minor SIAnnotateControlFlow cleanups
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/AMDGPU/SIAnnotateControlFlow.cpp | 66 +++++++++++++++--------------
1 file changed, 35 insertions(+), 31 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 clang.
from bd0f432 [ObjC][Sema] Avoid warning about a call to an instance method [...]
new 3fde646 [Driver] Define macro __APPLE_EMBEDDED_SIMULATOR__ when optio [...]
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/Driver/Options.td | 12 ++++++------
lib/Driver/ToolChains/Darwin.cpp | 19 ++++++++++++++++---
test/Driver/darwin-simulator-macro.c | 12 ++++++++++++
3 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 test/Driver/darwin-simulator-macro.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 cdb5c42 [gcc, testsuite] Don't xfail on arm
new 101d9cf Fix translation issue with character length * errors (PR fort [...]
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.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 01c2f41 [CodeGen] Use APInt::setLowBits/setHighBits/setBitsFrom in mo [...]
new 66224eb Move some LAST_* enum sentinels out of their enums
new ed14562 [YAML] When outputting, provide the ability to write default values.
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/CodeGen/ISDOpcodes.h | 10 ++++++----
include/llvm/Support/YAMLTraits.h | 15 ++++++++++++---
lib/Support/YAMLTraits.cpp | 17 +++++------------
3 files changed, 23 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 glibc.
from ff80ec4 Split helper classification macros from mathcalls.h
new ffe308e Fix test-math-vector-sincos.h aliasing.
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:
ChangeLog | 9 +++++++++
sysdeps/x86/fpu/test-math-vector-sincos.h | 28 ++++++++++++++--------------
2 files changed, 23 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.