This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from add1a7ff15 clang-format-vs licence.txt: drop svn:executable
new 08a97a0d0b [CMake] Support building Fuchsia toolchain 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:
cmake/caches/Fuchsia-stage2.cmake | 4 ++++
cmake/caches/Fuchsia.cmake | 6 ++++++
2 files changed, 10 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 77643b4d4f9 [LCSSA] Efficiently compute blocks dominating at least one exit.
new a402bd1ba7a [ValueTracking] Remove duplicate call to computeKnownBits f [...]
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/Analysis/ValueTracking.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 llvm.
from caf5bedd42f [InstCombine] Fix !prof metadata preservation for invokes
new 74413b926ab Remove all allocation and divisions from GreatestCommonDivisor
new ef30b29ef51 Revert accidentally-committed files in r300252.
new 85740fd11e5 Fix -Wunused-value warning
new 77643b4d4f9 [LCSSA] Efficiently compute blocks dominating at least one exit.
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:
include/llvm/ADT/APInt.h | 11 ++-
lib/Support/APInt.cpp | 152 ++++++++++++++++-------------
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 12 +--
lib/Transforms/Utils/LCSSA.cpp | 73 ++++++++++----
unittests/ADT/APIntTest.cpp | 43 ++++++++
5 files changed, 194 insertions(+), 97 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 c099906b133 [LCSSA] Assert that we always have a valid loop.
new caf5bedd42f [InstCombine] Fix !prof metadata preservation for invokes
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/InstCombineCalls.cpp | 34 +++++++++----------
.../InstCombine/cast-call-combine-prof.ll | 39 +++++++++++++++-------
2 files changed, 43 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 compiler-rt.
from 2d4035c4d Disable use of tls scanning on darwin leak sanitizer
new 0d5f39faf Revert "[msan] Fix msan_test broken after r299884."
new 3767ff9d5 [msan] Fix msan_test.cc by checking bind results before assum [...]
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/msan/tests/msan_test.cc | 21 +++++++++++++++------
1 file changed, 15 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 clang.
from a60f3e68b9 Follow-up to r300225: update ClangFormat.csproj too
new add1a7ff15 clang-format-vs licence.txt: drop svn:executable
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/clang-format-vs/ClangFormat/license.txt | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 tools/clang-format-vs/ClangFormat/license.txt
--
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 libcxx.
from 05925691 Remove the binders from C++17. Reviewed as https://reviews.ll [...]
new e1c9dfba [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option
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:
docs/UsingLibcxx.rst | 5 +++++
include/__config | 5 +++++
2 files changed, 10 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 compiler-rt.
from 89c661687 Revert "Enable LSan on PowerPC64."
new d4919012c Move Linux-specific lsan tests into a new directory
new 2d4035c4d Disable use of tls scanning on darwin leak sanitizer
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/lsan/lsan_common_mac.cc | 7 ++++++-
lib/lsan/lsan_flags.inc | 2 +-
test/lsan/TestCases/{ => Linux}/cleanup_in_tsd_destructor.c | 0
test/lsan/TestCases/{ => Linux}/disabler_in_tsd_destructor.c | 0
test/lsan/TestCases/{ => Linux}/fork.cc | 0
test/lsan/TestCases/{ => Linux}/fork_threaded.cc | 0
test/lsan/TestCases/{ => Linux}/guard-page.c | 0
test/{asan => lsan}/TestCases/Linux/lit.local.cfg | 0
test/lsan/TestCases/{ => Linux}/use_tls_dynamic.cc | 0
.../lsan/TestCases/{ => Linux}/use_tls_pthread_specific_dynamic.cc | 0
test/lsan/TestCases/{ => Linux}/use_tls_pthread_specific_static.cc | 0
test/lsan/TestCases/{ => Linux}/use_tls_static.cc | 0
12 files changed, 7 insertions(+), 2 deletions(-)
rename test/lsan/TestCases/{ => Linux}/cleanup_in_tsd_destructor.c (100%)
rename test/lsan/TestCases/{ => Linux}/disabler_in_tsd_destructor.c (100%)
rename test/lsan/TestCases/{ => Linux}/fork.cc (100%)
rename test/lsan/TestCases/{ => Linux}/fork_threaded.cc (100%)
rename test/lsan/TestCases/{ => Linux}/guard-page.c (100%)
copy test/{asan => lsan}/TestCases/Linux/lit.local.cfg (100%)
rename test/lsan/TestCases/{ => Linux}/use_tls_dynamic.cc (100%)
rename test/lsan/TestCases/{ => Linux}/use_tls_pthread_specific_dynamic.cc (100%)
rename test/lsan/TestCases/{ => Linux}/use_tls_pthread_specific_static.cc (100%)
rename test/lsan/TestCases/{ => Linux}/use_tls_static.cc (100%)
--
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 14eaa3c97f2 SamplePGO: convert callsite samples map key from callsite_l [...]
new 042486c4488 [DAG] Fold away temporary vector in store candidate merge NFC.
new 3ce76120dda [LCSSA] Use `auto` when the type is obvious. NFCI.
new 24b800cc1d4 [LCSSA] Remove spurious whitespaces. NFCI.
new c099906b133 [LCSSA] Assert that we always have a valid loop.
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 25 +++++++++++--------------
lib/Transforms/Utils/LCSSA.cpp | 9 +++++----
2 files changed, 16 insertions(+), 18 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 e1c6ddcf64d [ValueTracking] Prevent a call to computeKnownBits if we al [...]
new 14eaa3c97f2 SamplePGO: convert callsite samples map key from callsite_l [...]
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/ProfileData/SampleProf.h | 48 ++++++--
lib/ProfileData/SampleProf.cpp | 10 +-
lib/ProfileData/SampleProfReader.cpp | 8 +-
lib/ProfileData/SampleProfWriter.cpp | 53 +++++----
lib/Transforms/IPO/SampleProfile.cpp | 127 ++++++++++++++-------
.../SampleProfile/Inputs/indirect-call.prof | 4 +-
test/Transforms/SampleProfile/indirect-call.ll | 12 +-
7 files changed, 176 insertions(+), 86 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.