This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d15dc0bfc9f [LICM] (re-)simplify code using MemoryLocation API [NFC]
new 3b81e5c28ad [IndVars][NFC] Refactor to make modifications of Changed tr [...]
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/IndVarSimplify.cpp | 91 +++++++++++++++++---------------
1 file changed, 47 insertions(+), 44 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 2da88b084cf llvm-symbolizer: Fix bug related to TUs interfering with sy [...]
new d15dc0bfc9f [LICM] (re-)simplify code using MemoryLocation API [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:
lib/Transforms/Scalar/LICM.cpp | 12 ++----------
1 file changed, 2 insertions(+), 10 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-tools-extra.
from 888f00c3 Revert "[clang-tidy] Handle unresolved expressions in ExprMut [...]
new 6237e33d Revert "Revert "[clang-tidy] Handle unresolved expressions in [...]
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-tidy/utils/ExprMutationAnalyzer.cpp | 26 +++--
unittests/clang-tidy/ExprMutationAnalyzerTest.cpp | 126 +++++++++++++++++++++-
2 files changed, 142 insertions(+), 10 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 release_70
in repository lld.
from ffccc6563 Merging r341670 and r341672: -------------------------------- [...]
new f30995054 Update release notes for lld 7.0.
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/ReleaseNotes.rst | 79 +++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 70 insertions(+), 9 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 b59662095b7 Prevent Constant Folding From Optimizing inrange GEP
new 2da88b084cf llvm-symbolizer: Fix bug related to TUs interfering with sy [...]
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/DebugInfo/DWARF/DWARFUnit.h | 10 ++++---
lib/DebugInfo/DWARF/DWARFUnit.cpp | 29 ++++++++++++---------
.../DebugInfo/Inputs/llvm-symbolizer-tu.elf-x86-64 | Bin 0 -> 3816 bytes
test/DebugInfo/llvm-symbolizer-tu.test | 8 ++++++
4 files changed, 30 insertions(+), 17 deletions(-)
create mode 100644 test/DebugInfo/Inputs/llvm-symbolizer-tu.elf-x86-64
create mode 100644 test/DebugInfo/llvm-symbolizer-tu.test
--
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 dd24af18f68 [XRay] Add the `llvm-xray fdr-dump` implementation
new b59662095b7 Prevent Constant Folding From Optimizing inrange GEP
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/ConstantFolding.cpp | 11 ++---------
test/Analysis/ConstantFolding/gep.ll | 27 ++++++++++++---------------
test/Other/optimize-inrange-gep.ll | 18 ++++++++++++++++++
3 files changed, 32 insertions(+), 24 deletions(-)
create mode 100644 test/Other/optimize-inrange-gep.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 llvm.
from a83a0234ccb Add REQUIRES line to machine-size-remarks
new dd24af18f68 [XRay] Add the `llvm-xray fdr-dump` implementation
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/XRay/BlockPrinter.h | 60 ++++++++
lib/XRay/BlockPrinter.cpp | 96 +++++++++++++
lib/XRay/CMakeLists.txt | 1 +
.../llvm-xray/X86/fdr-dump-arg1-version-3.txt | 25 ++++
test/tools/llvm-xray/X86/fdr-dump-arg1.txt | 16 +++
tools/llvm-xray/CMakeLists.txt | 1 +
tools/llvm-xray/xray-fdr-dump.cpp | 119 ++++++++++++++++
unittests/XRay/CMakeLists.txt | 3 +-
unittests/XRay/FDRRecordsTest.cpp | 156 +++++++++++++++++++++
9 files changed, 476 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/XRay/BlockPrinter.h
create mode 100644 lib/XRay/BlockPrinter.cpp
create mode 100644 test/tools/llvm-xray/X86/fdr-dump-arg1-version-3.txt
create mode 100644 test/tools/llvm-xray/X86/fdr-dump-arg1.txt
create mode 100644 tools/llvm-xray/xray-fdr-dump.cpp
create mode 100644 unittests/XRay/FDRRecordsTest.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 gcc.
from c41ff96925c fix PR 85395
new d1983cc9a7b Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from ec54542ba41 Daily bump.
new cc910d18947 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 792e6ede0ea Daily bump.
new 50a749af436 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.