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 f63cc3e7 [clang-tidy] Abseil: integral division of Duration check
new 055ea3c9 [clangd] Add parantheses while auto-completing functions.
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:
clangd/CodeComplete.cpp | 13 +++++++--
clangd/CodeComplete.h | 4 +++
unittests/clangd/CodeCompleteTests.cpp | 52 ++++++++++++++++++++++++++++++++++
3 files changed, 67 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 81e04e9e9ac [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence [...]
new adb0f66b579 [DebugInfo] Generate DWARF debug information for labels. (F [...]
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/CodeGen/GlobalISel/MachineIRBuilder.h | 4 +
lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +-
...lculator.cpp => DbgEntityHistoryCalculator.cpp} | 73 ++++++-----
...ryCalculator.h => DbgEntityHistoryCalculator.h} | 29 ++++-
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 12 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 5 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 88 +++++++++----
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 23 ++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 135 +++++++++++++-------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 137 +++++++++++++++++----
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 5 +
lib/CodeGen/AsmPrinter/DwarfFile.h | 18 ++-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 +
lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 11 ++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 ++
test/DebugInfo/Generic/debug-label-inline.ll | 50 ++++++++
test/DebugInfo/Generic/debug-label.ll | 73 +++++++++++
19 files changed, 534 insertions(+), 149 deletions(-)
rename lib/CodeGen/AsmPrinter/{DbgValueHistoryCalculator.cpp => DbgEntityHistoryCa [...]
rename lib/CodeGen/AsmPrinter/{DbgValueHistoryCalculator.h => DbgEntityHistoryCalc [...]
create mode 100644 test/DebugInfo/Generic/debug-label-inline.ll
create mode 100644 test/DebugInfo/Generic/debug-label.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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 91bcc605308 [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI
adds 81e04e9e9ac [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence [...]
No new revisions were added by this update.
Summary of changes:
lib/Target/PowerPC/PPCISelLowering.cpp | 29 ++++
test/CodeGen/PowerPC/pre-inc-disable.ll | 274 ++++++++++++++++++++++++++++++++
2 files changed, 303 insertions(+)
create mode 100644 test/CodeGen/PowerPC/pre-inc-disable.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 91bcc605308 [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI
new 81e04e9e9ac [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence [...]
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/PowerPC/PPCISelLowering.cpp | 29 ++++
test/CodeGen/PowerPC/pre-inc-disable.ll | 274 ++++++++++++++++++++++++++++++++
2 files changed, 303 insertions(+)
create mode 100644 test/CodeGen/PowerPC/pre-inc-disable.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-tools-extra.
from d575e433 [clangd] Add a testcase for empty preamble.
new f63cc3e7 [clang-tidy] Abseil: integral division of Duration check
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/abseil/AbseilTidyModule.cpp | 3 ++
clang-tidy/abseil/CMakeLists.txt | 1 +
clang-tidy/abseil/DurationDivisionCheck.cpp | 59 ++++++++++++++++++++++
clang-tidy/abseil/DurationDivisionCheck.h | 35 +++++++++++++
docs/ReleaseNotes.rst | 7 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-duration-division.cpp | 75 ++++++++++++++++++++++++++++
7 files changed, 181 insertions(+)
create mode 100644 clang-tidy/abseil/DurationDivisionCheck.cpp
create mode 100644 clang-tidy/abseil/DurationDivisionCheck.h
create mode 100644 test/clang-tidy/abseil-duration-division.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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 12b9cde1952 [x86] Fix test breaking on Darwin after r339962
adds 91bcc605308 [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI
No new revisions were added by this update.
Summary of changes:
tools/llvm-mca/ExecuteStage.cpp | 23 ++++++++++++++++++++---
tools/llvm-mca/Scheduler.cpp | 33 +++++++++++++++++----------------
tools/llvm-mca/Scheduler.h | 14 ++++++++++----
3 files changed, 47 insertions(+), 23 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 12b9cde1952 [x86] Fix test breaking on Darwin after r339962
new 91bcc605308 [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI
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/llvm-mca/ExecuteStage.cpp | 23 ++++++++++++++++++++---
tools/llvm-mca/Scheduler.cpp | 33 +++++++++++++++++----------------
tools/llvm-mca/Scheduler.h | 14 ++++++++++----
3 files changed, 47 insertions(+), 23 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 038c0c1e Fix clangd tests on older compilers
new d575e433 [clangd] Add a testcase for empty preamble.
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:
unittests/clangd/TUSchedulerTests.cpp | 45 +++++++++++++++++++++++++++++++++++
1 file changed, 45 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 1bf795160f3 [InstrSimplify,NewGVN] Add option to ignore additional inst [...]
adds 46146670291 [NewGVN] Add tests for r340031.
adds af922fde219 [X86] Fix liveness information when expanding X86::EH_SjLj_ [...]
adds 12b9cde1952 [x86] Fix test breaking on Darwin after r339962
No new revisions were added by this update.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 29 +++--
test/CodeGen/X86/instr-symbols.mir | 2 +-
test/CodeGen/X86/sjlj-shadow-stack-liveness.mir | 35 ++++++
test/Transforms/NewGVN/flags-simplify.ll | 100 +++++++++++++++
test/Transforms/NewGVN/metadata-simplify.ll | 160 ++++++++++++++++++++++++
5 files changed, 318 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/sjlj-shadow-stack-liveness.mir
create mode 100644 test/Transforms/NewGVN/flags-simplify.ll
create mode 100644 test/Transforms/NewGVN/metadata-simplify.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.