This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfcd22b [InstCombine] allow icmp (div X, Y), C folds for splat consta [...]
new 8aee946 [InstCombine] allow icmp (shr exact X, C2), C fold for splat [...]
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/InstCombine/InstCombineCompares.cpp | 5 -----
test/Transforms/InstCombine/exact.ll | 4 +---
2 files changed, 1 insertion(+), 8 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 4d1149d [codeview] Add TypeVisitorCallbackPipeline.
new 8cf15c6 AMDGPU: Refactor frame lowering
new 6b025a0 AMDGPU: Use copy instead of mov during frame lowering
new f97e3d8 AMDGPU: Fix introducing stack access on unaligned v16i8
new bfcd22b [InstCombine] allow icmp (div X, Y), C folds for splat consta [...]
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:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 9 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 298 +++++++++++----------
lib/Target/AMDGPU/SIFrameLowering.h | 23 ++
lib/Transforms/InstCombine/InstCombineCompares.cpp | 63 ++---
test/CodeGen/AMDGPU/sext-in-reg-failure-r600.ll | 10 +-
test/CodeGen/AMDGPU/unaligned-load-store.ll | 49 ++++
.../InstCombine/2007-03-21-SignedRangeTest.ll | 5 +-
test/Transforms/InstCombine/div.ll | 15 +-
test/Transforms/InstCombine/exact.ll | 47 ++--
test/Transforms/InstCombine/icmp.ll | 4 +-
10 files changed, 300 insertions(+), 223 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 d3b78e0 GlobalISel: use G_TYPE to annotate physregs with a type.
new 4d1149d [codeview] Add TypeVisitorCallbackPipeline.
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/DebugInfo/CodeView/TypeDeserializer.h | 14 +---
.../CodeView/TypeVisitorCallbackPipeline.h | 83 ++++++++++++++++++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 25 +++++--
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 19 +++--
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 10 ++-
tools/llvm-pdbdump/CodeViewYaml.cpp | 18 +++--
tools/llvm-pdbdump/PdbYaml.cpp | 11 ++-
7 files changed, 149 insertions(+), 31 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
--
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 42247c2 Remove unused variables.
new df42970 Fix an issue where a synthetic child provider could only prov [...]
new a53cf24 Add a data formatter for std::function in libcxx
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:
.../libcxx/{atomic => function}/Makefile | 0
.../TestLibCxxFunction.py} | 18 ++++++++---------
.../libcxx/{atomic => function}/main.cpp | 21 ++++++++++----------
.../TestDataFormatterSynthVal.py | 12 +++++++++--
.../data-formatter-synthval/main.cpp | 12 +++++++++++
source/DataFormatters/TypeFormat.cpp | 17 ++++++++--------
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 2 ++
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 23 ++++++++++++++++++++++
source/Plugins/Language/CPlusPlus/LibCxx.h | 2 ++
9 files changed, 76 insertions(+), 31 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
--
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 054435f Linker script: support VERSION command.
new 081b72b Initialize RelativeRel for AMDGPU.
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/Target.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 51f6082 Don't diagnoes a mismatch between implicit and explicit excep [...]
new c005144 DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inlining
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/Driver/Tools.cpp | 20 ++++++++++++--------
test/Driver/split-debug.c | 7 +++++++
2 files changed, 19 insertions(+), 8 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 8e6ba04 Revert "Driver: use the canonical static library naming"
new 3a4bcdc [codeview] Don't emit vshape info for classes without vfptrs
new 2f0b171 Fix mishandling of deletedness for assignment operators of cl [...]
new 51f6082 Don't diagnoes a mismatch between implicit and explicit excep [...]
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/CodeGen/CGDebugInfo.cpp | 9 +++-
lib/Sema/SemaDeclCXX.cpp | 7 +--
lib/Sema/SemaExceptionSpec.cpp | 2 +-
.../basic.stc.dynamic/p2-noexceptions.cpp | 2 +
test/CXX/basic/basic.stc/basic.stc.dynamic/p2.cpp | 19 ++++++--
test/CXX/special/class.copy/p20.cpp | 3 +-
test/CodeGenCXX/debug-info-ms-vbase.cpp | 54 ++++++++++++++++++++++
7 files changed, 87 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-ms-vbase.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 llvm.
from ebc9efb [InstCombine] change insertRangeTest() to use APInt instead o [...]
new 0d4df2a [WebAssembly] Disable folding of GA+reg into load/store const [...]
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/WebAssembly/WebAssemblyInstrMemory.td | 10 ++-
test/CodeGen/WebAssembly/address-offsets.ll | 84 +++++++++++++-----------
test/CodeGen/WebAssembly/negative-base-reg.ll | 43 ++++++++++++
3 files changed, 91 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/negative-base-reg.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.