This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d33fbe4 IR: Enable debug info type ODR uniquing for forward decls
new 1c960f5 [Hexagon] Implement branch relaxation
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/Hexagon/CMakeLists.txt | 1 +
lib/Target/Hexagon/HexagonBranchRelaxation.cpp | 211 +++++++++++++++++++++++++
lib/Target/Hexagon/HexagonTargetMachine.cpp | 3 +
3 files changed, 215 insertions(+)
create mode 100644 lib/Target/Hexagon/HexagonBranchRelaxation.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 901cf1e Allocate memory on cache line if requested
new 9b695ed Tiny C++ cleanups.
new 12133d9 Add noexcept to Filesystem TS operators
new 00d7e7b libstdc++/70609 fix filesystem::copy()
new 06ff63b libstdc++/69703 ignore endianness in codecvt_utf8
The 4 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/pt.c | 2 +-
gcc/cp/semantics.c | 2 +-
libstdc++-v3/ChangeLog | 25 +++++
libstdc++-v3/include/experimental/bits/fs_fwd.h | 42 ++++----
libstdc++-v3/src/c++11/codecvt.cc | 6 +-
libstdc++-v3/src/filesystem/ops.cc | 71 ++++++++----
.../22_locale/codecvt/codecvt_utf8/69703.cc | 103 ++++++++++++++++++
.../22_locale/codecvt/codecvt_utf8_utf16/66855.cc | 27 +++++
.../experimental/filesystem/operations/copy.cc | 120 ++++++++++++++++++---
.../path/native/string.cc} | 52 +++++----
11 files changed, 379 insertions(+), 76 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/69703.cc
copy libstdc++-v3/testsuite/experimental/{memory/shared_ptr/cons/copy_ctor_neg.cc [...]
--
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 46f6a88 Preliminary changes for fixing PR27241. Generalized/restructu [...]
new d33fbe4 IR: Enable debug info type ODR uniquing for forward decls
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 | 53 +++++++++++++++-
lib/AsmParser/LLParser.cpp | 7 +--
lib/Bitcode/Reader/BitcodeReader.cpp | 4 +-
lib/IR/DebugInfoMetadata.cpp | 35 +++++++++++
test/Linker/Inputs/dicompositetype-unique.ll | 4 +-
test/Linker/dicompositetype-unique.ll | 31 +++++++++-
unittests/IR/DebugTypeODRUniquingTest.cpp | 91 ++++++++++++++++++++++++++++
7 files changed, 212 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 80e5a57 [Orc] Add move ops to RPC to satisfy MSVC.
new 67622ea [llvm-pdbdump] Print a better error message when PDB loading fails.
new 8fe60de Linker: Simplify test/Linker/dicompositetype-unique.ll, NFC
new 46f6a88 Preliminary changes for fixing PR27241. Generalized/restructu [...]
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/DebugInfo/PDB/PDBTypes.h | 3 +-
lib/DebugInfo/PDB/DIA/DIASession.cpp | 29 ++++++++-------
lib/DebugInfo/PDB/PDB.cpp | 4 +--
lib/Target/X86/X86CallFrameOptimization.cpp | 56 +++++++++++++++++++----------
test/Linker/dicompositetype-unique.ll | 20 +++++------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 10 ++++--
6 files changed, 75 insertions(+), 47 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 2974be9 [ValueTracking] Improve isImpliedCondition for conditions wit [...]
new 80e5a57 [Orc] Add move ops to RPC to satisfy MSVC.
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/ExecutionEngine/Orc/RPCUtils.h | 23 +++++++++++++++++++++++
1 file changed, 23 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 18d3f58 [Orc] Add pthread dependence to the RPCUtilsTest unit test.
new 2974be9 [ValueTracking] Improve isImpliedCondition for conditions wit [...]
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/ValueTracking.h | 14 +-
lib/Analysis/InstructionSimplify.cpp | 18 +-
lib/Analysis/ValueTracking.cpp | 104 ++++-
lib/Transforms/Scalar/JumpThreading.cpp | 7 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 8 +-
test/Transforms/JumpThreading/implied-cond.ll | 29 ++
.../SimplifyCFG/implied-cond-matching.ll | 478 +++++++++++++++++++++
7 files changed, 636 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/implied-cond-matching.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 llvm.
from 001edd0 Linker: Avoid constructing ValueMap::MDMapT
new d72293f IR: LLVMContextTest => DebugTypeODRUniquingTest, NFC
new 18d3f58 [Orc] Add pthread dependence to the RPCUtilsTest unit test.
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:
unittests/ExecutionEngine/Orc/CMakeLists.txt | 2 ++
unittests/IR/CMakeLists.txt | 2 +-
unittests/IR/{LLVMContextTest.cpp => DebugTypeODRUniquingTest.cpp} | 6 +++---
3 files changed, 6 insertions(+), 4 deletions(-)
rename unittests/IR/{LLVMContextTest.cpp => DebugTypeODRUniquingTest.cpp} (92%)
--
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 hjl/pr69201/gcc-6-branch
in repository gcc.
at 9f07e3b Remove ssememalign
This branch includes the following new commits:
new eadada5 Remove UNSPEC_LOADU and UNSPEC_STOREU
new e47dfd9 Simplify ix86_expand_vector_move_misalign
new 9f07e3b Remove ssememalign
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.
--
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 46c5738 2016-04-19 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 901cf1e Allocate memory on cache line if requested
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:
libitm/ChangeLog | 6 ++++++
libitm/util.cc | 22 ++++++++++++++++------
2 files changed, 22 insertions(+), 6 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 4455a13 [DependenceAnalysis] Refactor uses of getConstantPart. NFC.
new 001edd0 Linker: Avoid constructing ValueMap::MDMapT
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/ValueMap.h | 1 +
lib/Linker/IRMover.cpp | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.