This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d28b2cdc1 [ELF] - Implemented --defsym option.
new cce2e5bbf [ELF] - Remove dead TLS relocations relative code for MIPS and ARM
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/Target.cpp | 16 ----------------
1 file changed, 16 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 c36b154061c [x86] change tests to use sext, not zext; NFC
new 180ce98a0d6 [AVR] Remove an unused local variable
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/AVR/AVRExpandPseudoInsts.cpp | 1 -
1 file changed, 1 deletion(-)
--
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 553bcb5841b [TargetLowering] fix isConstTrueVal to account for build ve [...]
new f2ba970438e Fix unused-variable warning caused by r301407.
new c36b154061c [x86] change tests to use sext, not zext; NFC
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/Transforms/Scalar/LoopRotation.cpp | 2 --
test/CodeGen/X86/bool-ext-inc.ll | 15 ++++++++-------
2 files changed, 8 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 binutils-gdb.
from 3e6b644558 Improve decoding of corrupt/unrecognised gnu build attribute notes.
new 740a463062 Fix invocation of stat() on a NULL pointer.
new d21f3ddb0d Fix PR number in ChangeLog comment.
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:
binutils/ChangeLog | 7 +++++++
binutils/ar.c | 3 +++
binutils/bucomm.c | 3 +++
3 files changed, 13 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 clang.
from 140708f7fd -Wdocumentation should not check the @returns command for Ob [...]
new 7ca1900874 -Wunguarded-availability should support if (@available) chec [...]
new 9bdffb9899 [OPENMP] Move handling of threadprivate vars from the stack, NFC.
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/Sema/SemaDeclAttr.cpp | 2 +
lib/Sema/SemaExpr.cpp | 14 +++-
lib/Sema/SemaOpenMP.cpp | 144 +++++++++++++++++----------------
test/SemaObjC/unguarded-availability.m | 18 ++++-
4 files changed, 103 insertions(+), 75 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 4c814e62fc0 Convert LoopRotation to use SimplifyQuery version of Simpli [...]
new 553bcb5841b [TargetLowering] fix isConstTrueVal to account for build ve [...]
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/SelectionDAG/TargetLowering.cpp | 30 ++++++++++++++++-------------
test/CodeGen/X86/setcc-combine.ll | 28 ++++++++++++---------------
2 files changed, 29 insertions(+), 29 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 d530427b4ad Fix signed multiplication with overflow fallback.
new c303d331b42 Convert CVP to use SimplifyQuery version of SimplifyInstruc [...]
new b7f0325d217 Convert SimplifyInstructions to use the SimplifyQuery versi [...]
new 4c814e62fc0 Convert LoopRotation to use SimplifyQuery version of Simpli [...]
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/Analysis/InstructionSimplify.h | 5 ++++
.../Scalar/CorrelatedValuePropagation.cpp | 30 ++++++++++++++--------
lib/Transforms/Scalar/LoopRotation.cpp | 20 ++++++++++-----
lib/Transforms/Utils/SimplifyInstructions.cpp | 18 +++++++------
4 files changed, 48 insertions(+), 25 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 0f75548f9fd [DAG] add FIXME comments for splat detection; NFC
new d530427b4ad Fix signed multiplication with overflow fallback.
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/SelectionDAG/LegalizeDAG.cpp | 4 ++--
test/CodeGen/ARM/v6m-smul-with-overflow.ll | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/ARM/v6m-smul-with-overflow.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 4886bbbe713 [X86] Added pointer math zext test case (PR22970)
new 0f75548f9fd [DAG] add FIXME comments for splat detection; 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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++++
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 3 +++
2 files changed, 7 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 glibc.
from 9fe3c80c7c Fix sys/socket.h namespace issues from sys/uio.h inclusion ( [...]
new 1e1f44de64 Add earlyclobber to sqrtt/sqrtf insns.
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 | 6 ++++++
sysdeps/alpha/fpu/math_private.h | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.