This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 356599a Regenerate test
new 29226b4 Fix MSVC signed/unsigned comparison warnings.
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/IR/Instructions.h | 15 +++++++++------
1 file 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 7733e74 [GlobalISel][X86] support G_FRAME_INDEX instruction selection.
new 9d6e3e4 Regenerate tests to remove duplicated checks
new a67830b Regenerate test
new 356599a Regenerate test
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:
test/CodeGen/X86/avx2-vbroadcast.ll | 359 ++++++++----------------
test/CodeGen/X86/merge-consecutive-loads-128.ll | 14 +-
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 2 +-
3 files changed, 126 insertions(+), 249 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 3d72b70 Split the SimplifyCFG pass into two variants.
new 7733e74 [GlobalISel][X86] support G_FRAME_INDEX instruction selection.
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/X86InstructionSelector.cpp | 26 ++++++++++++++++
lib/Target/X86/X86InstructionSelector.h | 2 ++
lib/Target/X86/X86LegalizerInfo.cpp | 13 ++++++--
lib/Target/X86/X86LegalizerInfo.h | 6 ++--
lib/Target/X86/X86TargetMachine.cpp | 2 +-
.../GlobalISel/frameIndex-instructionselect.mir | 36 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/frameIndex.ll | 30 ++++++++++++++++++
7 files changed, 110 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/frameIndex-instructionselect.mir
create mode 100644 test/CodeGen/X86/GlobalISel/frameIndex.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 c61c2fd Add check for BSD when setting LIB_NAMES for GNU ld
new 3d72b70 Split the SimplifyCFG pass into two variants.
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-c/Transforms/Scalar.h | 3 +
include/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 8 +++
include/llvm/Transforms/Scalar/SimplifyCFG.h | 9 ++-
include/llvm/Transforms/Utils/Local.h | 3 +-
lib/LTO/LTOCodeGenerator.cpp | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +-
lib/Transforms/Scalar/Scalar.cpp | 5 ++
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 76 +++++++++++++++++-----
lib/Transforms/Utils/SimplifyCFG.cpp | 19 ++++--
.../SimplifyCFG/ARM/switch-to-lookup-table.ll | 10 +--
test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 2 +-
.../SimplifyCFG/X86/switch-covered-bug.ll | 2 +-
.../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 2 +-
.../SimplifyCFG/X86/switch_to_lookup_table.ll | 7 +-
test/Transforms/SimplifyCFG/rangereduce.ll | 2 +-
17 files changed, 114 insertions(+), 39 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 627e0f9 [IR] Make SwitchInst::CaseIt almost a normal iterator.
new c61c2fd Add check for BSD when setting LIB_NAMES for GNU ld
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:
tools/llvm-shlib/CMakeLists.txt | 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 lld.
from ee2db16 Remove a redundant local variable.
new f1d3fb3 Sort. NFC.
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 | 177 ++++++++++++++++++++++++++-------------------------
ELF/Relocations.h | 12 ++--
2 files changed, 95 insertions(+), 94 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 aa91452 Inline a function that is used only once.
new deb3d15 Add a comment.
new ee2db16 Remove a redundant local variable.
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:
ELF/Relocations.cpp | 9 ++++++---
ELF/Target.cpp | 2 ++
2 files changed, 8 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 lld.
from fc19891 Remove unused parameter.
new 0fe9999 Add comments and return early.
new bbef723 De-template a few functions in which ELFT is not needed.
new aa91452 Inline a function that is used only once.
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:
ELF/Relocations.cpp | 94 +++++++++++++++++++++++++++++------------------------
1 file changed, 51 insertions(+), 43 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 binutils-gdb.
from 7ed687b Automatic date update in version.in
new f124168 Fix bug with cmn/adds where C flag was incorrectly set.
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:
sim/aarch64/ChangeLog | 5 +++++
sim/aarch64/simulator.c | 2 +-
sim/testsuite/sim/aarch64/ChangeLog | 4 ++++
sim/testsuite/sim/aarch64/adds.s | 17 +++++++++++++++++
4 files changed, 27 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 llvm.
from d7e1b09 [X86] Pull out repeated ScalarValueSizeInBits code. NFCI.
new 627e0f9 [IR] Make SwitchInst::CaseIt almost a normal iterator.
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/IR/Instructions.h | 60 +++++++++++-----------
lib/IR/Instructions.cpp | 4 +-
.../Scalar/CorrelatedValuePropagation.cpp | 13 +++--
lib/Transforms/Utils/Local.cpp | 10 ++--
lib/Transforms/Utils/SimplifyCFG.cpp | 17 +++---
.../Transforms/CorrelatedValuePropagation/basic.ll | 4 +-
6 files changed, 58 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.