This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4b43489 [modules] Attempt to improve performance for declaration merg [...]
new 2962536 [CrashReproducer] Change module map callback signature. NFC
new c0375b0 [VFS] Add dump methods to the VFS overlay tree
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/clang/Lex/ModuleMap.h | 2 +-
lib/Basic/VirtualFileSystem.cpp | 24 ++++++++++++++++++++++++
lib/Frontend/ModuleDependencyCollector.cpp | 3 +--
lib/Lex/ModuleMap.cpp | 2 +-
4 files changed, 27 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 clang.
from 0a78726 Fix sysroot-prefix.c on Windows (/ vs \).
new 4b43489 [modules] Attempt to improve performance for declaration merg [...]
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/clang/Serialization/ASTReader.h | 11 +++++++++++
lib/Serialization/ASTReader.cpp | 5 +++++
lib/Serialization/ASTReaderDecl.cpp | 9 ++++-----
3 files changed, 20 insertions(+), 5 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 26b4602 DetectDeadLanes: Increase precision when detecting undef inputs
new e6b649c Implement a safer bitcode upgrade for DISubprogram.
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/Bitcode/Reader/BitcodeReader.cpp | 12 +++++++-----
lib/Bitcode/Writer/BitcodeWriter.cpp | 3 ++-
2 files changed, 9 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 f6b5512 Drop error when trying to fallback from PDB to DWARF.
new 950b465 DetectDeadLanes: Cleanup, assert on some impossible cases.
new 26b4602 DetectDeadLanes: Increase precision when detecting undef inputs
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/DetectDeadLanes.cpp | 191 +++++++++++++++-------
test/CodeGen/AMDGPU/detect-dead-lanes.mir | 22 ++-
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll | 6 +-
3 files changed, 153 insertions(+), 66 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 2fae05b cmake: Avoid continue, apparently that's new
new f6b5512 Drop error when trying to fallback from PDB to DWARF.
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/DebugInfo/Symbolize/Symbolize.cpp | 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 815a884 [libFuzzer] add exeprimental -rss_limit_mb flag to fight agai [...]
new b7d8411 Make llvm-pdbdump print CV type records
new a882621 Reapply 267210 with fix for PR27490
new 73d21e4 [ARM] Fix Scavenger assert due to underestimated stack size
new 0580395 [SLPVectorizer][X86] Regenerated SEXT/ZEXT cast vectorization tests
new 2fae05b cmake: Avoid continue, apparently that's new
The 5 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:
cmake/modules/AddLLVM.cmake | 15 +-
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 44 ++---
include/llvm/DebugInfo/CodeView/TypeDumper.h | 7 +
lib/DebugInfo/CodeView/TypeDumper.cpp | 6 +
lib/DebugInfo/PDB/LLVMBuild.txt | 2 +-
lib/Target/ARM/ARMFrameLowering.cpp | 30 +++-
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 18 +-
test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll | 192 +++++++++++++++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 92 +++++++---
test/Transforms/InstCombine/atomic.ll | 61 +++++++
test/Transforms/SLPVectorizer/X86/cast.ll | 102 ++++++++++-
tools/llvm-pdbdump/CMakeLists.txt | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 26 +--
13 files changed, 511 insertions(+), 85 deletions(-)
create mode 100644 test/CodeGen/ARM/2016-05-01-RegScavengerAssert.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 3783c29 LiveIntervalAnalysis: Fix handleMove() extending liverange fo [...]
new 47b984c CMake: generate check targets for lit suites without their ow [...]
new 815a884 [libFuzzer] add exeprimental -rss_limit_mb flag to fight agai [...]
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:
cmake/modules/AddLLVM.cmake | 27 +++++++++++++++++++++------
lib/Fuzzer/FuzzerDriver.cpp | 17 +++++++++++++++++
lib/Fuzzer/FuzzerFlags.def | 2 ++
lib/Fuzzer/FuzzerInternal.h | 1 +
lib/Fuzzer/FuzzerLoop.cpp | 11 +++++++++++
5 files changed, 52 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 bcb4c00 [GVN] PRE of unordered loads
new 3783c29 LiveIntervalAnalysis: Fix handleMove() extending liverange fo [...]
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/CodeGen/LiveIntervalAnalysis.cpp | 9 ++++++---
unittests/MI/LiveIntervalTest.cpp | 11 +++++++++++
2 files changed, 17 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 874ffbe [SLPVectorizer][X86] Added CTPOP/CTLZ/CTTZ vectorization tests
new ffe5d4f [SLPVectorizer][X86] Added BSWAP/BITREVERSE vectorization tests
new bcb4c00 [GVN] PRE of unordered loads
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/Transforms/Scalar/GVN.cpp | 12 +-
test/Transforms/GVN/atomic.ll | 109 +++++
test/Transforms/SLPVectorizer/X86/bitreverse.ll | 621 ++++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/bswap.ll | 313 ++++++++++++
4 files changed, 1047 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/bitreverse.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/bswap.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 lldb.
from a43beb6 debugserver; fix -Wunused-local-typedef, -Wunused-variable warnings
new 368e8e3 Fix LLDB after removal of PDB_ErrorCode
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:
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.