This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0fd0a99 [CMake] Cleanup uses of USES_TERMINAL
new 578e573 cmake: Simplify add_lit_testsuites
new b6da4b8 [CMake] Cleanup version checks for CMake 3.0
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 | 8 ++++----
cmake/modules/AddLLVM.cmake | 34 +++++++++++++---------------------
2 files changed, 17 insertions(+), 25 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 5d7d6b5 [CMake] Cleanup uses of USES_TERMINAL
new fd13d07 [docs] Coverage: Flesh out instructions for avoiding static i [...]
new 8992cdf [docs] Coverage: Clarify return value of __llvm_profile_write_file
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:
docs/SourceBasedCodeCoverage.rst | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 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 libcxx.
from 54f2d20 [CMake] Cleanup uses of USES_TERMINAL
new f486825 Add notes for 2688
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:
www/upcoming_meeting.html | 4 ++--
1 file changed, 2 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 llvm.
from dd92905 [RegBankSelect] Print out the actual mapping of the operands.
new 0fd0a99 [CMake] Cleanup uses of USES_TERMINAL
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:
CMakeLists.txt | 6 ------
cmake/modules/AddLLVM.cmake | 2 +-
cmake/modules/LLVMExternalProjectUtils.cmake | 10 +++-------
tools/xcode-toolchain/CMakeLists.txt | 4 ++--
4 files changed, 6 insertions(+), 16 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 bb80708 [DebugInfo] Add calling conventions to DISubroutineType
new 5d7d6b5 [CMake] Cleanup uses of USES_TERMINAL
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:
runtime/CMakeLists.txt | 3 +--
1 file changed, 1 insertion(+), 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 libcxx.
from 9e65b66 Mark 2441 as ready
new 54f2d20 [CMake] Cleanup uses of USES_TERMINAL
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/Modules/HandleOutOfTreeLLVM.cmake | 8 --------
1 file changed, 8 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 glibc.
from 9bd3ef8 Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).
new df179d8 Fix i386/x86_64 logl (sNaN) (bug 20227).
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 | 7 +++++++
math/libm-test.inc | 2 ++
sysdeps/i386/fpu/e_logl.S | 1 +
sysdeps/i386/i686/fpu/e_logl.S | 1 +
sysdeps/x86_64/fpu/e_logl.S | 1 +
5 files changed, 12 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 5b20b56 [PM] Add missing caching of GlobalsAA to EarlyCSE.
new f716842 [SLPVectorizer] Handle GEP with differing constant index types
new d36db42 [RegisterBankInfo] Add dump/print methods for OperandsMapper.
new dd694f3 [RegisterBankInfo] Avoid code duplication in OperandsMapper f [...]
new 1d9903f [RegBankSelect] Remove a debug print of a potentially dead in [...]
new dd92905 [RegBankSelect] Print out the actual mapping of the operands.
The 5 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/GlobalISel/RegisterBankInfo.h | 27 +++++++-
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 5 +-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 80 +++++++++++++++++++---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +-
test/Transforms/SLPVectorizer/X86/gep_mismatch.ll | 22 ++++++
5 files changed, 123 insertions(+), 13 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/gep_mismatch.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 glibc.
from 9946e7a Fix ldexp, scalbn, scalbln for sNaN input (bug 20225).
new 9bd3ef8 Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).
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 | 8 ++++++++
math/libm-test.inc | 6 ++++++
sysdeps/i386/fpu/e_expl.S | 7 +++++--
sysdeps/x86_64/fpu/e_expl.S | 7 +++++--
4 files changed, 24 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 e06e7e3 [CMake] Fixing a typo
new 8153f63 Revive http://reviews.llvm.org/D12778 to handle forward-hot-p [...]
new 5b20b56 [PM] Add missing caching of GlobalsAA to EarlyCSE.
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/CodeGen/MachineBlockPlacement.cpp | 13 +++++++--
lib/Transforms/Scalar/EarlyCSE.cpp | 1 +
.../CodeGen/AArch64/fast-isel-branch-cond-split.ll | 4 +--
test/CodeGen/X86/block-placement.ll | 32 ++++++++++++++++++++++
4 files changed, 45 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.