This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 12cc10f Fix Gold test after r266750 (ModuleLinker: Do not import link [...]
new 4455a13 [DependenceAnalysis] Refactor uses of getConstantPart. 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:
lib/Analysis/DependenceAnalysis.cpp | 57 ++++++++++++++-----------------------
1 file changed, 21 insertions(+), 36 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 5c025fc ModuleLinker: Do not import linkonce/weak as "external_weak"
new 64d3314 IR: Use Optional instead of unique_ptr for Metadata map in Va [...]
new 12cc10f Fix Gold test after r266750 (ModuleLinker: Do not import link [...]
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/IR/ValueMap.h | 4 ++--
test/tools/gold/X86/drop-linkage.ll | 2 +-
test/tools/gold/X86/thinlto_linkonceresolution.ll | 2 +-
3 files changed, 4 insertions(+), 4 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 b7040bb Remove UNSPEC_LOADU and UNSPEC_STOREU
new 46c5738 2016-04-19 Edward Smith-Rowland <3dw4rd(a)verizon.net>
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/include/bits/c++14_warning.h | 6 +++---
2 files changed, 7 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 9507885 Enable ODR uniquing of DITypes in more places
new 75cc051 IR: Use Optional instead of unique_ptr for debug info ODR typ [...]
new 5c025fc ModuleLinker: Do not import linkonce/weak as "external_weak"
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/IR/LLVMContext.cpp | 3 +--
lib/IR/LLVMContextImpl.h | 2 +-
lib/Linker/IRMover.cpp | 3 +--
test/Linker/comdat14.ll | 4 ++--
4 files changed, 5 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 llvm.
from 511eb03 IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC
new 9507885 Enable ODR uniquing of DITypes in more places
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/LTO/ThinLTOCodeGenerator.cpp | 1 +
tools/opt/opt.cpp | 6 ++++++
2 files changed, 7 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 ef55fa5 IR: Require DICompositeType for ODR uniquing type map
new 511eb03 IR: getOrInsertODRUniquedType => DICompositeType::getODRType, 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:
include/llvm/IR/DebugInfoMetadata.h | 17 ++++++++++++++
include/llvm/IR/LLVMContext.h | 11 ---------
lib/AsmParser/LLParser.cpp | 18 +++++++--------
lib/Bitcode/Reader/BitcodeReader.cpp | 43 ++++++++++++++++++++++-------------
lib/IR/DebugInfoMetadata.cpp | 26 +++++++++++++++++++++
lib/IR/LLVMContext.cpp | 6 -----
test/Linker/dicompositetype-unique.ll | 4 ++--
unittests/IR/LLVMContextTest.cpp | 40 ++++++++++++++++++--------------
8 files changed, 104 insertions(+), 61 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 263b547 2016-04-19 Richard Biener <rguenther(a)suse.de>
new b7040bb Remove UNSPEC_LOADU and UNSPEC_STOREU
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/ChangeLog | 178 ++++++++
gcc/config/i386/avx512bwintrin.h | 12 +-
gcc/config/i386/avx512fintrin.h | 36 +-
gcc/config/i386/avx512vlbwintrin.h | 24 +-
gcc/config/i386/avx512vlintrin.h | 48 +-
gcc/config/i386/i386-builtin-types.def | 50 +-
gcc/config/i386/i386.c | 242 +++++-----
gcc/config/i386/sse.md | 504 +--------------------
gcc/testsuite/ChangeLog | 28 ++
.../gcc.target/i386/avx256-unaligned-store-1.c | 6 +-
.../gcc.target/i386/avx256-unaligned-store-2.c | 4 +-
.../gcc.target/i386/avx256-unaligned-store-3.c | 6 +-
.../gcc.target/i386/avx256-unaligned-store-4.c | 7 +-
13 files changed, 436 insertions(+), 709 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 ee5f5d9 [InstCombine][X86] Added extra tests introduced for D17490
new ef55fa5 IR: Require DICompositeType for ODR uniquing type map
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/IR/LLVMContext.h | 14 +++++++-------
lib/AsmParser/LLParser.cpp | 4 ++--
lib/Bitcode/Reader/BitcodeReader.cpp | 4 ++--
lib/IR/LLVMContext.cpp | 5 +++--
lib/IR/LLVMContextImpl.h | 2 +-
unittests/IR/LLVMContextTest.cpp | 12 +++++++-----
6 files changed, 22 insertions(+), 19 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 cbcbdb5 PR c++/70522
new 5edb688 * config/i386/i386.c (ix86_decompose_address): Use lowpart_s [...]
new 263b547 2016-04-19 Richard Biener <rguenther(a)suse.de>
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 | 24 ++++++++++++++++
gcc/config/i386/i386.c | 43 ++++++++++++++-------------
gcc/config/i386/i386.md | 46 +++++++++++++----------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/tree-ssa/pr70171.C | 8 ++++++
gcc/tree-ssa-phiprop.c | 51 ++++++++++++++++++++++++++-------
6 files changed, 119 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr70171.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.