This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 629edfbb7a4 [Docs] Testing Debug Info Preservation in Optimizations
new 2a478d43e1f [ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTe [...]
new efd8832ecba [llvm-readobj] - Do not report invalid amount of sections.
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/Passes/PassBuilder.h | 9 +-
include/llvm/Transforms/IPO/LowerTypeTests.h | 6 ++
include/llvm/Transforms/IPO/WholeProgramDevirt.h | 8 ++
lib/LTO/LTOBackend.cpp | 12 ++-
lib/Passes/PassBuilder.cpp | 51 +++++++-----
lib/Passes/PassRegistry.def | 4 +-
lib/Transforms/IPO/LowerTypeTests.cpp | 4 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 3 +-
test/Other/new-pm-lto-defaults.ll | 2 +
test/ThinLTO/X86/cfi-devirt.ll | 100 +++++++++++++++++++++++
test/ThinLTO/X86/cfi.ll | 60 ++++++++++++++
test/tools/llvm-readobj/many-sections.s | 3 +-
tools/llvm-readobj/ELFDumper.cpp | 6 +-
13 files changed, 233 insertions(+), 35 deletions(-)
create mode 100644 test/ThinLTO/X86/cfi-devirt.ll
create mode 100644 test/ThinLTO/X86/cfi.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 db3410f80f Fix GDB build using mingw.org's MinGW
new fbb1d502ee [gdb/testsuite] Fix regexp in list-thread-groups-available.exp
new 4581dc8297 Remove make_cleanup_value_free_to_mark
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:
gdb/ChangeLog | 6 ++++++
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.mi/list-thread-groups-available.exp | 2 +-
gdb/utils.c | 17 -----------------
gdb/utils.h | 4 ----
5 files changed, 12 insertions(+), 22 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 bb2e1d9cd Fix whitespace formatting in DWARFExpression::DumpLocation
new 6a36961af ELF: Replace the header-extension unit test with a lit one
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:
lit/Modules/elf-many-sections.s | 72 ++++++++++++++++++++++++++++++
lit/Modules/lit.local.cfg | 2 +-
unittests/ObjectFile/ELF/CMakeLists.txt | 1 -
unittests/ObjectFile/ELF/TestELFHeader.cpp | 62 -------------------------
4 files changed, 73 insertions(+), 64 deletions(-)
create mode 100644 lit/Modules/elf-many-sections.s
delete mode 100644 unittests/ObjectFile/ELF/TestELFHeader.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 lld.
from b7268d05b [ELF] - One more test case for .eh_frame_hdr.
new d10d59c60 [ELF] - Eliminate dead code. 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:
ELF/SyntheticSections.cpp | 3 +--
1 file changed, 1 insertion(+), 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 lld.
from b68464c01 [PDB] Add PDBSourcePath flag to support absolutize source file path
new b7268d05b [ELF] - One more test case for .eh_frame_hdr.
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/eh-frame-value-format9.s | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 test/ELF/eh-frame-value-format9.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 95f104ac2d5 ARM: switch armv7em MachO triple to hard-float defaults and [...]
new 629edfbb7a4 [Docs] Testing Debug Info Preservation in 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:
docs/SourceLevelDebugging.rst | 181 +++++++++++++++++++++++++++++++++++++++++-
1 file changed, 179 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 clang.
from e47a2eb782 Enable C++2a Chrono Literals
new 011d8f83ca [CodeGen] Disable aggressive structor optimizations at -O0, take 3
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/ItaniumCXXABI.cpp | 18 ++++++++++----
test/CodeGenCXX/ctor-dtor-alias.cpp | 41 +++++++++++++++++++++++++-------
test/CodeGenCXX/float16-declarations.cpp | 2 +-
3 files changed, 48 insertions(+), 13 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 813c397bf58 [AArch64][PATCH 1/2] Fix addressing printing of LDP/STP
new 32917338b54 [AArch64][PATCH 2/2] PR target/83009: Relax strict address [...]
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 | 6 +++++
gcc/config/aarch64/predicates.md | 2 +-
gcc/testsuite/ChangeLog | 5 ++++
.../gcc.target/aarch64/store_v2vec_lanes.c | 28 +++++++++++++++++++---
4 files changed, 37 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 gcc.
from ca5aa39afd0 2018-07-19 Richard Biener <rguenther(a)suse.de>
new 813c397bf58 [AArch64][PATCH 1/2] Fix addressing printing of LDP/STP
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 | 19 +++++++++++++++++++
gcc/config/aarch64/aarch64-protos.h | 5 +++++
gcc/config/aarch64/aarch64-simd.md | 4 ++--
gcc/config/aarch64/aarch64.c | 29 ++++++++++++++---------------
gcc/config/aarch64/constraints.md | 20 +++++++-------------
gcc/config/aarch64/predicates.md | 5 +++--
6 files changed, 50 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.