This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4465b12 add test to show multi-use output
new c3d3821 CodeGen: Use MachineInstr& in RegisterScavenging, NFC
new 5475a5b [SLPVectorizer][X86] Added fma vectorization tests
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/CodeGen/RegisterScavenging.cpp | 31 +-
test/Transforms/SLPVectorizer/X86/fma.ll | 562 +++++++++++++++++++++++++++++++
2 files changed, 577 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/fma.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.
Peter Smith pushed a change to branch linaro-local/tls
in repository toolchain/llvm/lld.
discards dfa9efd Support for standard model ARM TLS
adds 9ed3250 -Bsymbolic should not make symbols more preemptable.
adds cf64318 Move demangle() from Symbols.cpp to Strings.cpp.
adds dbd7307 [ELF] Ignore --demangle. We already demangle symbols by default.
adds 5c4ea8e Test --demangle feature.
adds 9eb1a44 [ELF] - Do not error out when version declaration not found w [...]
adds 4ebaa70 Add Thunk support framework for ARM and Mips
adds 317d2a2 Revert R274836 Add Thunk support framework for ARM and Mips
adds 287b179 Recommit R274836 Add Thunk support framework for ARM and Mips
new 2913fd9 Support for standard model ARM TLS
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dfa9efd)
\
N -- N -- N refs/heads/linaro-local/tls (2913fd9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ELF/CMakeLists.txt | 1 +
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/InputSection.cpp | 25 ++-
ELF/InputSection.h | 7 +-
ELF/Options.td | 1 +
ELF/Relocations.cpp | 26 ++-
ELF/Relocations.h | 4 +-
ELF/Strings.cpp | 28 +++
ELF/Strings.h | 5 +
ELF/SymbolTable.cpp | 18 +-
ELF/Symbols.cpp | 71 +++----
ELF/Symbols.h | 15 +-
ELF/Target.cpp | 88 ++++++--
ELF/Target.h | 15 +-
ELF/Thunks.cpp | 251 +++++++++++++++++++++++
ELF/Thunks.h | 55 +++++
test/ELF/arm-mov-relocs.s | 37 ++++
test/ELF/arm-thumb-interwork-thunk.s | 375 +++++++++++++++++++++++++++++++++++
test/ELF/bsymbolic.s | 4 +
test/ELF/conflict.s | 4 +-
test/ELF/verdef-executable.s | 269 +++++++++++++++++++++++++
22 files changed, 1193 insertions(+), 108 deletions(-)
create mode 100644 ELF/Thunks.cpp
create mode 100644 ELF/Thunks.h
create mode 100644 test/ELF/arm-thumb-interwork-thunk.s
create mode 100644 test/ELF/verdef-executable.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 4b4ad23 [X86][AVX] Added combine test that should simplify to insertps
new 161b6ac AMDGPU: Minor adjustment to r274817
new 4465b12 add test to show multi-use output
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/Target/AMDGPU/SILowerControlFlow.cpp | 2 +-
test/Transforms/InstCombine/or.ll | 15 +++++++++++++++
2 files 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 clang.
from 81c08f3 clang/unittests/Analysis/CFGTest.cpp: Appease msc targets wit [...]
new e4ad010 CFGTests: Update libdeps.
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:
unittests/Analysis/CMakeLists.txt | 3 +++
1 file changed, 3 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 ec4eff9 [SystemZ] Add support for the .word directive.
new ed35fda Try to fix compilation error in DebugInfoPDBTests.
new 0be32ac [InstCombine] allow or(sext(A), B) --> A ? -1 : B transform f [...]
new 4b4ad23 [X86][AVX] Added combine test that should simplify to insertps
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 9 +++++----
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 10 ++++++++++
test/Transforms/InstCombine/or.ll | 6 ++----
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 4 +++-
4 files changed, 20 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 libcxx.
from 95a22db [libc++] Check hash before calling __hash_table key_eq function
new df4a22d Implement LWG685 (which is from C++11!). Fixes PR#28421. Not [...]
new faa37d5 Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 har [...]
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/iterator | 125 ++++++++++++++++++++-
.../meta.unary.prop/is_constructible.pass.cpp | 4 +-
2 files changed, 125 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 azanella/deprecate-makedev
in repository glibc.
at 58dc337 Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>
This branch includes the following new commits:
new 050bc98 Minimize sysdeps code involved in defining major/minor/makedev
new c304e80 Add utility macros for clang detection, and deprecation with [...]
new 58dc337 Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>
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 llvm.
from 66a4c6a add vector tests to show missing transform
new fbfe050 [DSE] Minor refactor based on D21007. NFC.
new ec4eff9 [SystemZ] Add support for the .word directive.
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/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 +
lib/Transforms/Scalar/DeadStoreElimination.cpp | 89 +++++++++++++----------
test/MC/{PowerPC/ppc-word.s => SystemZ/word.s} | 16 ++--
3 files changed, 58 insertions(+), 50 deletions(-)
copy test/MC/{PowerPC/ppc-word.s => SystemZ/word.s} (56%)
--
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 83cd1c5 Explicitly export symbols from the sample analyzer plugin
new 81c08f3 clang/unittests/Analysis/CFGTest.cpp: Appease msc targets 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:
unittests/Analysis/CFGTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 a3314a5 PeepholeOptimizer: Make pass name match DEBUG_TYPE
new 700f702 [CodeGen, TargetPassConfig] Remove a race from createRegAllocPass
new 66a4c6a add vector tests to show missing transform
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/CodeGen/TargetPassConfig.cpp | 20 ++++++++++++++------
test/Transforms/InstCombine/or.ll | 22 ++++++++++++++++++++++
2 files changed, 36 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.