This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9cbab963e67 Fix LSR compile time hang.
new 1187b9b7a72 [DebugInfo] Only handle DBG_VALUE in InlineSpiller.
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/CodeGen/InlineSpiller.cpp | 10 ++++++++--
1 file changed, 8 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 98ccabbf2a6 remove output xml incase it is leftover from another run
new 9cbab963e67 Fix LSR compile time hang.
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/Scalar/LoopStrengthReduce.cpp | 7 +-
.../Transforms/LoopStrengthReduce/lsr-comp-time.ll | 1336 ++++++++++++++++++++
2 files changed, 1342 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopStrengthReduce/lsr-comp-time.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 clang.
from 925ba2721e [analyzer] Do not crash on callback for call_once passed by value
new 623218cd69 Fix 32-bit buildbots.
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/SemaCXX/for-range-examples.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 llvm.
from ba7d439a19c Use not to catch unexpected pass as well as remove old test [...]
new 98ccabbf2a6 remove output xml incase it is leftover from another run
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/tests/shtest-xunit-output.py | 1 +
1 file changed, 1 insertion(+)
--
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 3aa3080f8c4 ARM: Remove unnecessary argument. NFCI.
new ba7d439a19c Use not to catch unexpected pass as well as remove old 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:
utils/lit/tests/xunit-output.py | 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 clang.
from 2f3b3999e2 [analyzer] Make plist-html diagnostic consumer produce multi [...]
new dd41a58314 Revert commits r332160, r332164, r332236.
new 925ba2721e [analyzer] Do not crash on callback for call_once passed by value
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/clang/Basic/DiagnosticDriverKinds.td | 3 ---
lib/Analysis/BodyFarm.cpp | 23 +++++++++++++----------
lib/Frontend/CompilerInvocation.cpp | 10 ----------
test/Analysis/call_once.cpp | 9 +++++++++
test/CodeGenCXX/alignment.cpp | 3 ---
test/Driver/clang-abi-compat.cpp | 8 --------
6 files changed, 22 insertions(+), 34 deletions(-)
delete mode 100644 test/Driver/clang-abi-compat.cpp
--
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 a76b6de3b8c [Debugify] Fix test failing after r332416
new 942907df5b5 ARM: Deduplicate code and remove unnecessary declaration. NFCI.
new 3aa3080f8c4 ARM: Remove unnecessary argument. NFCI.
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/ARM/MCTargetDesc/ARMAsmBackend.cpp | 30 ++++++-------------------
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 3 +--
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 19 +++++-----------
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 15 -------------
4 files changed, 14 insertions(+), 53 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 d146023adda [Debugfiy] Print the pass name next to the result
new a76b6de3b8c [Debugify] Fix test failing after r332416
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/Transforms/Mem2Reg/PromoteMemToRegister.ll | 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 clang.
from 0d65696b0e [Attr] Don't print implicit attributes
new 2f3b3999e2 [analyzer] Make plist-html diagnostic consumer produce multi [...]
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/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 2 +-
.../plist-multi-file.c} | 189 ++++++++++-----------
test/Analysis/diagnostics/plist-multi-file.h | 3 +
3 files changed, 98 insertions(+), 96 deletions(-)
copy test/Analysis/{lambda-notes.cpp => diagnostics/plist-multi-file.c} (53%)
create mode 100644 test/Analysis/diagnostics/plist-multi-file.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.