This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 91c19fb [Thumb] Validate branch target for CBZ/CBNZ instructions.
new 7bc6001 [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
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/Transforms/Utils/SimplifyCFG.cpp | 357 ++++++++++++---------
test/CodeGen/ARM/avoid-cpsr-rmw.ll | 2 +-
.../ARM/single-constant-use-preserves-dbgloc.ll | 3 +-
test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll | 3 +-
test/Transforms/SimplifyCFG/sink-common-code.ll | 177 ++++++++++
5 files changed, 389 insertions(+), 153 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 24088ba [X86] PADDUSB/W instructions should be commutable.
new bd7c3fb [LSR] Don't try and create post-inc expressions on non-rotated loops
new 91c19fb [Thumb] Validate branch target for CBZ/CBNZ instructions.
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/AsmParser/ARMAsmParser.cpp | 6 +++
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 5 +++
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 20 ++++++++++
test/CodeGen/AMDGPU/wqm.ll | 5 ++-
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 3 +-
test/CodeGen/Hexagon/hwloop-crit-edge.ll | 1 +
test/CodeGen/Hexagon/hwloop-loop1.ll | 2 -
test/CodeGen/X86/lsr-loop-exit-cond.ll | 4 +-
test/MC/ARM/thumb-cb-negative-offsets.s | 19 ++++++++++
test/MC/ARM/thumb-diagnostics.s | 17 +++++++++
.../LoopStrengthReduce/post-inc-optsize.ll | 43 ++++++++++++++++++++++
11 files changed, 118 insertions(+), 7 deletions(-)
create mode 100644 test/MC/ARM/thumb-cb-negative-offsets.s
create mode 100644 test/Transforms/LoopStrengthReduce/post-inc-optsize.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 6208521 [ELF] - Linkerscript: fix VA value assigned to sections when [...]
new ed4c096 [ELF] Do not add start and end symbols in case they are alrea [...]
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/Writer.cpp | 12 +++++++++---
test/ELF/linkerscript/linkerscript-start-end.s | 16 ++++++++++++++++
2 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/linkerscript/linkerscript-start-end.s
--
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 f9187a1 [CodeGen] Correctly implement the AVX512 psABI rules
new 63dcb57 [CodeGen] Ignore unnamed bitfields before handling vector fields
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/CodeGen/TargetInfo.cpp | 9 +++++----
test/CodeGen/x86_64-arguments.c | 9 +++++++++
2 files changed, 14 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 6197d01 cxx_status: update features implemented in clang 3.9 from "sv [...]
new f9187a1 [CodeGen] Correctly implement the AVX512 psABI rules
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/CodeGen/TargetInfo.cpp | 17 ++++++++++-------
test/CodeGen/x86_64-arguments.c | 9 +++++----
2 files changed, 15 insertions(+), 11 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 d1a8c19 [X86] Mark some of the X86 SDNodes as commutative.
new 24088ba [X86] PADDUSB/W instructions should be commutable.
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/X86InstrSSE.td | 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 937229d [ScopedNoAliasAA] collectMDInDomain should be a free function
new ed1f4b6 [X86] X86ISD::FANDN is not commutative or associative.
new d1a8c19 [X86] Mark some of the X86 SDNodes as commutative.
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/IR/IntrinsicsX86.td | 6 +++---
lib/Target/X86/X86InstrFragmentsSIMD.td | 21 +++++++++++----------
2 files changed, 14 insertions(+), 13 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 24f7cd8 [ScopedNoAliasAA] Only collect noalias nodes if we have alias [...]
new 937229d [ScopedNoAliasAA] collectMDInDomain should be a free function
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/ScopedNoAliasAA.h | 2 --
lib/Analysis/ScopedNoAliasAA.cpp | 5 ++---
2 files changed, 2 insertions(+), 5 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 659a161 cxx_status: mark decomposition declarations as "partial": the [...]
new 6197d01 cxx_status: update features implemented in clang 3.9 from "sv [...]
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:
www/cxx_status.html | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 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 ceabe65 Add a triple to this test to make buildbots happier.
new 47b2f02 Disable lambda-capture of decomposition declaration bindings [...]
new 659a161 cxx_status: mark decomposition declarations as "partial": the [...]
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/clang/Basic/DiagnosticSemaKinds.td | 11 +++-------
lib/Sema/SemaExpr.cpp | 35 +++++++++++++++++-------------
test/SemaCXX/cxx1z-decomposition.cpp | 10 +++++++++
www/cxx_status.html | 2 +-
4 files changed, 34 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.