This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9bf5832d12b [IPO/MergeFunctions] This function is used only under DEBUG().
new e2c5126dbba Kill off the old SimplifyInstruction API by converting rema [...]
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/InstructionSimplify.h | 78 ++++++++++++----------
lib/Analysis/InstructionSimplify.cpp | 47 ++++++++++---
lib/Analysis/Lint.cpp | 2 +-
lib/Analysis/ScalarEvolution.cpp | 2 +-
lib/Analysis/ScalarEvolutionExpander.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 2 +-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 6 +-
.../Scalar/CorrelatedValuePropagation.cpp | 17 +----
lib/Transforms/Scalar/EarlyCSE.cpp | 16 ++---
lib/Transforms/Scalar/GVN.cpp | 2 +-
lib/Transforms/Scalar/JumpThreading.cpp | 7 +-
lib/Transforms/Scalar/LoopInstSimplify.cpp | 2 +-
lib/Transforms/Scalar/LoopRotation.cpp | 13 ++--
lib/Transforms/Scalar/NewGVN.cpp | 6 +-
lib/Transforms/Utils/InlineFunction.cpp | 2 +-
lib/Transforms/Utils/LoopSimplify.cpp | 4 +-
lib/Transforms/Utils/LoopUnroll.cpp | 2 +-
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 9 ++-
lib/Transforms/Utils/SimplifyCFG.cpp | 6 +-
lib/Transforms/Utils/SimplifyInstructions.cpp | 3 +-
21 files changed, 125 insertions(+), 105 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 10a02ec96b3 [RS4GC] Simplify attribute handling code NFC
new 9bf5832d12b [IPO/MergeFunctions] This function is used only under DEBUG().
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/IPO/MergeFunctions.cpp | 4 ++++
1 file changed, 4 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 binutils-gdb.
from d6f48aed23 ELF: Add run-time tests for -z now
new 1670f9c154 x86: Add run-time tests for -mtls-dialect=gnu2
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:
ld/ChangeLog | 11 +++++++
ld/testsuite/config/default.exp | 37 ++++++++++++++++++++++
ld/testsuite/ld-i386/tls.exp | 58 +++++++++++++++++++++++++++++++++++
ld/testsuite/ld-i386/tlsdesc1a.c | 19 ++++++++++++
ld/testsuite/ld-i386/tlsdesc1b.c | 8 +++++
ld/testsuite/ld-x86-64/tls.exp | 63 ++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/tlsdesc1a.c | 19 ++++++++++++
ld/testsuite/ld-x86-64/tlsdesc1b.c | 8 +++++
8 files changed, 223 insertions(+)
create mode 100644 ld/testsuite/ld-i386/tlsdesc1a.c
create mode 100644 ld/testsuite/ld-i386/tlsdesc1b.c
create mode 100644 ld/testsuite/ld-x86-64/tlsdesc1a.c
create mode 100644 ld/testsuite/ld-x86-64/tlsdesc1b.c
--
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 331b9af31da Use Argument::hasAttribute and AttributeList::ReturnIndex more
new 10a02ec96b3 [RS4GC] Simplify attribute handling code 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/Transforms/Scalar/RewriteStatepointsForGC.cpp | 72 ++++++++---------------
1 file changed, 25 insertions(+), 47 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 428544e8ae Consistently use fprintf_filtered when displaying MIPS registers.
new d6f48aed23 ELF: Add run-time tests for -z now
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:
ld/ChangeLog | 7 +++
ld/testsuite/ld-elf/shared.exp | 86 +++++++++++++++++++++++++++++++++++
ld/testsuite/ld-i386/tls.exp | 53 ++++++++++++++++++++++
ld/testsuite/ld-ifunc/ifunc.exp | 99 +++++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/tls.exp | 53 ++++++++++++++++++++++
5 files changed, 298 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 b3dc14e340 [DOXYGEN] Minor improvements in doxygen comments.
new 9a231fff5c [CodeGen][ObjC] Don't retain captured Objective-C pointers a [...]
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/CGBlocks.cpp | 14 +++++++++++++-
lib/CodeGen/CGObjC.cpp | 6 ++++++
lib/CodeGen/CodeGenFunction.h | 1 +
test/CodeGenObjC/arc-blocks.m | 36 +++++++++++++++++++++++++++++-------
test/CodeGenObjC/arc-foreach.m | 19 ++++++++-----------
5 files changed, 57 insertions(+), 19 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 lld.
from 100ef4f34 Remove a redundant local variable.
new 7634ef200 Remove trailing whitespace from the -Map output.
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/MapFile.cpp | 8 ++++----
1 file changed, 4 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 llvm.
from a8aa6651317 [IR] Delete unused Argument::removeAttr overload
new 4e397d9e338 Cleanup: Use DIExpression::prepend in buildDbgValueForSpill [...]
new 331b9af31da Use Argument::hasAttribute and AttributeList::ReturnIndex more
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/CallSite.h | 2 +-
include/llvm/IR/DebugInfoMetadata.h | 2 +-
include/llvm/IR/Function.h | 8 +++--
lib/Analysis/CFLGraph.h | 2 +-
lib/CodeGen/MachineInstr.cpp | 11 ++-----
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 40 +++++++++++-------------
lib/IR/AsmWriter.cpp | 32 +++++++++----------
lib/IR/Attributes.cpp | 29 ++++-------------
lib/IR/DebugInfoMetadata.cpp | 5 +--
lib/IR/Instructions.cpp | 3 +-
lib/IR/Value.cpp | 4 +--
lib/Target/AArch64/AArch64FastISel.cpp | 15 ++++-----
lib/Target/ARM/ARMFastISel.cpp | 24 +++++++-------
lib/Target/Hexagon/HexagonBitTracker.cpp | 9 ++----
lib/Target/Mips/MipsFastISel.cpp | 27 +++++++---------
lib/Target/X86/X86FastISel.cpp | 15 ++++-----
lib/Transforms/IPO/ArgumentPromotion.cpp | 29 +++++++----------
lib/Transforms/IPO/FunctionAttrs.cpp | 5 +--
18 files changed, 108 insertions(+), 154 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 lldb.
from a560ad264 Remove lock from ConstString::GetLength
new d7a71c044 Add remaining SBTrace headers to LLDB framework
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:
lldb.xcodeproj/project.pbxproj | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.