This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cefc0d3 [AArch64][GlobalISel] Select G_MUL.
new 0ebd4a8 [Hexagon] Standardize vector predicate load/store pseudo inst [...]
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/Hexagon/HexagonFrameLowering.cpp | 8 ++--
lib/Target/Hexagon/HexagonInstrInfo.cpp | 32 ++++++----------
lib/Target/Hexagon/HexagonInstrInfoV60.td | 59 ++++++++---------------------
3 files changed, 32 insertions(+), 67 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 58beb82 Reorder stderr redirection in test command.
new 5d7cb14 Reduce the number of allocations required for AST attributes. [...]
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/AST/AttrIterator.h | 3 +--
1 file changed, 1 insertion(+), 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 7b9ac36 [ADCE] Modify data structures to support removing control flow
new a791148 [AArch64][GlobalISel] Factor out unsupported binop check. NFC.
new c57071e [GlobalISel] Fix G_MUL comment. NFC.
new cefc0d3 [AArch64][GlobalISel] Select G_MUL.
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:
include/llvm/Target/GenericOpcodes.td | 2 +-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 4 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 127 ++++++++++++++-------
.../AArch64/GlobalISel/arm64-instructionselect.mir | 63 ++++++++++
4 files changed, 155 insertions(+), 41 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 4ed872b Add empty --gcc-toolchain empty to cuda-detect test.
new 58beb82 Reorder stderr redirection in test command.
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/Driver/cuda-detect.cu | 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 llvm.
from e2e7ab2 [AArch64][GlobalISel] Select (variable) shifts.
new 89aeadc [Pipeliner] Fix an asssert due to invalid Phi in the epilog
new 7b9ac36 [ADCE] Modify data structures to support removing control flow
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/MachinePipeliner.cpp | 3 +-
lib/Transforms/Scalar/ADCE.cpp | 241 ++++++++++++++++++++++++-----
test/CodeGen/Hexagon/swp-epilog-reuse-1.ll | 44 ++++++
3 files changed, 250 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/Hexagon/swp-epilog-reuse-1.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 d0eb6c1 Left shifts of negative values are defined if -fwrapv is set
new 4ed872b Add empty --gcc-toolchain empty to cuda-detect test.
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/Driver/cuda-detect.cu | 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 newlib.
from 1ec8198 Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS tar [...]
new 042263c Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c
new 625a8a3 Always fall back to __ctype_ptr__ in isXXX_l functions.
new 1c25a77 Actually return pointers in locale categroy accessor functions
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:
newlib/libc/locale/locale.c | 3 ++-
newlib/libc/locale/setlocale.h | 16 ++++++++--------
newlib/libc/stdlib/wcstold.c | 1 +
3 files changed, 11 insertions(+), 9 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 349838b [x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).
new 9b17aaa [GlobalISel] Mention pointers in LowLevelType.h. NFC.
new b92cbd8 [AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
new 9e3f48d [AArch64][GlobalISel] Robustize select tests. NFC.
new e2e7ab2 [AArch64][GlobalISel] Select (variable) shifts.
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/LowLevelType.h | 3 +-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 4 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 33 +++
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 6 +
.../AArch64/GlobalISel/arm64-instructionselect.mir | 316 +++++++++++++++++++--
5 files changed, 329 insertions(+), 33 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 gcc.
from 31de508 PR tree-optimization/69848 * config/aarch64/aarch64-simd.md [...]
new 7c66016 gcov: add new option (--hash-filenames) (PR
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 | 10 ++++++++++
gcc/doc/gcov.texi | 11 +++++++++++
gcc/gcov.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 67 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 8cd8a7e [X86][AVX] Fixed typo in zero element insertion
new 349838b [x86] Refactor a PowerPC specific ctlz/srl transformation (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:
include/llvm/Target/TargetLowering.h | 11 +++++++++++
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 25 +++++++++++++++++++++++++
lib/Target/PowerPC/PPCISelLowering.cpp | 16 +++-------------
lib/Target/PowerPC/PPCISelLowering.h | 4 ++++
4 files changed, 43 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.