This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0078da2 PR rtl-optimization/79728 * regs.h (struct target_regs): Ne [...]
new 3f82fe3 PR c/79936 * Makefile.in (GTFILES): Add calls.c. * calls.c [...]
new 056fff2 PR middle-end/80020 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_ [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/Makefile.in | 1 +
gcc/builtin-attrs.def | 5 ++++-
gcc/builtins.def | 2 +-
gcc/calls.c | 3 +++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/attr-alloc_size-6.c | 8 ++++----
gcc/testsuite/gcc.dg/attr-alloc_size-7.c | 8 ++++----
gcc/testsuite/gcc.dg/attr-alloc_size-9.c | 2 +-
gcc/testsuite/gcc.dg/builtin-alloc-size.c | 2 +-
gcc/testsuite/gcc.dg/pr80020.c | 26 ++++++++++++++++++++++++++
11 files changed, 65 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80020.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 9db5e41 [globalisel][tblgen] Add support for ComplexPatterns
new 05628fa [libFuzzer] don't clear Counters in TracePC::CollectFeatures [...]
new ae8f1d8 [libFuzzer] remove more stale code
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/Fuzzer/FuzzerDriver.cpp | 12 +++-----
lib/Fuzzer/FuzzerInternal.h | 2 --
lib/Fuzzer/FuzzerLoop.cpp | 70 ------------------------------------------
lib/Fuzzer/FuzzerTracePC.h | 8 ++---
lib/Fuzzer/FuzzerValueBitMap.h | 2 +-
5 files changed, 7 insertions(+), 87 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 955221a [Hexagon] Recognize hexagonv62 as a valid target CPU
new 536f001 Fix Wdocumentation warning
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/CGDecl.cpp | 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 llvm.
from e35265b [SelectionDAG] Add a signed integer absolute ISD node
new d18970b [libFuzzer] remove stale code
new 9db5e41 [globalisel][tblgen] Add support for ComplexPatterns
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/MachineOperand.h | 6 +
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 6 +
include/llvm/Target/GlobalISel/Target.td | 55 +++++
include/llvm/Target/Target.td | 5 +
lib/CodeGen/MIRPrinter.cpp | 3 +
lib/CodeGen/MachineInstr.cpp | 8 +
lib/Fuzzer/FuzzerInternal.h | 24 --
lib/Fuzzer/FuzzerLoop.cpp | 20 +-
lib/Fuzzer/test/value-profile-mem.test | 2 +-
lib/Target/AArch64/AArch64InstrFormats.td | 4 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 58 ++++-
lib/Target/AArch64/AArch64InstructionSelector.h | 11 +
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 1 +
lib/Target/X86/X86InstructionSelector.cpp | 9 +-
lib/Target/X86/X86InstructionSelector.h | 5 +
.../AArch64/GlobalISel/arm64-instructionselect.mir | 66 ++++++
test/TableGen/GlobalISelEmitter.td | 3 +-
utils/TableGen/GlobalISelEmitter.cpp | 259 +++++++++++++++++++--
18 files changed, 485 insertions(+), 60 deletions(-)
create mode 100644 include/llvm/Target/GlobalISel/Target.td
--
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 25754c1 [WebAssembly] Use LEB encoding for value types
new e35265b [SelectionDAG] Add a signed integer absolute ISD node
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/ISDOpcodes.h | 6 +
include/llvm/Target/TargetSelectionDAG.td | 1 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 +++++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 ++
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 +
lib/CodeGen/TargetLoweringBase.cpp | 1 +
lib/Target/X86/X86ISelLowering.cpp | 29 ++++-
lib/Target/X86/X86ISelLowering.h | 3 -
lib/Target/X86/X86InstrAVX512.td | 61 +---------
lib/Target/X86/X86InstrFragmentsSIMD.td | 1 -
lib/Target/X86/X86InstrSSE.td | 78 ++-----------
lib/Target/X86/X86IntrinsicsInfo.h | 36 +++---
test/CodeGen/X86/combine-abs.ll | 8 +-
test/CodeGen/X86/viabs.ll | 142 ++++++++----------------
14 files changed, 152 insertions(+), 254 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 gcc-5-branch
in repository gcc.
from 66f88d1 Daily bump.
new 81eb929 Fix libstdc++ reserved names test to pass on AIX
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/testsuite/17_intro/names.cc | 9 +++++++++
2 files changed, 14 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 gcc-6-branch
in repository gcc.
from 4053ed4 * g++.dg/warn/Wpadded-1.C: Fix for 32-bit target.
new 21bc01d Fix libstdc++ reserved names test to pass on AIX
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/testsuite/17_intro/names.cc | 9 +++++++++
2 files changed, 14 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-tools-extra.
from 8d86b35 Add the 'AllowSoleDefaultDtor' and 'AllowMissingMoveFunctions [...]
new 35f2898 [clangd] Fix not being able to attach a debugger on macOS
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:
clangd/ClangDMain.cpp | 4 ++++
1 file changed, 4 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 c0c27f3 Modules: Optimize bitcode encoding of diagnostic state
new 955221a [Hexagon] Recognize hexagonv62 as a valid target CPU
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 | 2 ++
lib/Basic/Targets.cpp | 4 ++++
test/Driver/hexagon-toolchain-elf.c | 8 ++++++++
3 files changed, 14 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 22bd70f Archives require a symbol table on Solaris, even if empty.
new 25754c1 [WebAssembly] Use LEB encoding for value types
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/MCSymbolWasm.h | 15 +-
include/llvm/Support/Wasm.h | 24 +-
lib/MC/WasmObjectWriter.cpp | 44 +--
.../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 10 +-
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 42 +--
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 18 +-
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 36 +--
.../WebAssemblyRuntimeLibcallSignatures.cpp | 358 ++++++++++-----------
.../WebAssemblyRuntimeLibcallSignatures.h | 9 +-
9 files changed, 271 insertions(+), 285 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.