This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c6b77e5 [DebugInfo, PDB] Use sparse bitfields for the name map
new 8c4b617 [SimplifyCFG] Don't kill empty cleanuppads with multiple uses
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/Utils/SimplifyCFG.cpp | 5 +++++
test/Transforms/SimplifyCFG/empty-cleanuppad.ll | 24 ++++++++++++++++++++++++
2 files changed, 29 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 f7fa63f Use adjustRelaxExpr for tls relaxations too.
new 812fef1 Implement gd to ie relaxation for aarch64.
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/InputSection.cpp | 4 ++++
ELF/Relocations.cpp | 2 +-
ELF/Relocations.h | 2 ++
ELF/Target.cpp | 46 ++++++++++++++++++++++++++++++++++++++
test/ELF/Inputs/aarch64-tls-gdie.s | 4 ++++
test/ELF/aarch64-tls-gdie.s | 34 ++++++++++++++++++++++++++++
6 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/aarch64-tls-gdie.s
create mode 100644 test/ELF/aarch64-tls-gdie.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 lld.
from 6996ef8 Rename TlsGdToLeSkip.
new f7fa63f Use adjustRelaxExpr for tls relaxations too.
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/InputSection.cpp | 36 ++++++++----------------------------
ELF/Relocations.cpp | 6 ++++--
ELF/Relocations.h | 2 ++
ELF/Target.cpp | 14 ++++++++++++++
4 files changed, 28 insertions(+), 30 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 lld.
from 869ed69 Rename adjustRelaxGotExpr.
new 6996ef8 Rename TlsGdToLeSkip.
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/Relocations.cpp | 2 +-
ELF/Target.cpp | 4 ++--
ELF/Target.h | 2 +-
3 files changed, 4 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 lld.
from 41561f4 Add missing REQUIRES.
new 869ed69 Rename adjustRelaxGotExpr.
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/Relocations.cpp | 2 +-
ELF/Target.cpp | 12 ++++++------
ELF/Target.h | 4 ++--
3 files changed, 9 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 llvm.
from 4239e23 [InstCombine] allow vector constants for cast+icmp fold
new c6b77e5 [DebugInfo, PDB] Use sparse bitfields for the name map
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/PDB/Raw/NameMap.cpp | 33 ++++++++++++---------------------
1 file changed, 12 insertions(+), 21 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 b6dac61 [X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decoding
new 4239e23 [InstCombine] allow vector constants for cast+icmp fold
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 | 2 +-
test/Transforms/InstCombine/cast.ll | 15 +++++++++++----
test/Transforms/InstCombine/signed-comparison.ll | 5 +----
3 files changed, 13 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 llvm.
from a90cde9 [InstCombine] add test for missing vector optimization
new b6dac61 [X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decoding
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/X86/X86MCInstLower.cpp | 34 +++++++++
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 71 ++++++++++++++++++
lib/Target/X86/X86ShuffleDecodeConstantPool.h | 4 ++
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 2 +-
test/CodeGen/X86/xop-mask-comments.ll | 92 ++++++++++++++++++++++--
5 files changed, 198 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 b06c2a4 clean-up; NFC
new a90cde9 [InstCombine] add test for missing vector optimization
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/Transforms/InstCombine/cast.ll | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 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 3106fcb [InstCombine] minimize test case and use FileCheck
new 4a233e3 [InstCombine] add test for missing vector optimization
new b06c2a4 clean-up; NFC
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/InstCombine/InstCombineCompares.cpp | 7 +++----
test/Transforms/InstCombine/signed-comparison.ll | 18 ++++++++++++++++--
2 files changed, 19 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.