This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a17350a [utils] allow auto-generation of checks for thumb triples
new fef0dbe Revert "Correct register pressure calculation in presence of [...]
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/RegisterPressure.h | 2 +-
include/llvm/Target/TargetRegisterInfo.h | 7 ---
lib/CodeGen/MachineScheduler.cpp | 4 +-
lib/CodeGen/RegisterPressure.cpp | 42 ++++----------
lib/CodeGen/TargetRegisterInfo.cpp | 9 ---
lib/Target/AMDGPU/SIRegisterInfo.cpp | 16 ------
lib/Target/AMDGPU/SIRegisterInfo.h | 6 --
test/CodeGen/AMDGPU/load-global-i32.ll | 32 +++++------
.../AMDGPU/schedule-regpressure-subregs.mir | 67 ----------------------
9 files changed, 30 insertions(+), 155 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/schedule-regpressure-subregs.mir
--
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 c80a3ff [ARM] add tests for alternate forms of select-of-constants; NFC
new 5982b2c Initialize MCContext::InlineSrcMgr in the constructor.
new 89efd71 Disallow redefinition of section symbols.
new a17350a [utils] allow auto-generation of checks for thumb triples
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:
lib/MC/MCContext.cpp | 11 ++-
test/CodeGen/XCore/section-name.ll | 5 +-
test/MC/ELF/section-sym-err.s | 6 ++
test/MC/ELF/section-sym-err2.s | 6 ++
test/MC/ELF/section-sym-redefine.s | 138 -------------------------------------
test/MC/ELF/section.s | 5 +-
utils/update_llc_test_checks.py | 2 +
7 files changed, 28 insertions(+), 145 deletions(-)
create mode 100644 test/MC/ELF/section-sym-err.s
create mode 100644 test/MC/ELF/section-sym-err2.s
delete mode 100644 test/MC/ELF/section-sym-redefine.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 43d5d8c [WebAssembly] Define an initial set of relocation types for Wasm.
new c80a3ff [ARM] add tests for alternate forms of select-of-constants; 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:
test/CodeGen/ARM/select_const.ll | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 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 3d2ef31 [WebAssembly] Handle f16 in fast-isel.
new f7f0f08 [ARM] auto-generate complete checks; NFC
new e3a136c GlobalISel: check for CImm rather than Imm on G_CONSTANTs.
new 43d5d8c [WebAssembly] Define an initial set of relocation types for Wasm.
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/Support/Wasm.h | 6 ++++
include/llvm/Support/WasmRelocs/WebAssembly.def | 11 ++++++
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 7 ++--
.../GlobalISel/arm64-instructionselect-xor.mir | 7 ++--
test/CodeGen/ARM/arm-and-tst-peephole.ll | 42 +++++++++++++++++-----
5 files changed, 59 insertions(+), 14 deletions(-)
create mode 100644 include/llvm/Support/WasmRelocs/WebAssembly.def
--
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 54a6044 Try to unbreak tests after r296166
new 0002bae Factor out more commonality between handling of deletion and [...]
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/Sema/SemaDeclCXX.cpp | 214 ++++++++++++++++++++++++++++-------------------
1 file changed, 128 insertions(+), 86 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 2843487 [Orc][RPC] Accept both const char* and char* arguments for st [...]
new 8ff5650 Fix Indentation. NFCI
new 3d2ef31 [WebAssembly] Handle f16 in fast-isel.
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/Analysis/LazyValueInfo.cpp | 4 ++--
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 2 ++
test/CodeGen/WebAssembly/f16.ll | 1 +
3 files changed, 5 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 41b37d8 clang-format: Don't leave behind temp files in -i mode on Win [...]
new 085bd22d [ODRHash] Add handling of bitfields
new 54a6044 Try to unbreak tests after r296166
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 10 +++-
lib/AST/ODRHash.cpp | 7 +++
lib/Serialization/ASTReader.cpp | 26 +++++++++++
test/Format/inplace.cpp | 2 +-
test/Modules/odr_hash.cpp | 53 ++++++++++++++++++++++
5 files changed, 95 insertions(+), 3 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 3afc883 [InstCombine] Fix bug in pointer replacement
new 0ee8e56 [CodeGenPrepare] Make -addr-sink-using-gep work with address spaces.
new 2843487 [Orc][RPC] Accept both const char* and char* arguments for st [...]
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/ExecutionEngine/Orc/RawByteChannel.h | 10 +++--
lib/CodeGen/CodeGenPrepare.cpp | 8 ++--
.../CodeGenPrepare/X86/sink-addrspacecast.ll | 11 ++++--
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 45 ++++++++++++++++++++++
4 files changed, 63 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 clang.
from 13406af clang-format: Enable include sorting for style=Chromium
new 41b37d8 clang-format: Don't leave behind temp files in -i mode on Win [...]
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/Format/inplace.cpp | 263 +++++++++++++++++++++++++++++++++++++
tools/clang-format/ClangFormat.cpp | 1 +
2 files changed, 264 insertions(+)
create mode 100644 test/Format/inplace.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 gcc.
from 4d8987f PR translation/79705 * decl.c (check_redeclaration_exceptio [...]
new bbd5521 PR c++/79588 c-family/ * c-common.c (check_function_restric [...]
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/c-family/ChangeLog | 11 ++++++++
gcc/c-family/c-common.c | 50 +++++++++++++++++++++++++++++++--
gcc/c-family/c-common.h | 5 ++--
gcc/c-family/c-warn.c | 36 ++++++++++--------------
gcc/c/ChangeLog | 8 ++++++
gcc/c/c-parser.c | 22 ---------------
gcc/c/c-typeck.c | 3 +-
gcc/cp/ChangeLog | 10 +++++++
gcc/cp/call.c | 7 +++--
gcc/cp/parser.c | 23 ---------------
gcc/cp/typeck.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/warn/Wrestrict-1.C | 12 ++++++++
gcc/testsuite/g++.dg/warn/Wrestrict-2.C | 30 ++++++++++++++++++++
14 files changed, 151 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wrestrict-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wrestrict-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.