This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2e72967 Switch linux and android CODE_OWNERS
new 72cb0e6 Don't crash when trying to capture persistent variables in a block.
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:
.../lldbsuite/test/lang/c/blocks/TestBlocks.py | 4 ++-
.../Clang/ClangExpressionParser.cpp | 2 +-
.../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 31 ++++++++++++++++++----
.../Plugins/ExpressionParser/Clang/IRForTarget.h | 6 +++--
4 files changed, 34 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 def731a [MC] Move .cv_loc management logic out of MCContext
new fb0de92 [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).
new 519119c [AArch64] Avoid materializing constant values when generating [...]
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/AsmParser/LLParser.cpp | 4 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 16 +++++
test/CodeGen/AArch64/cond-sel-value-prop.ll | 99 +++++++++++++++++++++++++++++
3 files changed, 118 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/cond-sel-value-prop.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 ce55c03 GlobalISel: mark G_FPEXT legal from float to double.
new def731a [MC] Move .cv_loc management logic out of MCContext
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/MC/MCCodeView.h | 30 +++++++++++++++++--
include/llvm/MC/MCContext.h | 34 ----------------------
include/llvm/MC/MCStreamer.h | 5 ++--
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 5 ++--
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 1 +
lib/CodeGen/MIRParser/MIParser.cpp | 1 +
lib/MC/MCAsmStreamer.cpp | 15 +++++-----
lib/MC/MCCodeView.cpp | 9 +++---
lib/MC/MCContext.cpp | 8 -----
lib/MC/MCFragment.cpp | 1 +
lib/MC/MCObjectStreamer.cpp | 1 +
lib/MC/MCParser/AsmParser.cpp | 9 ++++--
lib/MC/MCStreamer.cpp | 9 +++---
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 1 +
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 1 +
15 files changed, 63 insertions(+), 67 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 gcc.
from 377da6e Fix gcc.dg/ipa/propbits-2.c
new df4248f Tweak to colors of fix-it hints
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 | 27 +++++++++
gcc/diagnostic-color.c | 6 +-
gcc/diagnostic-show-locus.c | 66 +++++++++++++---------
gcc/doc/invoke.texi | 28 ++++++---
gcc/testsuite/ChangeLog | 7 +++
.../plugin/diagnostic-test-show-locus-color.c | 6 +-
6 files changed, 101 insertions(+), 39 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 c3dc8a9 [InstCombine] clean up foldICmpAndConstConst(); NFC
new f1f64be GlobalISel: mark float/int conversions legal
new 3c47a67 GlobalISel: mark selects legal
new e7265c7 GlobalISel: legalize under-width divisions.
new b04cf87 GlobalISel: legalize sdiv and srem operations.
new 75d2e48 GlobalISel: simplify G_ICMP legalization regime.
new 9e4ec13 GlobalISel: mark G_FCMP legal on float & double.
new ce55c03 GlobalISel: mark G_FPEXT legal from float to double.
The 7 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 | 22 +++++
.../CodeGen/GlobalISel/MachineLegalizeHelper.h | 4 +
include/llvm/CodeGen/GlobalISel/MachineLegalizer.h | 4 +
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 16 ++++
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 106 +++++++++++++++------
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 1 +
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 56 ++++++++---
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 21 +---
test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 42 ++++++++
test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 6 ++
test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir | 35 +++++++
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 52 ++++++++++
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 82 ++++++++++++++++
.../CodeGen/GlobalISel/MachineLegalizerTest.cpp | 2 +
14 files changed, 387 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-div.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-rem.mir
--
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 0046be7 [clang-tidy] Some tweaks on header guard checks.
new 4512ed8 [Clang-tidy] Fix some checks documentation style.
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/clang-tidy/checks/cert-err34-c.rst | 2 +-
.../checks/cppcoreguidelines-slicing.rst | 24 +++---
.../checks/google-build-using-namespace.rst | 7 +-
.../google-runtime-member-string-references.rst | 11 ++-
.../misc-bool-pointer-implicit-conversion.rst | 3 +-
docs/clang-tidy/checks/misc-fold-init-type.rst | 4 +-
.../checks/misc-forward-declaration-namespace.rst | 2 +-
docs/clang-tidy/checks/misc-misplaced-const.rst | 2 +-
docs/clang-tidy/checks/misc-move-const-arg.rst | 11 +--
.../checks/misc-multiple-statement-macro.rst | 10 +--
.../checks/misc-pointer-and-integral-operation.rst | 2 +-
.../checks/misc-redundant-expression.rst | 14 ++--
docs/clang-tidy/checks/misc-sizeof-container.rst | 3 +-
docs/clang-tidy/checks/misc-sizeof-expression.rst | 48 ++++++------
.../checks/misc-string-integer-assignment.rst | 8 +-
.../misc-string-literal-with-embedded-nul.rst | 16 ++--
.../checks/misc-suspicious-string-compare.rst | 12 ++-
.../checks/misc-uniqueptr-reset-release.rst | 7 +-
docs/clang-tidy/checks/misc-unused-raii.rst | 16 ++--
docs/clang-tidy/checks/misc-unused-using-decls.rst | 3 +-
docs/clang-tidy/checks/modernize-avoid-bind.rst | 7 +-
docs/clang-tidy/checks/modernize-use-using.rst | 6 +-
.../checks/performance-implicit-cast-in-loop.rst | 15 ++--
...erformance-inefficient-string-concatenation.rst | 16 ++--
.../readability-avoid-const-params-in-decls.rst | 10 +--
.../checks/readability-deleted-default.rst | 4 +-
.../checks/readability-implicit-bool-cast.rst | 87 +++++++++++++---------
...ity-inconsistent-declaration-parameter-name.rst | 17 ++---
.../checks/readability-redundant-string-init.rst | 3 +-
...ty-static-definition-in-anonymous-namespace.rst | 2 +-
30 files changed, 193 insertions(+), 179 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 glibc.
from 0ac8ee5 X86-64: Correct CFA in _dl_runtime_resolve
new 7e625f7 nptl: Avoid expected SIGALRM in most tests [BZ #20432]
new 5a7ac04 Correct incorrect bug number in changelog
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:
ChangeLog | 42 ++++++++++++++
nptl/tst-cond3.c | 19 +++----
nptl/tst-eintr1.c | 16 +++---
nptl/tst-eintr2.c | 11 ++--
nptl/tst-eintr3.c | 20 +++----
nptl/tst-eintr4.c | 20 +++----
nptl/tst-eintr5.c | 19 +++----
nptl/tst-exit2.c | 10 ++--
nptl/tst-exit3.c | 10 ++--
nptl/tst-mutex6.c | 17 +++---
nptl/tst-rwlock5.c | 14 ++---
nptl/tst-sem2.c | 12 ++--
nptl/tst-spin3.c | 13 ++---
nptl/tst-stdio1.c | 14 ++---
test-skeleton.c | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++
15 files changed, 293 insertions(+), 101 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 gcc.
from 030c09a Avoid calling a trivial default constructor.
new 38a4a27 xtensa: report stack usage
new 377da6e Fix gcc.dg/ipa/propbits-2.c
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:
gcc/ChangeLog | 7 +++++++
gcc/config/xtensa/xtensa.c | 3 +++
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/gcc.dg/ipa/propbits-2.c | 4 ++--
4 files changed, 18 insertions(+), 3 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 db0c5ed Missed a semicolon in r279835
new c3dc8a9 [InstCombine] clean up foldICmpAndConstConst(); 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/InstCombine/InstCombineCompares.cpp | 338 ++++++++++-----------
1 file changed, 166 insertions(+), 172 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 216f664 Add support for -fdiagnostics-absolute-paths: printing absolu [...]
new 5423d8c Don't diagnose non-modular includes when we are not compiling [...]
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/Lex/ModuleMap.cpp | 4 ++-
.../{Bar.framework/Headers => Nonmodular}/A.h | 0
test/VFS/Inputs/Nonmodular/Nonmodular.modulemap | 5 ++++
test/VFS/Inputs/Nonmodular/nonmodular-headers.yaml | 34 ++++++++++++++++++++++
.../Inputs/Nonmodular/test.c} | 3 +-
test/VFS/Inputs/Nonmodular/umbrella.h | 5 ++++
test/VFS/test_nonmodular.c | 11 +++++++
7 files changed, 60 insertions(+), 2 deletions(-)
copy test/VFS/Inputs/{Bar.framework/Headers => Nonmodular}/A.h (100%)
create mode 100644 test/VFS/Inputs/Nonmodular/Nonmodular.modulemap
create mode 100644 test/VFS/Inputs/Nonmodular/nonmodular-headers.yaml
copy test/{Modules/Inputs/lookup_right.hpp => VFS/Inputs/Nonmodular/test.c} (54%)
create mode 100644 test/VFS/Inputs/Nonmodular/umbrella.h
create mode 100644 test/VFS/test_nonmodular.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.