This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c0f00a95161 [Dominators] Include infinite loops in PostDominatorTree
new d9d323f0567 [InstCombine] sink sext after ashr
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/InstCombine/InstCombineShifts.cpp | 9 +++++++++
test/Transforms/InstCombine/cast.ll | 7 ++-----
test/Transforms/InstCombine/shift-sra.ll | 20 ++++++++------------
3 files changed, 19 insertions(+), 17 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 47a152256e0 [InstCombine] add tests for sext+ashr; NFC
new bb870789f2e [ORC] Add case statements for AArch64 to the local stub and [...]
new 1dbfdcc5b5f test-release.sh: Move test-suite setup to beginning of the script
new c0f00a95161 [Dominators] Include infinite loops in PostDominatorTree
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/GenericDomTree.h | 24 +-
include/llvm/Support/GenericDomTreeConstruction.h | 446 +++++++++++++++++----
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 13 +
lib/Transforms/Scalar/ADCE.cpp | 32 +-
test/Analysis/PostDominators/infinite-loop.ll | 30 ++
test/Analysis/PostDominators/infinite-loop2.ll | 34 ++
test/Analysis/PostDominators/infinite-loop3.ll | 34 ++
test/Analysis/PostDominators/pr24415.ll | 18 +
test/Analysis/PostDominators/pr6047_a.ll | 8 +-
test/Analysis/PostDominators/pr6047_b.ll | 8 +-
test/Analysis/PostDominators/pr6047_c.ll | 52 ++-
test/Analysis/PostDominators/pr6047_d.ll | 10 +-
test/Analysis/RegionInfo/infinite_loop.ll | 4 +-
test/Analysis/RegionInfo/infinite_loop_2.ll | 11 +-
test/Analysis/RegionInfo/infinite_loop_3.ll | 14 +-
test/Analysis/RegionInfo/infinite_loop_4.ll | 14 +-
test/Analysis/RegionInfo/infinite_loop_5_a.ll | 2 -
test/Analysis/RegionInfo/infinite_loop_5_b.ll | 1 -
test/CodeGen/AMDGPU/branch-relaxation.ll | 16 +-
test/CodeGen/ARM/struct-byval-frame-index.ll | 17 +-
test/CodeGen/Thumb2/v8_IT_5.ll | 7 +-
.../StructurizeCFG/branch-on-argument.ll | 9 +-
.../StructurizeCFG/no-branch-to-entry.ll | 7 +
unittests/IR/DominatorTreeTest.cpp | 159 ++++----
utils/release/test-release.sh | 21 +-
25 files changed, 757 insertions(+), 234 deletions(-)
create mode 100644 test/Analysis/PostDominators/infinite-loop.ll
create mode 100644 test/Analysis/PostDominators/infinite-loop2.ll
create mode 100644 test/Analysis/PostDominators/infinite-loop3.ll
create mode 100644 test/Analysis/PostDominators/pr24415.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 5280dab80a [index] Update indexing to handle CXXDeductionGuideDecls properly
new df98b8fdc6 Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl again
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:
test/CodeGenOpenCL/atomic-ops.cl | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 0335ac6d12 Fix compile on big-endian platforms in siginfo_t converter.
new 206726fbfd Fix PR gdb/21954: make 'unset environment' work again
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:
gdb/ChangeLog | 6 ++++++
gdb/infcmd.c | 2 +-
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/environ.exp | 3 +++
4 files changed, 16 insertions(+), 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 f9877058a2f [llvm-dwarfdump] - Attemp to fix BB after r310915.
new 979a8cab62b Fix -Wunused-lambda-capture for Release build.
new 47a152256e0 [InstCombine] add tests for sext+ashr; 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/Vectorize/SLPVectorizer.cpp | 4 +-
test/Transforms/InstCombine/shift-sra.ll | 60 +++++++++++++++++++++++++++++-
2 files changed, 60 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 lldb.
from 98fd30220 [LLDB][MIPS] Fix process load/unload on android.
new 49ebc5faa [CMake] Disable code sign entitlements when using lldb_codesign
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:
tools/debugserver/source/CMakeLists.txt | 13 +++++++++++--
1 file changed, 11 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 hjl/expf/master
in repository glibc.
discards a696cda418 x86-64: Optimize e_expf with FMA [BZ #21912]
adds bbf5c4388a aio: Remove support for BROKEN_THREAD_SIGNALS
adds 6b11a6ad71 gmon: Run tst-gmon-prof only for run-built-tests=yes
new 5c18dfae53 x86-64: Put L(SP_INF_0) in .rodata.cst4 section [BZ #21955]
new a13f5e6e34 x86-64: Optimize e_expf with FMA [BZ #21912]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a696cda418)
\
N -- N -- N refs/heads/hjl/expf/master (a13f5e6e34)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 19 +++++++++++++++++++
gmon/Makefile | 2 ++
sysdeps/pthread/aio_misc.c | 4 ----
sysdeps/pthread/aio_misc.h | 16 ----------------
sysdeps/pthread/aio_notify.c | 18 ------------------
sysdeps/pthread/aio_suspend.c | 3 ---
sysdeps/pthread/lio_listio.c | 16 ----------------
sysdeps/x86_64/fpu/e_expf.S | 2 +-
sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 2 +-
9 files changed, 23 insertions(+), 59 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 abc35c8454 Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl
new 5280dab80a [index] Update indexing to handle CXXDeductionGuideDecls properly
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/Index/IndexDecl.cpp | 4 ++++
lib/Index/IndexTypeSourceInfo.cpp | 13 +++++++++++--
lib/Index/IndexingContext.cpp | 4 ++--
test/Index/Core/index-source.cpp | 13 +++++++++++++
4 files changed, 30 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 67c555104b Remove -finclude-default-header in OpenCL atomic tests
new abc35c8454 Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl
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:
test/CodeGenOpenCL/atomic-ops.cl | 10 +++++-----
1 file changed, 5 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 lld.
from a4dcdd594 Remove SymbolTable::findInCurrentDSO.
new c55bfd1ab Update a comment and rename a function.
new b136975f0 Use ArrayRef instead of std::vector&.
new 0c791f8ca Remove GdbIndexSection::finalizeContents.
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:
ELF/SyntheticSections.cpp | 55 ++++++++++++++++++-----------------------------
ELF/SyntheticSections.h | 7 ++----
ELF/Writer.cpp | 20 ++++++++++-------
3 files changed, 35 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.