This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a4711d2 selftest.c: avoid explicit "selftest::" qualifiers
new bcba182 runtime: make gsignal stack at least SIGSTKSZ bytes
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/runtime.c | 9 ++++++++-
2 files changed, 9 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 bafb383 Fix comments about IndirectBrInst in Instructions.h
new 3061990 Fixed spill stack objects are mutable
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/MachineFrameInfo.h | 3 +-
lib/CodeGen/MachineFunction.cpp | 6 +--
test/CodeGen/Hexagon/fixed-spill-mutable.ll | 69 +++++++++++++++++++++++++++++
3 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Hexagon/fixed-spill-mutable.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 lld.
from d2bc9bb Delete unnecessary template.
new 1e0db3d Internalize common variables.
new 8f81178 Remove redundant argument. NFC.
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:
ELF/LTO.cpp | 9 ++++---
ELF/SymbolTable.cpp | 34 +++++++++++-------------
ELF/SymbolTable.h | 3 +--
test/ELF/lto/Inputs/{archive-2.ll => common3.ll} | 5 +---
test/ELF/lto/common2.ll | 13 +++++----
test/ELF/lto/common3.ll | 14 ++++++++++
6 files changed, 46 insertions(+), 32 deletions(-)
copy test/ELF/lto/Inputs/{archive-2.ll => common3.ll} (71%)
create mode 100644 test/ELF/lto/common3.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 1012af3 Changing a code block to text because Sphinx does not like it [...]
new 7ae397d Revert "[SimplifyCFG] Improve FoldValueComparisonIntoPredeces [...]
new bafb383 Fix comments about IndirectBrInst in Instructions.h
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/IR/Instructions.h | 6 ++----
lib/Transforms/Utils/SimplifyCFG.cpp | 26 ++++++--------------------
2 files changed, 8 insertions(+), 24 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 9f5b323 Revision r280064 adds new options -fdenormal-fp-math and pass [...]
new 6912529 [clang-format-vim] Support vim linked against py3
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/clang-format/clang-format.py | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 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 8f65479 Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"
new 1012af3 Changing a code block to text because Sphinx does not like it [...]
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/Coroutines.rst | 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 lld.
from 8b7cc70 Delete DefinedBitcode.
new d2bc9bb Delete unnecessary template.
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:
ELF/InputSection.cpp | 13 ++++++-------
ELF/InputSection.h | 4 ++--
ELF/LinkerScript.h | 2 +-
ELF/SymbolTable.cpp | 16 +++++++---------
ELF/Symbols.cpp | 15 ++++-----------
ELF/Symbols.h | 11 +++++------
ELF/Writer.cpp | 7 +++----
7 files changed, 28 insertions(+), 40 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 8036ac7 [x86] Don't use builtins for unaligned load/store
new a4711d2 selftest.c: avoid explicit "selftest::" qualifiers
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 | 5 ++++
gcc/selftest.c | 78 +++++++++++++++++++++++++++-------------------------------
2 files changed, 41 insertions(+), 42 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 9cbda65 Use abstraction in AArch64AsmPrinter::lowerSTACKMAP. NFCI
new 0ba92ab Revert "[SimplifyCFG] Fix bootstrap failure after r280220"
new 3d40b2a Revert "[SimplifyCFG] Add a workaround to fix PR30188"
new 85dac9a Revert "[SimplifyCFG] Handle tail-sinking of more than 2 inco [...]
new 8f65479 Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"
The 4 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/SimplifyCFG.cpp | 327 +++++++----------------
test/CodeGen/AArch64/arm64-jumptable.ll | 13 +-
test/CodeGen/AArch64/branch-folder-merge-mmos.ll | 2 +-
test/CodeGen/AArch64/ifcvt-select.ll | 2 +-
test/CodeGen/AArch64/rm_redundant_cmp.ll | 24 +-
test/MC/ARM/data-in-code.ll | 4 +-
test/Transforms/SimplifyCFG/sink-common-code.ll | 216 ---------------
7 files changed, 121 insertions(+), 467 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 320fe4a [clang-tidy] modernize-make-{smart_ptr} private ctor bugfix
new 5bda8ef [docs] Fix docs build error.
new b8dfb20 [clang-tidy docs] Add missing option docs.
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:
docs/ReleaseNotes.rst | 1 +
...eguidelines-pro-bounds-constant-array-index.rst | 5 +++++
docs/clang-tidy/checks/google-build-namespaces.rst | 11 +++++++++
.../checks/google-global-names-in-headers.rst | 7 +++---
docs/clang-tidy/checks/google-runtime-int.rst | 15 +++++++++++++
docs/clang-tidy/checks/list.rst | 2 +-
docs/clang-tidy/checks/llvm-header-guard.rst | 9 ++++----
docs/clang-tidy/checks/llvm-namespace-comment.rst | 15 +++++++++++++
.../checks/misc-definitions-in-headers.rst | 16 +++++++++++++
.../checks/misc-move-constructor-init.rst | 15 +++++++++++++
docs/clang-tidy/checks/misc-sizeof-expression.rst | 19 ++++++++++++++++
docs/clang-tidy/checks/misc-string-constructor.rst | 14 +++++++++++-
.../checks/misc-suspicious-missing-comma.rst | 18 +++++++++++++++
.../checks/misc-suspicious-string-compare.rst | 26 ++++++++++++++++++++++
docs/clang-tidy/checks/modernize-pass-by-value.rst | 8 +++++++
.../checks/modernize-replace-auto-ptr.rst | 7 ++++++
.../checks/performance-for-range-copy.rst | 8 +++++++
...erformance-inefficient-string-concatenation.rst | 14 +++++++++---
.../checks/performance-unnecessary-value-param.rst | 8 +++++++
.../checks/readability-implicit-bool-cast.rst | 12 ++++++++++
20 files changed, 218 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.