This is an automated email from the git hooks/post-receive script.
Diana Picus pushed a change to branch linaro-local/diana.picus/RC2-ish
in repository toolchain/llvm/libunwind.
at 08a9d84 Merging r309147: -------------------------------------------- [...]
No new revisions were added by this update.
--
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.
Diana Picus pushed a change to branch linaro-local/diana.picus/RC2-ish
in repository toolchain/llvm/compiler-rt.
at b1684fe91 Merging r311555: -------------------------------------------- [...]
No new revisions were added by this update.
--
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.
Diana Picus pushed a change to branch linaro-local/diana.picus/RC2-ish
in repository toolchain/llvm/clang.
at a040372df3 Revert r309328 and r309290 (which merged r309327 and r309226).
No new revisions were added by this update.
--
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.
Diana Picus pushed a change to branch linaro-local/diana.picus/RC2-ish
in repository toolchain/llvm/libcxxabi.
at 5df6b5d Drop 'svn' suffix from version number.
No new revisions were added by this update.
--
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 2050a0312db Model cache size and associativity in TargetTransformInfo
new 6e59618ef93 [ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingM [...]
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/ARM/ARMISelLowering.cpp | 22 +++-
lib/Target/ARM/ARMISelLowering.h | 4 +
test/CodeGen/Thumb/addr-modes.ll | 45 ++++++++
.../LoopStrengthReduce/illegal-addr-modes.ll | 122 +++++++++++++++++++++
4 files changed, 189 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Thumb/addr-modes.ll
create mode 100644 test/Transforms/LoopStrengthReduce/illegal-addr-modes.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 9a6d31e0cad [AArch64] Custom lowering of copysign f16
new 2050a0312db Model cache size and associativity in TargetTransformInfo
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/Analysis/TargetTransformInfo.h | 24 ++++++++++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 23 +++++++++++
lib/Analysis/TargetTransformInfo.cpp | 10 +++++
lib/Target/X86/X86TargetTransformInfo.cpp | 51 +++++++++++++++++++++++++
lib/Target/X86/X86TargetTransformInfo.h | 8 ++++
5 files changed, 116 insertions(+)
--
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 02ad65f1a04 Re-commit: [globalisel][tablegen] Add support for ImmLeaf w [...]
new 9a6d31e0cad [AArch64] Custom lowering of copysign f16
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/AArch64/AArch64ISelLowering.cpp | 38 +++++++-------
test/CodeGen/AArch64/f16-instructions.ll | 79 ++++++++++++++++++++----------
2 files changed, 73 insertions(+), 44 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 67d905be8e9 [LLVM][x86][Inline Asm] support for GCC style inline asm - [...]
new 02ad65f1a04 Re-commit: [globalisel][tablegen] Add support for ImmLeaf w [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 ++
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 28 +++++
.../AArch64/GlobalISel/select-neon-vcvtfxu2fp.mir | 37 ++++++
test/TableGen/GlobalISelEmitter.td | 44 ++++++-
utils/TableGen/GlobalISelEmitter.cpp | 137 +++++++++++++++++++--
5 files changed, 234 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-neon-vcvtfxu2fp.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 llvm.
from 89feab7412d [X86AsmParser] Refactoring, (almost) NFC.
new 6dbfbe1563d [Reassociate] Do not drop debug location if replacement is missing
new 67d905be8e9 [LLVM][x86][Inline Asm] support for GCC style inline asm - [...]
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/X86/X86ISelLowering.cpp | 64 ++++++++++++++++---
lib/Transforms/Scalar/Reassociate.cpp | 3 +-
test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll | 83 +++++++++++++++++++++++++
test/Transforms/Reassociate/keep-debug-loc.ll | 48 ++++++++++++++
4 files changed, 188 insertions(+), 10 deletions(-)
create mode 100644 test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll
create mode 100644 test/Transforms/Reassociate/keep-debug-loc.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 deada28d59 Revert "[clang-format] Break non-trailing block comments"
new 5cce8b32d1 [Clang][x86][Inline Asm] support for GCC style inline asm - [...]
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/Basic/Targets/X86.cpp | 46 +++++++++++------
lib/Basic/Targets/X86.h | 7 ++-
lib/CodeGen/TargetInfo.cpp | 6 ++-
test/CodeGen/x86-GCC-inline-asm-Y-constraints.c | 68 +++++++++++++++++++++++++
4 files changed, 108 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/x86-GCC-inline-asm-Y-constraints.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.