This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eb1be816521 [mips] Implement the 'dext' aliases and it's disassembly alias.
new 4809f170d06 Invoke GetInlineCost for legality check before inline funct [...]
new c6fa88b24e4 AMDGPU: Stop modifying SP in call sequences
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/Target/AMDGPU/SIISelLowering.cpp | 6 ++--
lib/Transforms/IPO/SampleProfile.cpp | 43 +++++++++++++++++++----
test/CodeGen/AMDGPU/byval-frame-setup.ll | 14 ++++----
test/CodeGen/AMDGPU/call-argument-types.ll | 14 ++++----
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 2 +-
test/Transforms/SampleProfile/Inputs/einline.prof | 1 +
test/Transforms/SampleProfile/early-inline.ll | 12 +++++++
7 files changed, 68 insertions(+), 24 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 c42c6fa1f2 [lit] Force site configs to be run before source-tree configs
new 1af16988a3 Enable __declspec(selectany) on any platform
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/Basic/Attr.td | 4 ++--
include/clang/Basic/AttrDocs.td | 15 +++++++++++++++
test/Sema/attr-selectany.c | 2 ++
test/SemaCXX/attr-selectany.cpp | 3 +++
4 files changed, 22 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 llvm.
from a15bb16493b AMDGPU: Make frame register caller preserved
new 23c01665c8a Adapt more testcases for llvm-dwarfdump changes.
new eb1be816521 [mips] Implement the 'dext' aliases and it's disassembly alias.
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 73 ++++++++++++++++-------
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 58 ++++++++++++++++++
lib/Target/Mips/MicroMips64r6InstrInfo.td | 28 +++++----
lib/Target/Mips/Mips64InstrInfo.td | 32 ++++++----
lib/Target/Mips/MipsInstrInfo.td | 14 ++++-
test/DebugInfo/Generic/empty.ll | 4 +-
test/DebugInfo/dwarfdump-macho-universal.test | 6 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 +-
test/MC/Mips/micromips64r6/invalid.s | 2 -
test/MC/Mips/mips64extins.s | 13 +++-
test/MC/Mips/mips64r2/invalid.s | 6 +-
test/MC/Mips/mips64r6/invalid.s | 4 ++
12 files changed, 186 insertions(+), 58 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 799c8d6905 Add new codepage charmaps/IBM858 [BZ #21084]
new 29c933fb35 benchtests: Make memset benchmarks print json
new 503c92c37a benchtests: Reallocate buffers for memset
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:
ChangeLog | 11 +++++++
benchtests/bench-memset-large.c | 49 ++++++++++++++++++++++-------
benchtests/bench-memset.c | 68 +++++++++++++++++++++++++++++------------
benchtests/bench-string.h | 50 +++++++++++++++++++++++-------
4 files changed, 136 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 llvm.
from 952c41cc6ec Silence warning about unused variable in release build
new a15bb16493b AMDGPU: Make frame register caller preserved
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/AMDGPU/AMDGPURegisterInfo.cpp | 11 +----------
lib/Target/AMDGPU/SIISelLowering.cpp | 15 +++++++++++++++
test/CodeGen/AMDGPU/call-preserved-registers.ll | 20 ++++++++++++++++++--
test/CodeGen/AMDGPU/ipra.ll | 14 ++++++++++++++
test/CodeGen/AMDGPU/sibling-call.ll | 2 +-
5 files changed, 49 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 llvm.
from db815646dfb TableGen support for parameterized register class information
new 7c649ac2c93 llvm-dwarfdump: support dumping static archives.
new 952c41cc6ec Silence warning about unused variable in release build
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/DebugInfo/DWARF/DWARFContext.cpp | 3 --
test/tools/llvm-dwarfdump/X86/archive.test | 5 ++++
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 44 +++++++++++++++++++++++++-----
utils/TableGen/RegisterInfoEmitter.cpp | 1 +
4 files changed, 43 insertions(+), 10 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/archive.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 llvm.
from 837d04db84a [lit] Force site configs to be run before source-tree configs
new db815646dfb TableGen support for parameterized register class information
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/Target/Target.td | 53 +
include/llvm/Target/TargetRegisterInfo.h | 32 +-
lib/CodeGen/TargetRegisterInfo.cpp | 7 +-
test/TableGen/GlobalISelEmitter.td | 38 +-
test/TableGen/HwModeSelect.td | 27 +
utils/TableGen/CMakeLists.txt | 2 +
utils/TableGen/CodeGenDAGPatterns.cpp | 1746 +++++++++++++++++-------------
utils/TableGen/CodeGenDAGPatterns.h | 468 +++++---
utils/TableGen/CodeGenHwModes.cpp | 114 ++
utils/TableGen/CodeGenHwModes.h | 64 ++
utils/TableGen/CodeGenInstruction.cpp | 6 +-
utils/TableGen/CodeGenRegisters.cpp | 53 +-
utils/TableGen/CodeGenRegisters.h | 32 +-
utils/TableGen/CodeGenTarget.cpp | 16 +-
utils/TableGen/CodeGenTarget.h | 21 +-
utils/TableGen/DAGISelEmitter.cpp | 8 +-
utils/TableGen/DAGISelMatcherGen.cpp | 50 +-
utils/TableGen/FastISelEmitter.cpp | 17 +-
utils/TableGen/GlobalISelEmitter.cpp | 41 +-
utils/TableGen/InfoByHwMode.cpp | 199 ++++
utils/TableGen/InfoByHwMode.h | 167 +++
utils/TableGen/RegisterBankEmitter.cpp | 9 +-
utils/TableGen/RegisterInfoEmitter.cpp | 84 +-
23 files changed, 2177 insertions(+), 1077 deletions(-)
create mode 100644 test/TableGen/HwModeSelect.td
create mode 100644 utils/TableGen/CodeGenHwModes.cpp
create mode 100644 utils/TableGen/CodeGenHwModes.h
create mode 100644 utils/TableGen/InfoByHwMode.cpp
create mode 100644 utils/TableGen/InfoByHwMode.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 e6834d6e1a2 [tblgen] Remove uses of std::ptr_fun, it's removed in C++17.
new 837d04db84a [lit] Force site configs to be run before source-tree configs
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:
CMakeLists.txt | 6 ++-
cmake/modules/AddLLVM.cmake | 21 ++++++--
test/Unit/lit.cfg | 55 ++------------------
test/lit.cfg | 117 ++++++++++--------------------------------
utils/lit/lit/discovery.py | 16 +++++-
utils/lit/tests/lit.cfg | 5 +-
utils/llvm-lit/CMakeLists.txt | 2 +
utils/llvm-lit/llvm-lit.in | 50 +++++-------------
8 files changed, 84 insertions(+), 188 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 1a3d0f5bb3 Fix Refactor/tool-test-support.c test on Windows by avoiding [...]
new c42c6fa1f2 [lit] Force site configs to be run before source-tree configs
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/Unit/lit.cfg | 67 +++-----------------------------------
test/lit.cfg | 97 ++++++-------------------------------------------------
2 files changed, 14 insertions(+), 150 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.