This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4379bc4ba12 [PowerPC] Add handling for ColdCC calling convention and a [...]
new e14d8114801 [X86][SSE] Add v4i16 PMULLD tests
new 42c5a95af4e [X86] When legalizing (v64i1 select i8, v64i1, v64i1) make [...]
new 37c809b9801 [utils] Make .cfi_startproc optional for powerpc
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/Target/X86/X86ISelLowering.cpp | 12 +++++++
test/CodeGen/X86/pr35972.ll | 20 +++++++++++
test/CodeGen/X86/slow-pmulld.ll | 72 ++++++++++++++++++++++++++++++++++++++
utils/update_llc_test_checks.py | 2 +-
4 files changed, 105 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/pr35972.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 lld.
from 18ab1279d [ELF] - Stop mixing order of -defsym/-script commands.
new ac3058287 [WebAssembly] Refactor InputChunk.getSize(). 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:
wasm/InputChunks.h | 13 +++++--------
1 file changed, 5 insertions(+), 8 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 65e9fe70e0e [C++/83287] Another overload lookup ice
new c3b989fe982 archive/tar: support stat and device numbers 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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/archive/tar/stat_actime1.go | 2 +-
libgo/go/archive/tar/stat_unix.go | 12 +++++++++++-
3 files changed, 13 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 binutils-gdb.
from ee7f689e15 Fix ChangeLog dates of previous commit
new 5e2db402c8 Unify new_symbol and new_symbol_full
new 685af9cd22 Allocate abbrev_table with new
new fcd3b13d80 Allocate dwarf2_cu with new
new c89b44cdc5 Change dwarf2_cu::method_info to be a std::vector
new 50a820477b Remove objfile argument from add_dyn_prop
new 9e14690d06 Remove symbolp typedef
The 6 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/ChangeLog | 71 +++++++
gdb/dwarf2read.c | 625 ++++++++++++++++++++-----------------------------------
gdb/gdbtypes.c | 8 +-
gdb/gdbtypes.h | 5 +-
4 files changed, 297 insertions(+), 412 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 b2367d131df Fix MSVC "not all control paths return a value" warning.
new 4379bc4ba12 [PowerPC] Add handling for ColdCC calling convention and a [...]
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/Analysis/TargetTransformInfo.h | 9 ++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Target/PowerPC/PPCCallingConv.td | 53 +++++++
lib/Target/PowerPC/PPCFastISel.cpp | 2 +
lib/Target/PowerPC/PPCFrameLowering.cpp | 14 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 17 ++-
lib/Target/PowerPC/PPCRegisterInfo.cpp | 18 +++
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 13 ++
lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +-
lib/Transforms/IPO/GlobalOpt.cpp | 164 ++++++++++++++++++++-
test/CodeGen/PowerPC/coldcc.ll | 46 ++++++
test/CodeGen/PowerPC/coldcc2.ll | 42 ++++++
test/Other/pass-pipelines.ll | 2 +-
.../GlobalOpt/PowerPC/coldcc_coldsites.ll | 81 ++++++++++
.../GlobalOpt}/PowerPC/lit.local.cfg | 0
test/Transforms/GlobalOpt/coldcc_stress_test.ll | 48 ++++++
17 files changed, 504 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/PowerPC/coldcc.ll
create mode 100644 test/CodeGen/PowerPC/coldcc2.ll
create mode 100644 test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll
copy test/{Analysis/CostModel => Transforms/GlobalOpt}/PowerPC/lit.local.cfg (100%)
create mode 100644 test/Transforms/GlobalOpt/coldcc_stress_test.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 clang.
from a3998c587e [Tooling] Don't deduplicate tool results in the All-TUs executor.
new 77ca95f849 [Index] Fix GCC warning again :-(
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:
tools/c-index-test/c-index-test.c | 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 clang-tools-extra.
from 9662ac27 [clang-tidy] Fixing Fuchsia overloaded operator warning message
new 0def3171 [clangd] Deduplicate symbols collected in global-symbol-build [...]
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:
.../global-symbol-builder/GlobalSymbolBuilderMain.cpp | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 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 4ac94a7d394 [ARC] Add missing condition codes.
new b2367d131df Fix MSVC "not all control paths return a value" 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:
tools/llvm-pdbutil/PrettyBuiltinDumper.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 510e5f39cf2 C++: Fix crash in warn_for_memset within templates (PR c++/83814)
new 65e9fe70e0e [C++/83287] Another overload lookup ice
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/cp/ChangeLog | 5 +++++
gcc/cp/init.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lookup/{pr83287.C => pr83287-2.C} | 9 +++++----
4 files changed, 21 insertions(+), 5 deletions(-)
copy gcc/testsuite/g++.dg/lookup/{pr83287.C => pr83287-2.C} (58%)
--
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-7-branch
in repository gcc.
from cb36f3d1200 2018-01-17 Richard Biener <rguenther(a)suse.de>
new e1afa6615f7 PR c++/82760 - memory corruption with aligned new.
new 9a41cc05e50 PR c++/82331 - ICE with variadic partial specialization of auto
new 28ff7d66ee8 PR c++/81843 - ICE with variadic member template.
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:
gcc/cp/ChangeLog | 15 +++++++++++++++
gcc/cp/call.c | 2 ++
gcc/cp/pt.c | 5 +++++
gcc/testsuite/g++.dg/cpp0x/variadic171.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/aligned-new8.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/nontype-auto13.C | 18 ++++++++++++++++++
6 files changed, 71 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic171.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aligned-new8.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto13.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.