This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from ee596eb46 Apply D28224: 'Throw exception after too many steps' Fixes PR [...]
new 59b296ea5 XFAIL a couple of new <regex> tests for C++03
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/std/re/re.alg/re.alg.match/exponential.pass.cpp | 1 +
test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 1 +
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository clang.
from 90a376e74f clang-format-vs: Update the VSIX ID.
new efd1952be2 [ubsan] Extend default blacklist support to integer/nullabil [...]
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/Driver/SanitizerArgs.cpp | 2 +-
.../Driver/Inputs/resource_dir/ubsan_blacklist.txt | 0
test/Driver/fsanitize-blacklist.c | 6 ++++++
3 files changed, 7 insertions(+), 1 deletion(-)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/ubsan_bl [...]
--
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 c6a7215922d [WebAssembly] Remove flags from MCSectionWasm
new c64508a42f8 Update branch coalescing to be a PowerPC specific pass
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/Passes.h | 3 -
include/llvm/InitializePasses.h | 1 -
lib/CodeGen/CMakeLists.txt | 1 -
lib/CodeGen/CodeGen.cpp | 1 -
lib/CodeGen/TargetPassConfig.cpp | 3 -
lib/Target/PowerPC/CMakeLists.txt | 1 +
lib/Target/PowerPC/PPC.h | 1 +
.../PowerPC/PPCBranchCoalescing.cpp} | 98 ++++++++++++++--------
lib/Target/PowerPC/PPCTargetMachine.cpp | 8 ++
test/CodeGen/PowerPC/branch_coalesce.ll | 57 +++++++++----
10 files changed, 115 insertions(+), 59 deletions(-)
rename lib/{CodeGen/BranchCoalescing.cpp => Target/PowerPC/PPCBranchCoalescing.cpp} (88%)
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/bmk-scripts.
from a375f89 quick-view-spec.pl: Add --peak option.
new be747fd run.sh: Fix wait condition when collecting results.
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:
run.sh | 2 ++
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository llvm.
from 100c4ebbb7e Revert "[DWARF] Incorrect prologue end line record."
new c6a7215922d [WebAssembly] Remove flags from MCSectionWasm
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/MCContext.h | 44 ++++++--------------------
include/llvm/MC/MCSectionWasm.h | 12 ++-----
include/llvm/Target/TargetLoweringObjectFile.h | 4 +--
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 14 +++-----
lib/MC/MCContext.cpp | 40 ++---------------------
lib/MC/MCObjectFileInfo.cpp | 32 +++++++++----------
6 files changed, 37 insertions(+), 109 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 7b30399eef Use the VFS from the CompilerInvocation by default
new 90a376e74f clang-format-vs: Update the VSIX ID.
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-vs/source.extension.vsixmanifest.in | 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 clang-tools-extra.
from 3c4e96a0 [clang-tidy] Implement type-based check for `gsl::owner`
new 7b6df2ef [clang-tidy] Revert Implement type-based check for gsl::owner
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/cppcoreguidelines/CMakeLists.txt | 1 -
.../CppCoreGuidelinesTidyModule.cpp | 3 -
clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp | 315 -----------------
clang-tidy/cppcoreguidelines/OwningMemoryCheck.h | 44 ---
clang-tidy/utils/Matchers.h | 4 -
docs/ReleaseNotes.rst | 5 -
.../checks/cppcoreguidelines-owning-memory.rst | 143 --------
docs/clang-tidy/checks/list.rst | 1 -
.../clang-tidy/cppcoreguidelines-owning-memory.cpp | 388 ---------------------
9 files changed, 904 deletions(-)
delete mode 100644 clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
delete mode 100644 clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
delete mode 100644 docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
delete mode 100644 test/clang-tidy/cppcoreguidelines-owning-memory.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.
unknown user pushed a change to branch master
in repository llvm.
from a6b7d22c2e6 bpf: Add BPF AsmParser support in LLVM
new 100c4ebbb7e Revert "[DWARF] Incorrect prologue end line record."
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/AsmPrinter/DwarfDebug.cpp | 4 +-
test/DebugInfo/X86/invalid-prologue-end.ll | 91 ------------------------------
2 files changed, 1 insertion(+), 94 deletions(-)
delete mode 100644 test/DebugInfo/X86/invalid-prologue-end.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 gcc.
from d0917ddf1e5 2017-09-12 Steve Ellcey <sellcey(a)cavium.com>
new 87a0366f08c 2017-09-12 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 23 +++++++
gcc/fortran/decl.c | 126 ++++++++++++++++++++++++++++++------
gcc/fortran/expr.c | 16 ++++-
gcc/fortran/primary.c | 14 ++--
gcc/fortran/symbol.c | 86 ++++++++++++------------
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 +-
gcc/testsuite/gfortran.dg/pdt_6.f03 | 26 ++++++++
gcc/testsuite/gfortran.dg/pdt_7.f03 | 20 ++++++
gcc/testsuite/gfortran.dg/pdt_8.f03 | 23 +++++++
gcc/testsuite/gfortran.dg/pdt_9.f03 | 23 +++++++
11 files changed, 303 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pdt_6.f03
create mode 100644 gcc/testsuite/gfortran.dg/pdt_7.f03
create mode 100644 gcc/testsuite/gfortran.dg/pdt_8.f03
create mode 100644 gcc/testsuite/gfortran.dg/pdt_9.f03
--
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 a0e0fb714cd [X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BE [...]
new a6b7d22c2e6 bpf: Add BPF AsmParser support in LLVM
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/MCParser/MCTargetAsmParser.h | 2 +
lib/MC/MCParser/AsmParser.cpp | 5 +
.../AsmParser/BPFAsmParser.cpp} | 304 ++++++++++++++-------
lib/Target/BPF/AsmParser/CMakeLists.txt | 3 +
.../BPF/{Disassembler => AsmParser}/LLVMBuild.txt | 6 +-
lib/Target/BPF/CMakeLists.txt | 1 +
lib/Target/BPF/LLVMBuild.txt | 2 +-
test/MC/BPF/insn-unit.s | 168 ++++++++++++
test/{CodeGen => MC}/BPF/lit.local.cfg | 1 +
9 files changed, 386 insertions(+), 106 deletions(-)
copy lib/Target/{RISCV/AsmParser/RISCVAsmParser.cpp => BPF/AsmParser/BPFAsmParser. [...]
create mode 100644 lib/Target/BPF/AsmParser/CMakeLists.txt
copy lib/Target/BPF/{Disassembler => AsmParser}/LLVMBuild.txt (79%)
create mode 100644 test/MC/BPF/insn-unit.s
copy test/{CodeGen => MC}/BPF/lit.local.cfg (98%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.