This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0a652f1 [SystemZ] Add check VT.isSimple() in canTreateAsByteVector()
new f33a699 [ARM] Reapply r296865 "[ARM] fpscr read/write intrinsics not [...]
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/IntrinsicsARM.td | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 7 +++---
test/CodeGen/ARM/fpscr-intrinsics.ll | 44 ++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/ARM/fpscr-intrinsics.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 f57d023 In Thumb1, materialize a move between low registers as a `mov [...]
new 0a652f1 [SystemZ] Add check VT.isSimple() in canTreateAsByteVector()
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/SystemZ/SystemZISelLowering.cpp | 2 +-
test/CodeGen/SystemZ/vectorizer-output-3xi32.ll | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SystemZ/vectorizer-output-3xi32.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 lld.
from 34323fa Remove Config->Rela and define Config->isRela() instead.
new acea5e6 Fix Mips LA25 Thunks where Caller and Callee in different OS
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/Relocations.cpp | 2 +-
...ips-npic-call-pic.s => mips-npic-call-pic-os.s} | 129 ++++++++++-----------
2 files changed, 62 insertions(+), 69 deletions(-)
copy test/ELF/{mips-npic-call-pic.s => mips-npic-call-pic-os.s} (56%)
--
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 69112bd [X86] Quick fix for build bot failure (r297127) due to unused [...]
new dab1f00 [LoopRotate] Update dbg.value intrinsics
new f57d023 In Thumb1, materialize a move between low registers as a `mov [...]
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/ARM/Thumb1InstrInfo.cpp | 16 ++++--
lib/Transforms/Scalar/LoopRotation.cpp | 48 ++++++++++++++++--
test/CodeGen/ARM/arm-and-tst-peephole.ll | 6 +--
test/CodeGen/ARM/atomic-cmpxchg.ll | 6 +--
test/CodeGen/ARM/smml.ll | 43 +++++++++-------
test/CodeGen/Thumb/copy_thumb.ll | 12 ++---
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 11 ++--
test/Transforms/LoopRotate/phi-dbgvalue.ll | 79 +++++++++++++++++++++++++++++
8 files changed, 169 insertions(+), 52 deletions(-)
create mode 100644 test/Transforms/LoopRotate/phi-dbgvalue.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 ce79a7c [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCate [...]
new 0bfb9a5 [index] Mark categories of test classes with the 'UnitTest' s [...]
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/Index/IndexSymbol.cpp | 10 +++++++++-
test/Index/Core/index-subkinds.m | 4 ++--
2 files changed, 11 insertions(+), 3 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 5fb2118 PR rtl-optimization/79901 * config/i386/sse.md (*avx512bw_< [...]
new 42996ca PR c/79855: add full stop to store merging param descriptions
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 | 7 +++++++
gcc/params.def | 4 ++--
2 files changed, 9 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 clang.
from dc65685 [analyzer] Fix crash when building CFG with variable of incom [...]
new ce79a7c [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCate [...]
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/DeclObjC.h | 46 +++++-------------------
lib/AST/Decl.cpp | 5 +++
lib/AST/Mangle.cpp | 8 +++--
lib/CodeGen/CGDebugInfo.cpp | 4 +--
lib/Serialization/ASTReaderDecl.cpp | 1 -
lib/Serialization/ASTWriterDecl.cpp | 1 -
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 4 +--
test/Index/Core/index-source.m | 2 +-
test/Index/Core/index-subkinds.m | 2 +-
test/Misc/ast-dump-decl.m | 4 +--
10 files changed, 28 insertions(+), 49 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 binutils-gdb.
from 2b841ec Document .Nbyte assembler directives
new ea86f53 Correct @section placement for makeinfo 4.13
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:
gas/ChangeLog | 4 ++++
gas/doc/as.texinfo | 6 +++---
2 files changed, 7 insertions(+), 3 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 b59d804 [X86][AVX512] Adding new LLVM TableGen backend which generate [...]
new 69112bd [X86] Quick fix for build bot failure (r297127) due to unused [...]
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:
cmake/modules/AddLLVM.cmake | 3 +--
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp | 3 +--
2 files 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 clang.
from fc2d905 Define LLVM_ENABLE_WARNINGS when building standalone clang to [...]
new dc65685 [analyzer] Fix crash when building CFG with variable of incom [...]
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/Analysis/CFG.cpp | 2 +-
unittests/Analysis/CFGTest.cpp | 14 +++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.