This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 837c30f [llvm-cov] Disable zlib compression in a test input, unbreaks bots
new d9fa490 [LoopUnroll] Properly update loop-info when cloning prologues [...]
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/Utils/LoopUnrollRuntime.cpp | 65 +++++++++++++++++++++++++-----
test/Transforms/LoopUnroll/pr28888.ll | 44 ++++++++++++++++++++
2 files changed, 98 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/pr28888.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 0d892e5 CodeGen: Clean up implementation of vtable initializer builder. NFC.
new 5987351 Add explicit casts to size_t to try to appease MSVC.
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/AST/VTableBuilder.h | 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 compiler-rt.
from 4753c5b [XRay] ARM 32-bit no-Thumb support in compiler-rt
new 5ec37e1 Correctly escape %.
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/profile/InstrProfilingFile.c | 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 d2e36ca [llvm-cov] Use less space to describe source names
new 837c30f [llvm-cov] Disable zlib compression in a test input, unbreaks bots
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/tools/llvm-cov/Inputs/multiple-files.covmapping | Bin 380 -> 412 bytes
1 file changed, 0 insertions(+), 0 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 dd34fc9 [XRay] ARM 32-bit no-Thumb support in Clang
new 0d892e5 CodeGen: Clean up implementation of vtable initializer builder. 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:
include/clang/AST/VTableBuilder.h | 33 +-----
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/CodeGen/CGVTables.cpp | 221 +++++++++++++++++---------------------
lib/CodeGen/CGVTables.h | 23 ++--
lib/CodeGen/ItaniumCXXABI.cpp | 6 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 8 +-
6 files changed, 125 insertions(+), 168 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 2a93bda [CGP] Be less conservative about tail-duplicating a ret to al [...]
new a57be10 [llvm-cov] Drop the longest common filename prefix from summaries
new d2e36ca [llvm-cov] Use less space to describe source names
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:
.../llvm-cov/Inputs/multiple-files.covmapping | Bin 0 -> 380 bytes
test/tools/llvm-cov/Inputs/multiple-files.proftext | 19 ++++++++++++++++++
test/tools/llvm-cov/multiple-files.test | 9 +++++++++
test/tools/llvm-cov/showProjectSummary.cpp | 7 ++-----
test/tools/llvm-cov/showTemplateInstantiations.cpp | 10 +++++-----
tools/llvm-cov/CodeCoverage.cpp | 8 ++++----
tools/llvm-cov/CoverageReport.cpp | 22 +++++++++++++++++++--
tools/llvm-cov/SourceCoverageView.cpp | 20 ++++++++++---------
tools/llvm-cov/SourceCoverageView.h | 17 +++++++---------
tools/llvm-cov/SourceCoverageViewHTML.cpp | 8 +++-----
tools/llvm-cov/SourceCoverageViewHTML.h | 7 +++----
tools/llvm-cov/SourceCoverageViewText.cpp | 8 ++------
tools/llvm-cov/SourceCoverageViewText.h | 7 +++----
13 files changed, 88 insertions(+), 54 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/multiple-files.covmapping
create mode 100644 test/tools/llvm-cov/Inputs/multiple-files.proftext
create mode 100644 test/tools/llvm-cov/multiple-files.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 0b559dd [XRay] Remove unused variable
new 6d2157d [AA] Fix typo in comment (s/hase/has).
new 2a93bda [CGP] Be less conservative about tail-duplicating a ret to al [...]
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/Analysis/AliasAnalysis.h | 2 +-
include/llvm/CodeGen/Analysis.h | 14 +++++++++--
lib/CodeGen/Analysis.cpp | 44 ++++++++++++++++++++++-------------
lib/CodeGen/CodeGenPrepare.cpp | 16 +++++--------
test/CodeGen/X86/tailcall-cgp-dup.ll | 20 ++++++++++++++++
5 files changed, 67 insertions(+), 29 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 lldb.
from 1aba0b1 Remove CxaDemangle.cpp / .h from xcode project file.
new bc25b47 Remove lldb coding conventions as they are no longer relevant.
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/lldb-coding-conventions.html | 152 ---------------------------------------
www/sidebar.incl | 1 -
www/source.html | 1 -
3 files changed, 154 deletions(-)
delete mode 100644 www/lldb-coding-conventions.html
--
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 339ade7 [XRay] ARM 32-bit no-Thumb support in LLVM
new 0b559dd [XRay] Remove unused variable
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/XRayInstrumentation.cpp | 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 clang.
from 8ecd150 clang-format: [JavaScript] Change default AllowShortFunctions [...]
new dd34fc9 [XRay] ARM 32-bit no-Thumb support in Clang
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:
...{xray-attributes-supported.cpp => xray-attributes-supported-arm.cpp} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy test/CodeGen/{xray-attributes-supported.cpp => xray-attributes-supported-arm. [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.