This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60
in repository clang.
from 2ae8c6cb09 [Docs] Added release notes for OpenCL.
new 9c57ee8b74 Merging r323155: ------------------------------------------- [...]
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/clang/Driver/Options.td | 4 ++++
lib/Basic/Targets/X86.cpp | 6 ++++++
lib/Basic/Targets/X86.h | 2 ++
test/Driver/x86-target-features.c | 9 +++++++++
4 files changed, 21 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 a2ca4ae98b [Sema] Add implicit members even for invalid CXXRecordDecls
new e705029e94 [AST] namespace ns { extern "C" { int X; }} prints as "ns::X [...]
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/AST/Decl.cpp | 7 ++++---
unittests/AST/NamedDeclPrinterTest.cpp | 7 +++++++
2 files changed, 11 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 clang-tools-extra.
from 0eaf5289 [clangd] Remove a unused include. NFC
new 83f0ded2 [clang-tidy] Don't reinvent the wheel, use existing log2 functions.
new 3027cd14 [clang-tidy] Remove global constructor. No functionality chan [...]
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:
clang-tidy/misc/RedundantExpressionCheck.cpp | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 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 8f67b73a144 [DWARF v5] Add limited support for dumping .debug_rnglists
new 2af2e6c776c Add missing new files from r324077
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/DebugInfo/DWARF/DWARFAddressRange.h | 66 +++++++
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 59 +++++++
lib/DebugInfo/DWARF/DWARFAddressRange.cpp | 26 +++
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 192 +++++++++++++++++++++
.../X86/Inputs/debug_rnglists_short_section.s | 2 +
test/tools/llvm-dwarfdump/X86/debug_rnglists.s | 147 ++++++++++++++++
.../llvm-dwarfdump/X86/debug_rnglists_empty.s | 7 +
.../llvm-dwarfdump/X86/debug_rnglists_invalid.s | 161 +++++++++++++++++
8 files changed, 660 insertions(+)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
create mode 100644 lib/DebugInfo/DWARF/DWARFAddressRange.cpp
create mode 100644 lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
create mode 100644 test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_short_section.s
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_rnglists.s
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_rnglists_empty.s
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_rnglists_invalid.s
--
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 16a6b6772cc [LTO] - Simplify. NFC.
new 8f67b73a144 [DWARF v5] Add limited support for dumping .debug_rnglists
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/BinaryFormat/Dwarf.def | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 45 +---------------------
include/llvm/DebugInfo/DWARF/DWARFDie.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 +
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 2 +-
lib/DebugInfo/DWARF/CMakeLists.txt | 2 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 27 +++++++++++++
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 12 ------
8 files changed, 35 insertions(+), 59 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 473d8c64aab PR testsuite/52641 * gcc.c-torture/execute/pr81913.c: Use [...]
new 88125a906af Reduce fallout for avr.
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 | 28 ++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr70460.c | 1 +
gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +-
gcc/testsuite/gcc.dg/pr53037-1.c | 1 +
gcc/testsuite/gcc.dg/pr53037-2.c | 1 +
gcc/testsuite/gcc.dg/pr53037-3.c | 1 +
gcc/testsuite/gcc.dg/pr63387-2.c | 1 +
gcc/testsuite/gcc.dg/pr63387.c | 1 +
gcc/testsuite/gcc.dg/sancov/cmp0.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-1.c | 2 +-
.../gcc.dg/tree-ssa/loop-interchange-10.c | 2 +-
.../gcc.dg/tree-ssa/loop-interchange-11.c | 2 +-
.../gcc.dg/tree-ssa/loop-interchange-1b.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-4.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-5.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-6.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-7.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-8.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-9.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr21086.c | 2 --
gcc/testsuite/gcc.dg/tree-ssa/pr82059.c | 1 +
gcc/testsuite/lib/target-supports.exp | 3 +--
24 files changed, 50 insertions(+), 17 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 89df749abf1 [ThinLTO] - Fix for "ThinLTO inlines variables that should [...]
new 16a6b6772cc [LTO] - Simplify. 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/LTO/LTOBackend.cpp | 5 ++---
1 file changed, 2 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 8c1970134e5 [ARM] fixed some tabs/whitespaces in test. NFC.
new 89df749abf1 [ThinLTO] - Fix for "ThinLTO inlines variables that should [...]
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/LTO/LTOBackend.cpp | 18 +++++++----
.../LTO/Resolution/X86/not-prevailing-variables.ll | 35 ++++++++++++++++++++++
test/tools/gold/X86/global_with_section.ll | 4 ++-
3 files changed, 50 insertions(+), 7 deletions(-)
create mode 100644 test/LTO/Resolution/X86/not-prevailing-variables.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 binutils-gdb.
from 59498c305e Do not classify C struct members as a filename
new d830549dba PowerPC64, don't relocate nops
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:
bfd/ChangeLog | 5 +++++
bfd/elf64-ppc.c | 13 +++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.