This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 192fe4c1fb5 [Inliner] Attribute callsites with inline remarks
new be41091c148 Revert [Inliner] Attribute callsites with inline remarks
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/IPO/Inliner.cpp | 59 +++-----------------
test/Transforms/Inline/inline-remark.ll | 96 ---------------------------------
2 files changed, 8 insertions(+), 147 deletions(-)
delete mode 100644 test/Transforms/Inline/inline-remark.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 clang-tools-extra.
from b910a100 [clangd] Initial cancellation mechanism for LSP requests.
new d116df66 [clang-doc] Fix memory leaks
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-doc/Representation.h | 2 ++
clang-doc/Serialize.cpp | 10 +++++-----
2 files changed, 7 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 llvm.
from 64e272cbf8c Add missing override keyword (NFC)
new ef0538fd8af [LICM] Hoist an invariant_start out of loops if there are n [...]
new 192fe4c1fb5 [Inliner] Attribute callsites with inline remarks
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/Transforms/IPO/Inliner.cpp | 59 +++++++++++++++++---
lib/Transforms/Scalar/LICM.cpp | 4 +-
test/Transforms/Inline/inline-remark.ll | 96 +++++++++++++++++++++++++++++++++
test/Transforms/LICM/invariant.start.ll | 13 +++--
4 files changed, 156 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/Inline/inline-remark.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 1f03941c2 Attempt to fix ELF/lto-plugin-ignore.s on Windows after r340487.
new 9b66437ce Modify tests to show PLT entry labels
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/aarch64-condb-reloc.s | 6 ++++++
test/ELF/aarch64-gnu-ifunc-plt.s | 4 ++++
test/ELF/aarch64-thunk-pi.s | 4 ++++
test/ELF/aarch64-tstbr14-reloc.s | 4 ++++
test/ELF/gnu-ifunc-plt-i386.s | 8 ++++++--
test/ELF/gnu-ifunc-plt.s | 8 ++++++--
test/ELF/gnu-ifunc-shared.s | 6 +++++-
test/ELF/plt-aarch64.s | 10 ++++++++++
test/ELF/plt-i686.s | 4 ++++
test/ELF/plt.s | 10 ++++++++++
10 files changed, 59 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 llvm.
from ca333d73cba [Exception Handling] Unwind tables are required for all fun [...]
new 64e272cbf8c Add missing override keyword (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/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 3 ++-
1 file changed, 2 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 gcc.
from b775690ffc3 * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BO [...]
new be9d0de534b PR c++/67012 PR c++/86942 * decl.c (grokdeclarator): Dis [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/decl.c | 15 ++++++++++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/auto52.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn52.C | 4 ++++
gcc/testsuite/g++.dg/cpp1y/auto-fn53.C | 4 ++++
gcc/testsuite/g++.dg/cpp1y/auto-fn54.C | 3 +++
7 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto52.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn52.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn53.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn54.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 d73e0d8056d [PhiValues] Use callback value handles to invalidate delete [...]
new ca333d73cba [Exception Handling] Unwind tables are required for all fun [...]
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/IR/Function.h | 2 +-
test/CodeGen/PowerPC/uwtables.ll | 51 ++++++++++++++++++++++++++++++
test/CodeGen/X86/uwtables.ll | 43 +++++++++++++++++++++++++
test/CodeGen/X86/x86-shrink-wrap-unwind.ll | 1 +
4 files changed, 96 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/PowerPC/uwtables.ll
create mode 100644 test/CodeGen/X86/uwtables.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 ff323c38f13 [cfi-verify] Support cross-DSO
new d73e0d8056d [PhiValues] Use callback value handles to invalidate delete [...]
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/Analysis/PhiValues.h | 16 +++++++++++++
lib/Analysis/PhiValues.cpp | 17 ++++++++++++++
test/Analysis/BasicAA/phi-values-usage.ll | 38 +++++++++++++++++++++++++++----
3 files changed, 67 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 97d7bcd5c02 [Local] Make DoesKMove required for combineMetadata.
new 77a17afc92d Find PLT entries for x86, x86_64, and AArch64.
new e47abe79613 [llvm-objdump] Label calls to the PLT.
new ff323c38f13 [cfi-verify] Support cross-DSO
The 3 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/MCInstrAnalysis.h | 8 +++
include/llvm/Object/ELFObjectFile.h | 2 +
lib/Object/ELFObjectFile.cpp | 65 +++++++++++++++++++++
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 26 +++++++++
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 61 +++++++++++++++++++
.../AArch64/Inputs/function-only-check.o | Bin 0 -> 68360 bytes
.../llvm-cfi-verify/AArch64/function-only-check.s | 9 +++
.../X86/Inputs/function-only-check.o | Bin 0 -> 15112 bytes
.../llvm-cfi-verify/X86/function-only-check.s | 8 +++
.../llvm-objdump/AArch64/Inputs/cfi.elf-aarch64 | Bin 0 -> 68360 bytes
test/tools/llvm-objdump/AArch64/plt.test | 5 ++
.../llvm-objdump/X86/Inputs/hello.exe.elf-i386 | Bin 0 -> 7248 bytes
.../X86/Inputs/hello.exe.nopie.elf-i386 | Bin 0 -> 7080 bytes
test/tools/llvm-objdump/X86/plt.test | 14 +++++
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 56 +++++++++++++++++-
tools/llvm-cfi-verify/lib/FileAnalysis.h | 12 ++++
tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 18 ++++++
tools/llvm-objdump/llvm-objdump.cpp | 36 ++++++++++++
18 files changed, 319 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-cfi-verify/AArch64/Inputs/function-only-check.o
create mode 100644 test/tools/llvm-cfi-verify/AArch64/function-only-check.s
create mode 100644 test/tools/llvm-cfi-verify/X86/Inputs/function-only-check.o
create mode 100644 test/tools/llvm-cfi-verify/X86/function-only-check.s
create mode 100644 test/tools/llvm-objdump/AArch64/Inputs/cfi.elf-aarch64
create mode 100644 test/tools/llvm-objdump/AArch64/plt.test
create mode 100644 test/tools/llvm-objdump/X86/Inputs/hello.exe.elf-i386
create mode 100644 test/tools/llvm-objdump/X86/Inputs/hello.exe.nopie.elf-i386
create mode 100644 test/tools/llvm-objdump/X86/plt.test
--
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 5207ee15081 Define vect_perm for variable-length SVE
new b775690ffc3 * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BO [...]
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 | 53 +++++
gcc/config/i386/i386-modes.def | 3 -
gcc/config/i386/i386.c | 250 ++++-----------------
gcc/config/i386/i386.h | 14 +-
gcc/config/i386/i386.md | 20 +-
gcc/config/i386/predicates.md | 3 -
gcc/emit-rtl.c | 7 -
gcc/emit-rtl.h | 3 -
gcc/explow.c | 3 +-
gcc/function.c | 1 -
gcc/genmodes.c | 15 --
gcc/machmode.h | 4 -
gcc/mode-classes.def | 1 -
gcc/stor-layout.c | 1 -
.../gcc.target/i386/indirect-thunk-register-1.c | 1 -
gcc/tree-core.h | 2 -
gcc/varasm.c | 1 -
17 files changed, 102 insertions(+), 280 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.