This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 99edeba [COFFObjectFile] Ignore broken symbol table
new 67a6032 [LoopVectorizer] Predicate instructions in blocks with severa [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 16 ++-----
test/Transforms/LoopVectorize/if-pred-non-void.ll | 55 +++++++++++++++++++++++
test/Transforms/LoopVectorize/if-pred-stores.ll | 11 +++--
3 files changed, 66 insertions(+), 16 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 90f82fc IntrArgMemOnly is only defined (and current AA machinery only [...]
new 99edeba [COFFObjectFile] Ignore broken symbol table
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/Object/COFF.h | 7 ++++++-
lib/Object/COFFObjectFile.cpp | 8 ++++++--
2 files changed, 12 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 compiler-rt.
from 43044ab Start reifying error descriptions (Re-do of D23672 supporting [...]
new 4d18829 profile: add missing include for Windows
new 85ef4ce stats: define WIN32_LEAN_AND_MEAN when including windows.h
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/profile/WindowsMMap.c | 3 +++
lib/stats/stats_client.cc | 1 +
2 files changed, 4 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 lld.
from b1162a9 [ELF] - Linkerscript: implemented ADDR command.
new bb180d4 [LTO] Fix the logic for dropping unnamed_addr.
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/InputFiles.cpp | 27 ++++++++++-----
ELF/LTO.cpp | 6 ++++
ELF/SymbolTable.cpp | 39 +++++++++++++---------
ELF/SymbolTable.h | 11 +++---
ELF/Symbols.h | 3 ++
.../Inputs/{save-temps.ll => unnamed-addr-drop.ll} | 4 +--
test/ELF/lto/unnamed-addr-drop.ll | 12 +++++++
test/ELF/lto/unnamed-addr-lib.ll | 4 +--
8 files changed, 72 insertions(+), 34 deletions(-)
copy test/ELF/lto/Inputs/{save-temps.ll => unnamed-addr-drop.ll} (74%)
create mode 100644 test/ELF/lto/unnamed-addr-drop.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 b16d4d3 ELFDumper: Unversioned symbols must not have trailing @
new 7ebede9 Re-instate recent RPC updates (r280016, r280017, r280027, r28 [...]
new 90f82fc IntrArgMemOnly is only defined (and current AA machinery only [...]
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/ExecutionEngine/Orc/RPCUtils.h | 236 +++++++++++++++------
include/llvm/IR/Intrinsics.td | 5 +-
.../GVN/2016-08-30-MaskedScatterGather.ll | 42 ++++
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 14 +-
4 files changed, 220 insertions(+), 77 deletions(-)
create mode 100644 test/Transforms/GVN/2016-08-30-MaskedScatterGather.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 a999e7a PR29166: when merging declarations with typedef names for lin [...]
new 4f545d9 [test] Add libLTO as a clang test dependency on Darwin
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:
test/CMakeLists.txt | 4 ++++
1 file changed, 4 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 a55b262 CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang
new b16d4d3 ELFDumper: Unversioned symbols must not have trailing @
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:
test/tools/llvm-readobj/elf-versioninfo.test | 8 ++++----
test/tools/llvm-readobj/mips-got.test | 18 +++++++++---------
tools/llvm-readobj/ELFDumper.cpp | 3 +++
3 files changed, 16 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 lldb.
from 4b0e8c9 Use llvm to do endian conversions.
new eafd0d5 A few minor stylistic cleanups in StringExtractor.
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/lldb/Core/ArchSpec.h | 5 +-
include/lldb/Interpreter/Args.h | 7 +-
include/lldb/Utility/StringExtractor.h | 23 +++---
source/Core/ArchSpec.cpp | 13 ++++
source/Interpreter/Args.cpp | 24 ++++--
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 +-
.../GDBRemoteCommunicationServerCommon.cpp | 5 +-
.../GDBRemoteCommunicationServerLLGS.cpp | 12 +--
source/Utility/StringExtractor.cpp | 90 ++++++++--------------
unittests/Utility/StringExtractorTest.cpp | 38 ++++-----
10 files changed, 107 insertions(+), 114 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.