This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c5e14e0 RegScavenging: Add scavengeRegisterBackwards()
new df36f1c Add AIX support to Path.inc, Host.h, and CMake.
new aee8a35 Make MemorySSA::dominates/locallydominates constant time
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:
CMakeLists.txt | 2 +-
cmake/modules/AddLLVM.cmake | 5 ++-
cmake/modules/HandleLLVMOptions.cmake | 6 ++--
include/llvm/Support/Host.h | 2 ++
include/llvm/Transforms/Utils/MemorySSA.h | 8 +++++
lib/Support/Unix/Path.inc | 5 +--
lib/Transforms/Utils/MemorySSA.cpp | 52 +++++++++++++++++++++----------
7 files changed, 57 insertions(+), 23 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 6f62be2 regenerate checks
new e07c066 RegisterScavenger: Introduce backward() mode.
new c5e14e0 RegScavenging: Add scavengeRegisterBackwards()
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/CodeGen/RegisterScavenging.h | 46 +++-
lib/CodeGen/PrologEpilogInserter.cpp | 143 +++++-----
lib/CodeGen/RegisterScavenging.cpp | 312 +++++++++++++++++-----
test/CodeGen/AMDGPU/captured-frame-index.ll | 4 +-
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll | 88 +++---
test/CodeGen/PowerPC/dyn-alloca-aligned.ll | 4 +-
test/CodeGen/SystemZ/frame-13.ll | 6 +-
test/CodeGen/SystemZ/frame-14.ll | 6 +-
test/CodeGen/SystemZ/frame-15.ll | 4 +-
test/CodeGen/SystemZ/frame-16.ll | 8 +-
test/CodeGen/Thumb/large-stack.ll | 4 +-
11 files changed, 443 insertions(+), 182 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 11faea3 [InstCombine] fold add(zext(xor X, C), C) --> sext X when C i [...]
new bc05d15 [AArch64] Properly validate the reciprocal estimation.
new 6f62be2 regenerate checks
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/AArch64/AArch64ISelLowering.cpp | 6 +++
test/CodeGen/AArch64/recp-fastmath.ll | 34 +++++++++++++
test/CodeGen/AArch64/sqrt-fastmath.ll | 78 ++++++++++++++++++++++++++++--
test/Transforms/InstCombine/select.ll | 25 ++++++----
4 files changed, 129 insertions(+), 14 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 lnt.
from 5a62b85 Mark change was not working when hashes were present
new 649dee1 If the profiles directory does not exist, don't update it
new bf40a8f replace the non-standard -B option with -k
new b800106 Track code size
new d41d5bd nt: don't freak out when you see code size
The 4 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:
.../{upgrade_5_to_6.py => upgrade_9_to_10.py} | 23 +++++++++-------------
lnt/server/db/rules/rule_update_profile_stats.py | 5 ++++-
lnt/tests/nt.py | 5 +++++
lnt/tests/test_suite.py | 6 ++++--
tests/server/db/CreateV4TestSuiteInstance.py | 5 ++++-
5 files changed, 26 insertions(+), 18 deletions(-)
copy lnt/server/db/migrations/{upgrade_5_to_6.py => upgrade_9_to_10.py} (63%)
--
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 fed9fd5 Attempt to appease MSVC buildbots.
new 11faea3 [InstCombine] fold add(zext(xor X, C), C) --> sext X when C i [...]
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/InstCombineAddSub.cpp | 10 ++++++++
test/Transforms/InstCombine/apint-add.ll | 29 +++++++++++++++++++-----
2 files changed, 33 insertions(+), 6 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 compiler-rt.
from 2de41ff [Profile] Introduce lit test vars for IR based instrumentation
new c2512f9 [Profile] Test cleanup -- use new lit var for IR PGO tests /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:
test/profile/instrprof-icall-promo.test | 14 +++++++-------
test/profile/instrprof-value-prof-evict.test | 4 ++--
test/profile/instrprof-value-prof-shared.test | 12 ++++++------
test/profile/instrprof-value-prof.test | 4 ++--
4 files changed, 17 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 gcc-6-branch
in repository gcc.
from 1ffbcfd PR rtl-optimization/71916 * cfgrtl.c (contains_no_active_in [...]
new f63ae99 Do not define _GLIBCXX_ASSERTIONS in Parallel Mode
new b076cdc Add header for std::search to testcase
new 585c8d5 Include header for std::__parallel::search
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:
libstdc++-v3/ChangeLog | 18 ++++++++++++++++++
libstdc++-v3/include/bits/c++config | 2 +-
libstdc++-v3/include/experimental/functional | 3 +++
libstdc++-v3/include/parallel/balanced_quicksort.h | 3 +++
libstdc++-v3/include/parallel/compiletime_settings.h | 6 ------
.../testsuite/experimental/functional/searchers.cc | 1 +
6 files changed, 26 insertions(+), 7 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 compiler-rt.
from 66e5058 [asan] trying to fix the android bot
new 2de41ff [Profile] Introduce lit test vars for IR based instrumentation
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/profile/lit.cfg | 12 ++++++++++--
1 file changed, 10 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 lldb.
from 4209150 Typo corrections identified by codespell
new e6706c5 Don't check the value of the unset variables on iOS
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:
.../data-formatter/boolreference/TestFormattersBoolRefPtr.py | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.