This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from bee05c9d58 resolv: Replace __builtin_expect with __glibc_unlikely/__gli [...]
new 25cfd50214 A third round of inclusion fixes for _ISOMAC testsuite.
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 ++++++
posix/tst-mmap-offset.c | 1 +
resolv/tst-ns_name_compress.c | 1 +
resolv/tst-resolv-edns.c | 1 +
4 files changed, 9 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 14ee3d3d791 [DAG] add splat vector support for 'and' in SimplifyDemandedBits
new 8a1f075c935 ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin.
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/ARMCallingConv.td | 6 +++---
test/CodeGen/ARM/darwin-tls-preserved.ll | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/ARM/darwin-tls-preserved.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 lldb.
from d3a54f54b Fix TestRegisterVariables for clang/arm
new befccfd4f Teach RenderScriptRuntime about changed context representation.
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:
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 69 ++++++++++++----------
1 file changed, 39 insertions(+), 30 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 5c42a4d473b [MathExtras] Fix undefined behavior (shift by bit width)
new f7fa9ffd087 IR: Remove some comments that are documenting the obvious. NFC.
new 14ee3d3d791 [DAG] add splat vector support for 'and' in SimplifyDemandedBits
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/ModuleSummaryIndex.h | 4 ----
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +-
test/CodeGen/X86/avx512-ext.ll | 8 ++++----
test/CodeGen/X86/vector-rotate-128.ll | 11 -----------
test/CodeGen/X86/vector-rotate-256.ll | 17 +++--------------
6 files changed, 9 insertions(+), 35 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 17081268e2 [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.
new bb9efcc8f8 [Coverage] Don't emit mappings for functions in dependent co [...]
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/ModuleBuilder.cpp | 2 +-
test/CoverageMapping/pr32679.cpp | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 test/CoverageMapping/pr32679.cpp
--
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 bfb79c8fec Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
new 17081268e2 [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/JumpDiagnostics.cpp | 9 +++++++++
lib/Sema/SemaStmt.cpp | 1 +
test/SemaObjC/foreach.m | 24 ++++++++++++++++++++++++
4 files changed, 36 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 d6b4b10a395 Prefer addAttr(Attribute::AttrKind) over the AttributeList [...]
new 610621c4ba1 AMDGPU: Change DivergenceAnalysis for function arguments
new 902e7e59d19 AMDGPU: Don't align callable functions to 256
new 5c42a4d473b [MathExtras] Fix undefined behavior (shift by bit width)
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/Support/MathExtras.h | 2 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 25 +-
.../DivergenceAnalysis/AMDGPU/kernel-args.ll | 27 +-
.../AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll | 1326 +++++++++++---------
test/CodeGen/AMDGPU/hsa-func-align.ll | 18 +
test/CodeGen/AMDGPU/hsa-func.ll | 13 +
unittests/Support/MathExtrasTest.cpp | 5 +
8 files changed, 820 insertions(+), 600 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/hsa-func-align.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 8ccdc594587 [InstCombine] Reduce visitLoadInst() code duplication. NFCI.
new d6b4b10a395 Prefer addAttr(Attribute::AttrKind) over the AttributeList [...]
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/Argument.h | 12 +++++-----
lib/AsmParser/LLParser.cpp | 15 +++++--------
lib/IR/Core.cpp | 20 +++++------------
lib/IR/Function.cpp | 23 +++++++++++++------
lib/Transforms/IPO/FunctionAttrs.cpp | 40 ++++++++++------------------------
unittests/Transforms/Utils/Cloning.cpp | 4 +---
6 files changed, 45 insertions(+), 69 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 9192aede9d Add #pragma clang attribute support to the external_source_s [...]
new bfb79c8fec Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
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/CGCall.cpp | 16 +++++-----------
lib/CodeGen/CGObjC.cpp | 8 ++------
2 files changed, 7 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.