This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7066857 Add a %basename substitution.
new 1c48d9e Do not pollute the namespace in a header file.
new 9fc191f [DAGCombiner] Add vector demanded elements support to Compute [...]
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/SelectionDAG.h | 11 ++++++++
include/llvm/Target/TargetLowering.h | 5 +++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 44 +++++++++++++++++++++++------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 +
lib/Support/Windows/Process.inc | 1 -
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 3 +-
lib/Target/X86/X86ISelLowering.h | 1 +
test/CodeGen/X86/known-bits-vector.ll | 18 +++++-------
10 files changed, 65 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 b8297df clang-format: Fix post-commit review comment of r299204, use [...]
new ef8a2a5 Add back test for r299152
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/CodeGen/function-sections.c | 6 ++++++
1 file changed, 6 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 1f79e38 [SystemZ] Skip DAGCombining of vector node for older subtargets.
new 7066857 Add a %basename substitution.
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:
utils/lit/lit/TestRunner.py | 5 ++++-
1 file changed, 4 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 clang.
from c18296a clang-format vs plugin support for Visual Studio 2017
new b8297df clang-format: Fix post-commit review comment of r299204, use [...]
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/clang/Format/Format.h | 2 +-
lib/Format/ContinuationIndenter.cpp | 4 ++--
lib/Format/Format.cpp | 4 ++--
lib/Format/FormatTokenLexer.cpp | 2 +-
lib/Format/TokenAnnotator.cpp | 10 +++++-----
lib/Format/UnwrappedLineParser.cpp | 9 ++++-----
6 files changed, 15 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 compiler-rt.
from 7596a2a Remove unused variable.
new fc209f2 Simplify test.
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/asan/TestCases/Posix/closed-fds.cc | 3 ++-
1 file changed, 2 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 5f4e285 Make naming in Host.h in line with coding standards.
new 1f79e38 [SystemZ] Skip DAGCombining of vector node for older subtargets.
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/Target/SystemZ/SystemZISelLowering.cpp | 6 ++++++
test/CodeGen/SystemZ/extract-vector-elt-zEC12.ll | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 test/CodeGen/SystemZ/extract-vector-elt-zEC12.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 lld.
from 94bdc3e Remove unnecessary cast and branch. NFC.
new 0e4444e [ELF] Add a NOP instruction to make LLVM generate a mapping symbol
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/ELF/arm-target1.s | 4 +++-
1 file changed, 3 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 922c623 Use the current working directory in the glob expansion
new 5f4e285 Make naming in Host.h in line with coding standards.
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/Support/Host.h | 10 +++++-----
include/llvm/Support/MathExtras.h | 4 ++--
lib/Support/Chrono.cpp | 12 ++++++------
lib/Support/Host.cpp | 12 ++++++------
unittests/Support/Host.cpp | 23 ++++++++++-------------
5 files changed, 29 insertions(+), 32 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 3930945 clang-format: [JavaScript] Ignore QT keywords.
new c18296a clang-format vs plugin support for Visual Studio 2017
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/source.extension.vsixmanifest.in | 3 +++
1 file changed, 3 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe-extraconfigs.
from 46e4fc2 Add gcc-bootstrap-ubsan.conf
new 189af5c Add bootstrap-O3 config
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:
gcc/gcc-bootstrap-O3.conf | 1 +
1 file changed, 1 insertion(+)
create mode 100644 gcc/gcc-bootstrap-O3.conf
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.