This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0d768a806 [ELF] - Apply clang-format. NFC.
new cce66dcee Make the debug info in some tests more realistic.
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/ELF/Inputs/conflict-debug.s | 21 +++++++++++++++++++++
test/ELF/Inputs/undef-debug.s | 21 +++++++++++++++++++++
test/ELF/compressed-debug-conflict.s | 21 +++++++++++++++++++++
test/ELF/undef-broken-debug.test | 21 +++++++++++++++++++++
4 files changed, 84 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 7fdf2c28149 [DWARF] Add EmitDwarfOffset function, NFC.
new 7d085b607df [SimplifyCFG] Create attribute for fuzzing-specific optimizations.
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/Bitcode/LLVMBitCodes.h | 1 +
include/llvm/IR/Attributes.td | 3 ++
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 4 +++
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 3 ++
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++
lib/IR/Attributes.cpp | 2 ++
lib/IR/Verifier.cpp | 1 +
lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 +
lib/Transforms/Utils/CodeExtractor.cpp | 1 +
lib/Transforms/Utils/SimplifyCFG.cpp | 7 ++++
test/Transforms/SimplifyCFG/opt-for-fuzzing.ll | 49 ++++++++++++++++++++++++++
13 files changed, 76 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/opt-for-fuzzing.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 ded959f9f42 [LoopPredication] Add profitability check based on BPI
new d6947e36d89 vim: rename `singlethread` to `syncscope`
new 7fdf2c28149 [DWARF] Add EmitDwarfOffset function, 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:
include/llvm/CodeGen/AsmPrinter.h | 3 +++
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 4 ++++
utils/vim/syntax/llvm.vim | 2 +-
3 files changed, 8 insertions(+), 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.
from 1cbe63e9e5 clang-format: Narrow down raw string literal line break exception.
new 9c5e1332c8 [CUDA] add REQUIRES fields for CUDA variants of LTO tests.
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/Driver/lto.cu | 8 ++++++--
test/Driver/thinlto.cu | 8 ++++++--
2 files changed, 12 insertions(+), 4 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 ffec7b2740 Use x86_64 backtrace as generic version.
new a44061398c Remove unused frame.h header, sigcontextinfo.h macros.
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:
ChangeLog | 95 ++++++++++++++++++++++
sysdeps/arm/frame.h | 27 ------
sysdeps/generic/frame.h | 23 ------
sysdeps/generic/sigcontextinfo.h | 5 --
sysdeps/hppa/frame.h | 27 ------
sysdeps/mach/hurd/i386/sigcontextinfo.h | 5 --
sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h | 5 --
sysdeps/unix/sysv/linux/arm/sigcontextinfo.h | 9 --
sysdeps/unix/sysv/linux/i386/sigcontextinfo.h | 30 -------
sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h | 6 --
sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h | 5 --
.../unix/sysv/linux/microblaze/sigcontextinfo.h | 5 --
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h | 10 ---
sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h | 5 --
sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h | 6 --
sysdeps/unix/sysv/linux/s390/sigcontextinfo.h | 5 --
sysdeps/unix/sysv/linux/sh/sigcontextinfo.h | 5 --
.../unix/sysv/linux/sparc/sparc32/sigcontextinfo.h | 11 ---
.../unix/sysv/linux/sparc/sparc64/sigcontextinfo.h | 8 --
sysdeps/unix/sysv/linux/tile/sigcontextinfo.h | 5 --
sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h | 8 --
21 files changed, 95 insertions(+), 210 deletions(-)
delete mode 100644 sysdeps/arm/frame.h
delete mode 100644 sysdeps/generic/frame.h
delete mode 100644 sysdeps/hppa/frame.h
--
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 9e1f8220981 gcc/ChangeLog:
new 46a4a811c2c [testsuite] Make sure dg-do is before dg-require-effective-target.
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/arm/addr-modes-float.c | 2 +-
gcc/testsuite/gcc.target/arm/addr-modes-int.c | 4 ++--
gcc/testsuite/gcc.target/nios2/lo-addr-tls.c | 2 +-
4 files changed, 11 insertions(+), 4 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 769052bf89c Move MetaRenamer from Transforms/UTils to Transforms/IPO si [...]
new ded959f9f42 [LoopPredication] Add profitability check based on BPI
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/LoopPredication.cpp | 95 +++++++++++++++++-
test/Transforms/LoopPredication/profitability.ll | 120 +++++++++++++++++++++++
2 files changed, 212 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/LoopPredication/profitability.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 364eb09576a Revert "[InstrProf] Support for external functions in text [...]
new d3997f9e4ea [DWARF] Fix mixing assembler -g with DWARF .file directives.
new 769052bf89c Move MetaRenamer from Transforms/UTils to Transforms/IPO si [...]
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/MC/MCParser/AsmParser.cpp | 48 ++++++++++++++++++---------
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/{Utils => IPO}/MetaRenamer.cpp | 0
lib/Transforms/Utils/CMakeLists.txt | 1 -
test/MC/AsmParser/directive_file-2.s | 2 +-
5 files changed, 34 insertions(+), 18 deletions(-)
rename lib/Transforms/{Utils => IPO}/MetaRenamer.cpp (100%)
--
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 46f8c0fd7ac PR libstdc++/85040 fix std::less<void> etc. ambiguities
new 9e1f8220981 gcc/ChangeLog:
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 | 15 ++++++
gcc/config/rs6000/rs6000-builtin.def | 2 +-
gcc/config/rs6000/rs6000-c.c | 9 ++++
gcc/config/rs6000/rs6000.c | 13 ++++-
gcc/doc/extend.texi | 4 ++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/powerpc/altivec-ld-1.c | 67 +++++++++++++++++++++++++
7 files changed, 113 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-ld-1.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 5185879973d [CallSiteSplitting] Preserve DominatorTreeAnalysis.
new 364eb09576a Revert "[InstrProf] Support for external functions in text [...]
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/ProfileData/InstrProf.h | 43 ++++------------------
include/llvm/ProfileData/InstrProfReader.h | 2 +-
lib/ProfileData/InstrProf.cpp | 3 +-
lib/ProfileData/InstrProfReader.cpp | 29 +++++++--------
lib/ProfileData/InstrProfWriter.cpp | 4 +--
test/tools/llvm-profdata/invalid-profdata.test | 50 --------------------------
unittests/ProfileData/InstrProfTest.cpp | 3 ++
7 files changed, 30 insertions(+), 104 deletions(-)
delete mode 100644 test/tools/llvm-profdata/invalid-profdata.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.