This is an automated email from the git hooks/post-receive script.
diana.picus pushed a change to branch diana_picus/worktree
in repository toolchain/tcwg-release-tools.
from 380ed33 Revert properly
new 235731c Move branch deletion functionality to GitRepo
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:
linaropy/git/gitrepo.py | 115 +++++++++++++++++++++++++++++++++++++++++++++++
linaropy/git/worktree.py | 14 +++---
2 files changed, 120 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 ba066c0 Use StringRef in ARCRuntimeEntryPoints APIs (NFC)
new 1455db3 Use StringRef in StringSaver API (NFC)
new bc4286d Use StringRef in FastISel API (NFC)
new d03fefc Revert "Codegen: Tail-duplicate during placement."
new 33a6ab0 Use StringRef in ARMConstantPool APIs (NFC)
new 6f45c30 Blind attempt to fix windows build after r283290 - Use String [...]
The 5 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/FastISel.h | 2 +-
include/llvm/CodeGen/TailDuplicator.h | 26 +-
include/llvm/Support/StringSaver.h | 8 +-
lib/CodeGen/MachineBlockPlacement.cpp | 306 ++--------------------
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
lib/CodeGen/TailDuplication.cpp | 2 +-
lib/CodeGen/TailDuplicator.cpp | 59 +----
lib/Support/CommandLine.cpp | 10 +-
lib/Support/StringSaver.cpp | 4 +-
lib/Support/Windows/Signals.inc | 2 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 2 +-
lib/Target/ARM/ARMConstantPoolValue.cpp | 19 +-
lib/Target/ARM/ARMConstantPoolValue.h | 10 +-
test/CodeGen/AArch64/arm64-extload-knownzero.ll | 1 +
test/CodeGen/AArch64/machine_cse.ll | 6 +-
test/CodeGen/AArch64/tail-dup-repeat-worklist.ll | 69 -----
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 1 +
test/CodeGen/PowerPC/branch-opt.ll | 16 +-
test/CodeGen/PowerPC/sjlj.ll | 18 +-
test/CodeGen/PowerPC/tail-dup-layout.ll | 100 -------
test/CodeGen/WebAssembly/cfg-stackify.ll | 2 +-
test/CodeGen/WebAssembly/mem-intrinsics.ll | 2 +-
test/CodeGen/X86/block-placement.ll | 10 +-
test/CodeGen/X86/cmov-into-branch.ll | 4 +-
test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll | 24 +-
test/CodeGen/X86/fp-une-cmp.ll | 4 +-
test/CodeGen/X86/pr11202.ll | 5 +-
test/CodeGen/X86/ragreedy-bug.ll | 22 +-
test/CodeGen/X86/sse1.ll | 28 +-
test/CodeGen/X86/tail-dup-repeat.ll | 53 ----
test/CodeGen/X86/update-terminator.mir | 22 --
31 files changed, 122 insertions(+), 717 deletions(-)
delete mode 100644 test/CodeGen/AArch64/tail-dup-repeat-worklist.ll
delete mode 100644 test/CodeGen/PowerPC/tail-dup-layout.ll
delete mode 100644 test/CodeGen/X86/tail-dup-repeat.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 3870fbf Update for llvm change.
new 13abcc1 Use StringRef in StringSaver 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:
COFF/DriverUtils.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 78dc0da gcc/: * explow.c (allocate_dynamic_stack_space): Call do_pe [...]
new 492ab67 PR c++/77852 - class deduction from list-init
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 12 ++++++++++++
gcc/c-family/c-common.h | 1 +
gcc/cp/ChangeLog | 10 +++++++---
gcc/cp/pt.c | 14 +++++++++-----
gcc/testsuite/g++.dg/cpp1z/class-deduction14.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction15.C | 9 +++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction16.C | 9 +++++++++
8 files changed, 67 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction14.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction15.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction16.C
--
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 d4d50f6 [libFuzzer] add ShrinkValueProfileTest, move code around, NFC
new ba066c0 Use StringRef in ARCRuntimeEntryPoints APIs (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/ObjCARC/ARCRuntimeEntryPoints.h | 9 +++------
1 file changed, 3 insertions(+), 6 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 4efef69 This test is failing because there's a global symbol "C" in l [...]
new c4b0efb The collision of class C and libsystem_c.dylib:C is a failure [...]
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/cpp/scope/TestCppScope.py | 19 +++++++++++++++++--
1 file changed, 17 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 c95d4ff [LoopDistribute] Fix a typo in the pass name.
new 280c2a6 Use StringRef in DarwinAsmParser (NFC)
new 3eff5cd Use StringRef in MCSectionMachO (NFC)
new ef350f2 Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
new d4d50f6 [libFuzzer] add ShrinkValueProfileTest, move code around, NFC
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:
include/llvm/Support/Dwarf.h | 52 +++++-----
lib/Analysis/ModuleDebugInfoPrinter.cpp | 10 +-
lib/CodeGen/AsmPrinter/DIE.cpp | 8 +-
.../DWARF/DWARFAbbreviationDeclaration.cpp | 12 +--
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 31 +++---
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 4 +-
lib/Fuzzer/FuzzerTracePC.cpp | 107 ++++++++++++++++++++
lib/Fuzzer/FuzzerTracePC.h | 5 +
lib/Fuzzer/FuzzerTraceState.cpp | 111 +--------------------
lib/Fuzzer/test/CMakeLists.txt | 3 +-
...izeCorpusTest.cpp => ShrinkControlFlowTest.cpp} | 0
...ConstantTest.cpp => ShrinkValueProfileTest.cpp} | 20 ++--
lib/Fuzzer/test/fuzzer.test | 2 +-
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 3 +-
lib/IR/AsmWriter.cpp | 13 +--
lib/MC/MCParser/DarwinAsmParser.cpp | 7 +-
lib/MC/MCSectionMachO.cpp | 30 +++---
lib/Support/Dwarf.cpp | 104 ++++++++++---------
unittests/Support/DwarfTest.cpp | 24 ++---
21 files changed, 274 insertions(+), 284 deletions(-)
rename lib/Fuzzer/test/{MinimizeCorpusTest.cpp => ShrinkControlFlowTest.cpp} (100%)
copy lib/Fuzzer/test/{AbsNegAndConstantTest.cpp => ShrinkValueProfileTest.cpp} (50%)
--
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 c875d2d Re-commit "Use StringRef in Support/Darf APIs (NFC)"
new 0acd0fe Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
new 4efef69 This test is failing because there's a global symbol "C" in l [...]
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:
.../lldbsuite/test/lang/cpp/scope/TestCppScope.py | 2 +-
source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp | 114 ++++++++++-----------
2 files changed, 58 insertions(+), 58 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 a2df9c8 Re-commit "Use StringRef in Support/Darf APIs (NFC)"
new c95d4ff [LoopDistribute] Fix a typo in the pass name.
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/LoopDistribute.cpp | 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 d277734 [libFuzzer] clear the corpus elements if they are evicted (i. [...]
new a2df9c8 Re-commit "Use StringRef in Support/Darf APIs (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/llvm/Support/Dwarf.h | 52 +++++------
lib/Analysis/ModuleDebugInfoPrinter.cpp | 10 +-
lib/CodeGen/AsmPrinter/DIE.cpp | 8 +-
.../DWARF/DWARFAbbreviationDeclaration.cpp | 12 +--
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 31 +++---
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 4 +-
lib/IR/AsmWriter.cpp | 13 ++-
lib/Support/Dwarf.cpp | 104 +++++++++++----------
unittests/Support/DwarfTest.cpp | 24 ++---
11 files changed, 142 insertions(+), 128 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.