This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f23fe79caaa Test commit access
new 2e927189047 [RISCV] Support for varargs
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/RISCV/RISCVFrameLowering.cpp | 15 +-
lib/Target/RISCV/RISCVISelLowering.cpp | 145 ++++++--
lib/Target/RISCV/RISCVISelLowering.h | 3 +-
lib/Target/RISCV/RISCVMachineFunctionInfo.h | 44 +++
test/CodeGen/RISCV/vararg.ll | 535 ++++++++++++++++++++++++++++
5 files changed, 718 insertions(+), 24 deletions(-)
create mode 100644 lib/Target/RISCV/RISCVMachineFunctionInfo.h
create mode 100644 test/CodeGen/RISCV/vararg.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 gcc.
from 3a4ffbd25e1 libgo: add platform support for SuperH
new 7d2193daf31 * gcc.target/i386/pr82618.c (dg-options): Add -mno-stv.
new d76863c8a62 Preserving locations for variable-uses and constants (PR c+ [...]
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 | 17 ++
gcc/c-family/ChangeLog | 23 ++
gcc/c-family/c-common.c | 39 +++-
gcc/c-family/c-common.h | 1 +
gcc/c-family/c-format.c | 10 +-
gcc/c-family/c-pretty-print.c | 66 +++++-
gcc/c-family/c-warn.c | 3 +
gcc/cp/ChangeLog | 52 +++++
gcc/cp/call.c | 6 +-
gcc/cp/cp-gimplify.c | 5 +-
gcc/cp/cp-lang.c | 2 +
gcc/cp/cp-tree.h | 30 ++-
gcc/cp/cvt.c | 2 +-
gcc/cp/error.c | 2 +-
gcc/cp/except.c | 2 +-
gcc/cp/mangle.c | 1 +
gcc/cp/parser.c | 41 +++-
gcc/cp/pt.c | 83 ++++++-
gcc/cp/tree.c | 66 ++++++
gcc/cp/typeck.c | 6 +-
gcc/testsuite/ChangeLog | 22 ++
.../g++.dg/diagnostic/param-type-mismatch.C | 27 +--
.../g++.dg/plugin/diagnostic-test-expressions-1.C | 256 +++++++++++++--------
gcc/testsuite/g++.dg/warn/Wformat-1.C | 2 +
gcc/testsuite/gcc.target/i386/pr82618.c | 2 +-
gcc/tree-core.h | 3 +
gcc/tree.c | 103 +++++++++
gcc/tree.h | 47 ++++
28 files changed, 754 insertions(+), 165 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 compiler-rt.
from d446956ab Revert "[CMake] Install resource files into a share/ directory"
new 6276041e3 [hwasan] An option to disable tag randomization.
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/hwasan/hwasan_flags.inc | 4 ++++
lib/hwasan/hwasan_thread.cc | 16 ++++++++++------
test/hwasan/lit.cfg | 2 +-
3 files changed, 15 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 gcc.
from 5d9902f2a01 2018-01-10 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 3a4ffbd25e1 libgo: add platform support for SuperH
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/go/gofrontend/MERGE | 2 +-
libgo/configure | 34 ++++++++++++++++++++++++++++++++--
libgo/configure.ac | 34 ++++++++++++++++++++++++++++++++--
libgo/go/cmd/cgo/main.go | 4 ++++
libgo/go/go/build/syslist.go | 2 +-
libgo/go/runtime/hash32.go | 2 +-
libgo/go/runtime/lfstack_32bit.go | 2 +-
libgo/go/runtime/unaligned2.go | 2 +-
libgo/go/syscall/endian_big.go | 2 +-
libgo/go/syscall/endian_little.go | 2 +-
libgo/match.sh | 4 ++--
libgo/testsuite/gotest | 4 ++--
12 files changed, 79 insertions(+), 15 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 703dd67544f [SelectionDAG][X86] Explicitly store the scale in the gathe [...]
new f23fe79caaa Test commit access
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/IR/ValueTypes.cpp | 4 ++--
1 file changed, 2 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 lld.
from ced7002eb [WebAssembly] Add seperate Writer::lookupType and Writer::reg [...]
new 46eef0bf1 [WebAssembly] Move relocation handling InputChunks.cpp
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:
wasm/InputChunks.cpp | 91 +++++++++++++++++++++++++++++-
wasm/InputChunks.h | 41 +++++++++-----
wasm/InputFiles.cpp | 23 ++++++++
wasm/InputFiles.h | 9 ++-
wasm/OutputSections.cpp | 145 ++++--------------------------------------------
5 files changed, 157 insertions(+), 152 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 4f319f2682c [MachineOutliner] Outline ADRPs
new 703dd67544f [SelectionDAG][X86] Explicitly store the scale in the gathe [...]
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/SelectionDAGNodes.h | 5 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 14 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 22 +--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 22 ++-
lib/Target/X86/X86ISelDAGToDAG.cpp | 18 +--
lib/Target/X86/X86ISelLowering.cpp | 17 ++-
lib/Target/X86/X86ISelLowering.h | 1 +
test/CodeGen/X86/masked_gather_scatter.ll | 160 ++++++++++++++++++++++
10 files changed, 229 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 lld.
from e1cefc371 Correct typo in help text
new ced7002eb [WebAssembly] Add seperate Writer::lookupType and Writer::reg [...]
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:
wasm/Writer.cpp | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 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 lldb.
from d32a3c7fa [XCodebuild] Catch up with recent changes (Environment.cpp).
new 74e359fa0 Advanced guessing of rendezvous breakpoint
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:
.../TestBreakpointInGlobalConstructor.py | 16 +--
.../functionalities/load_unload/TestLoadUnload.py | 13 +-
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 149 ++++++++++++++++-----
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 19 ++-
4 files changed, 140 insertions(+), 57 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 0dc649b1f5e [InstCombine] add test to show missed bswap; NFC
new 4f319f2682c [MachineOutliner] Outline ADRPs
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/AArch64/AArch64InstrInfo.cpp | 6 ++++++
test/CodeGen/AArch64/machine-outliner.mir | 5 +++++
2 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.