This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9ade85f [AArch64] add tests to show select transforms; NFC
new 57d4f76 [AArch64] add tests for bics; 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/CodeGen/AArch64/bics.ll | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 test/CodeGen/AArch64/bics.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 a2caa8e Introduce StringRefZ class to represent null-terminated strings.
new 4b58d69 Use StringRefZ explicitly instead of const char *.
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:
ELF/InputFiles.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 7ac42f4 PR target/71331 * config/tilegx/tilegx.c (tilegx_function_p [...]
new e901b43 2016-11-29 Andrew Pinski <apinski(a)cavium.com>
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/ChangeLog | 5 +++++
gcc/tree-vrp.c | 2 +-
2 files changed, 6 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 ba3cf58 [AArch64] Fold spills of COPY of WZR/XZR
new 996fdfd Revert "[GVN, OptDiag] Print the interesting instructions inv [...]
new 5d693fa Revert "[GVN, OptDiag] Include the value that is forwarded in [...]
new f618d6e Revert "[GVN] Basic optimization remark support"
new 9ade85f [AArch64] add tests to show select transforms; NFC
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/Analysis/OptimizationDiagnosticInfo.h | 16 +--
include/llvm/IR/DiagnosticInfo.h | 13 --
include/llvm/Transforms/Scalar/GVN.h | 4 +-
lib/IR/DiagnosticInfo.cpp | 30 +----
lib/Transforms/Scalar/GVN.cpp | 62 +---------
test/CodeGen/AArch64/selectcc-to-shiftand.ll | 133 +++++++++++++++++++++
test/Transforms/GVN/opt-remarks.ll | 108 -----------------
7 files changed, 140 insertions(+), 226 deletions(-)
create mode 100644 test/CodeGen/AArch64/selectcc-to-shiftand.ll
delete mode 100644 test/Transforms/GVN/opt-remarks.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 lldb.
from cd57c76 Remove some OS-specific plugins from lldb-server dependencies
new 9ea07ad Add back some of the previous lldb-server dependencies
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/lldb-server/CMakeLists.txt | 5 +++++
1 file changed, 5 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 gcc.
from b9db1ed PR libstdc++/68838 * testsuite/lib/libstdc++.exp (DEFAULT_CXX [...]
new 7ac42f4 PR target/71331 * config/tilegx/tilegx.c (tilegx_function_p [...]
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/ChangeLog | 7 +++++++
gcc/config/tilegx/tilegx.c | 20 ++++++++++++++++++--
2 files changed, 25 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 c72d18a [docs] Typos and whitespace fixed in LTO docs.
new ba3cf58 [AArch64] Fold spills of COPY of WZR/XZR
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/AArch64/AArch64InstrInfo.cpp | 25 +++++++++++++++
test/CodeGen/AArch64/zero-reg.ll | 54 +++++++++++++++++++++++++++++++++
2 files changed, 79 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 clang-tools-extra.
from 950b766 [include-fixer] Don't eat one token too many when replacing a [...]
new fc1f0ce Fix some Clang-tidy modernize-use-default and Include What Yo [...]
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:
clang-rename/USRLocFinder.cpp | 12 ++++++++++--
clang-tidy/modernize/AvoidBindCheck.cpp | 20 +++++++++++++++++---
clang-tidy/modernize/LoopConvertCheck.cpp | 14 ++++++++++++--
clang-tidy/modernize/LoopConvertUtils.cpp | 21 +++++++++++++++++----
clang-tidy/modernize/LoopConvertUtils.h | 13 ++++++++++---
pp-trace/PPCallbacksTracker.h | 16 +++++++++++-----
6 files changed, 77 insertions(+), 19 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 e148f0a Avoid repeated calls to MVT getSizeInBits and getScalarSizeIn [...]
new c72d18a [docs] Typos and whitespace fixed in LTO docs.
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/LinkTimeOptimization.rst | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 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 56e3c89 Compiler-rt part of D26230: Add (constant) masked load/store support
new cae76be Revert "Compiler-rt part of D26230: Add (constant) masked loa [...]
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/masked-ops.cpp | 102 -------------------------------------
1 file changed, 102 deletions(-)
delete mode 100644 test/asan/TestCases/masked-ops.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.