This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8dce0ebcdac [Documentation] Fix markup problems in X86Usage.rst
new 8b9a0b319aa Add missing #includes to Analysis/MustExecute.h
new 1c62040a5cf Reapply Support layering fixes.
new de69937494c [Docs] Remove some WIP X86 documentation I accidentally lea [...]
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:
CMakeLists.txt | 4 +-
docs/CodeGenerator.rst | 6 -
docs/CompilerWriterInfo.rst | 2 -
docs/X86Usage.rst | 85 ----
docs/index.rst | 4 -
include/{llvm/Support => llvm-c}/DataTypes.h.cmake | 12 +-
include/llvm-c/Disassembler.h | 2 +-
include/llvm-c/Support.h | 2 +-
include/llvm-c/Types.h | 2 +-
include/llvm/Analysis/MustExecute.h | 7 +
include/llvm/{Support => Demangle}/Compiler.h | 2 +-
include/llvm/Support/Compiler.h | 501 +--------------------
include/llvm/Support/DataTypes.h | 17 +
lib/Demangle/ItaniumDemangle.cpp | 10 +-
14 files changed, 49 insertions(+), 607 deletions(-)
delete mode 100644 docs/X86Usage.rst
rename include/{llvm/Support => llvm-c}/DataTypes.h.cmake (92%)
copy include/llvm/{Support => Demangle}/Compiler.h (99%)
create mode 100644 include/llvm/Support/DataTypes.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 llvm.
from 96157b8553c [InstCombine] add folds for xor-of-icmp signbit tests (PR36682)
new 73e73c044e5 [Hexagon] Generalize DAG mutation for function calls
new 8dce0ebcdac [Documentation] Fix markup problems in X86Usage.rst
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:
docs/X86Usage.rst | 6 ++--
lib/Target/Hexagon/HexagonSubtarget.cpp | 56 ++++++++++++++++++++++-----------
2 files changed, 41 insertions(+), 21 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 d0c5d731af Remove powerpc, sparc fdim inlines (bug 22987).
new ffec7b2740 Use x86_64 backtrace as generic version.
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 | 14 ++++
debug/backtrace.c | 158 ++++++++++++++++++++++++++++----------------
sysdeps/aarch64/backtrace.c | 1 -
sysdeps/alpha/backtrace.c | 1 -
sysdeps/hppa/backtrace.c | 1 -
sysdeps/ia64/backtrace.c | 1 -
sysdeps/mips/backtrace.c | 1 -
sysdeps/nios2/backtrace.c | 1 -
sysdeps/riscv/backtrace.c | 1 -
sysdeps/sh/backtrace.c | 1 -
sysdeps/tile/backtrace.c | 1 -
sysdeps/x86_64/backtrace.c | 134 -------------------------------------
12 files changed, 115 insertions(+), 200 deletions(-)
delete mode 100644 sysdeps/aarch64/backtrace.c
delete mode 100644 sysdeps/alpha/backtrace.c
delete mode 100644 sysdeps/hppa/backtrace.c
delete mode 100644 sysdeps/ia64/backtrace.c
delete mode 100644 sysdeps/mips/backtrace.c
delete mode 100644 sysdeps/nios2/backtrace.c
delete mode 100644 sysdeps/riscv/backtrace.c
delete mode 100644 sysdeps/sh/backtrace.c
delete mode 100644 sysdeps/tile/backtrace.c
delete mode 100644 sysdeps/x86_64/backtrace.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 31d44fceb15 [Hexagon] Eliminate subregisters from PHI nodes before pipelining
new e9a0122a40d [Documentation] Fix markup problem in AMDGPUUsage.rst.
new 02dea26d56a TableGen: Streamline how defs are instantiated
new 9fe53b205cb TableGen: Remove redundant loop in ListInit::resolveReferences
new 96157b8553c [InstCombine] add folds for xor-of-icmp signbit tests (PR36682)
The 4 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/AMDGPUUsage.rst | 2 +-
include/llvm/TableGen/Record.h | 10 +-
lib/TableGen/Record.cpp | 26 +-
lib/TableGen/TGParser.cpp | 528 +++++++--------------
lib/TableGen/TGParser.h | 20 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 30 ++
test/TableGen/MultiClass-defm-fail.td | 4 +-
test/TableGen/foreach-multiclass.td | 24 +
test/TableGen/name-resolution-consistency.td | 84 ++++
test/TableGen/self-reference.td | 23 +
test/Transforms/InstCombine/compare-signs.ll | 25 +-
test/Transforms/InstCombine/xor-icmps.ll | 28 +-
12 files changed, 374 insertions(+), 430 deletions(-)
create mode 100644 test/TableGen/foreach-multiclass.td
create mode 100644 test/TableGen/name-resolution-consistency.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 gcc.
from a8413a5587c [PR c++/84804] ICE with default arg, template friend & lambda
new 2ecc6181aad [ARM] Fix test pr82989.c for big endian and mthumb
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 | 5 +++++
gcc/testsuite/gcc.target/arm/pr82989.c | 9 ++-------
2 files changed, 7 insertions(+), 7 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 fc6f2542 [Fix] fix type deduction on ARM and MSVC
new 78723b0f [clang-tidy] Use :doc: for check links in Release Notes.
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-tidy/add_new_check.py | 4 +-
clang-tidy/rename_check.py | 4 +-
docs/ReleaseNotes.rst | 128 ++++++++++++++++++++++----------------------
3 files changed, 68 insertions(+), 68 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 e063783e0e clang-interpreter example cmake fix
new 440ae10990 [Fuchsia] Don't install libc++, libc++abi or libunwind on Darwin
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:
cmake/caches/Fuchsia-stage2.cmake | 33 ++++++++++++++++++++++-----------
1 file changed, 22 insertions(+), 11 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 fec64ebeba4 [WebAssembly] Suppress unused function warning for register [...]
new 31d44fceb15 [Hexagon] Eliminate subregisters from PHI nodes before pipelining
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/MachinePipeliner.cpp | 113 +++++++++++++++++++++------------
test/CodeGen/Hexagon/swp-prolog-phi.ll | 6 +-
2 files changed, 77 insertions(+), 42 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 binutils-gdb.
from 0ccf57bd81 PowerPC64 synthetic symbols
new 7edb9bd32b S390: Enable re-attaching with native-extended-gdbserver
new c49bd90bdb S390: gdbserver: Don't write guarded storage registers
new ce29f8439f S390: Make IPA recognize tdescs with guarded storage
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:
gdb/gdbserver/ChangeLog | 24 ++++++++
gdb/gdbserver/linux-s390-ipa.c | 13 ++++-
gdb/gdbserver/linux-s390-low.c | 130 ++++++++++++++++++++---------------------
3 files changed, 97 insertions(+), 70 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 c414c7259c0 [X86][SandyBridge] Merge more VEX/non-VEX instregex pattern [...]
new dc89989167e [X86][Haswell] Merge multiple InstrRW entries that map to t [...]
new fec64ebeba4 [WebAssembly] Suppress unused function warning for register [...]
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:
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 4 +
lib/Target/X86/X86SchedHaswell.td | 3514 +++++++++-----------
2 files changed, 1528 insertions(+), 1990 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.