This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7af8aec ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
new 3144b3d Remove unnecessary trailing semicolons.
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/ELF/Inputs/archive.s | 4 ++--
test/ELF/Inputs/libsearch-dyn.s | 2 +-
test/ELF/Inputs/libsearch-st.s | 2 +-
test/ELF/Inputs/whole-archive.s | 2 +-
test/ELF/basic-aarch64.s | 2 +-
test/ELF/basic.s | 2 +-
test/ELF/basic32.s | 2 +-
test/ELF/build-id.s | 2 +-
test/ELF/default-output.s | 2 +-
test/ELF/eh-frame-hdr-no-out2.s | 2 +-
test/ELF/eh-frame-hdr.s | 2 +-
test/ELF/emulation.s | 2 +-
test/ELF/init-fini.s | 2 +-
test/ELF/libsearch.s | 2 +-
test/ELF/linkerscript-locationcounter.s | 2 +-
test/ELF/linkerscript-sections.s | 2 +-
test/ELF/linkerscript.s | 2 +-
test/ELF/no-inhibit-exec.s | 2 +-
test/ELF/relocatable-bss.s | 2 +-
test/ELF/strip-all.s | 2 +-
test/ELF/sysroot.s | 2 +-
test/ELF/undefined-opt.s | 2 +-
test/ELF/whole-archive.s | 2 +-
23 files changed, 24 insertions(+), 24 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 4f19679 [X86] Don't assume that MMX extractelts are from index 0.
new 23165ee Fix typo in comment; NFC
new 65bb806 Support "preserving" the summary information when using setMo [...]
new 1ceaa07 Add a test for r267655: Support "preserving" the summary info [...]
new 35f5834 Fix the test from r267656: Support "preserving" the summary i [...]
new 30fc212 [X86] Set AddPristinesAndCSRs to FixupBW LivePhysRegs. NFC.
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:
include/llvm/LTO/LTOCodeGenerator.h | 1 +
lib/LTO/LTOCodeGenerator.cpp | 9 ++++++++-
lib/Target/X86/X86FixupBWInsts.cpp | 3 ++-
lib/Transforms/Scalar/EarlyCSE.cpp | 2 +-
test/LTO/X86/{set-merged.ll => set-merged-thin.ll} | 11 ++++++-----
5 files changed, 18 insertions(+), 8 deletions(-)
copy test/LTO/X86/{set-merged.ll => set-merged-thin.ll} (71%)
--
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 libcxx.
from 85d5622 Apparently XFAIL tests that are supposed to fail to compile c [...]
new d446308 Fix = that should have been == in test. Thanks to STL@microso [...]
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/std/containers/associative/map/compare.pass.cpp | 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 llvm.
from 283390a Detects the SAD pattern on X86 so that much better code will [...]
new 74e636a [X86] Re-enable MMX i32 extractelt combine.
new 4f19679 [X86] Don't assume that MMX extractelts are from index 0.
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/Target/X86/X86ISelLowering.cpp | 17 ++++++---------
test/CodeGen/X86/vec_extract-mmx.ll | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 11 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 6d1c855 [LVI] Add a comment explaining a subtle piece of code
new 283390a Detects the SAD pattern on X86 so that much better code will [...]
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/SelectionDAG/DAGCombiner.cpp | 18 +-
lib/Target/X86/X86ISelLowering.cpp | 136 +++++
test/CodeGen/X86/sad.ll | 973 +++++++++++++++++++++++++++++++
3 files changed, 1120 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/X86/sad.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 9f23dcd [Docs] Try to clarify the concept of domains for noalias scope
new 6d1c855 [LVI] Add a comment explaining a subtle piece of code
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/Analysis/LazyValueInfo.cpp | 38 +++++++++++++++++++++++---------------
1 file changed, 23 insertions(+), 15 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 3b7741b ThinLTO: do not promote GlobalVariable that have a specific section.
new 9f23dcd [Docs] Try to clarify the concept of domains for noalias scope
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:
docs/LangRef.rst | 10 +++++++++-
1 file changed, 9 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 7ec26d4 [MachineInstrBundle] Actually set the PartialDeadDef flag onl [...]
new 82d78c2 [LVI] Reduce compile time by lazily scanning blocks if needed
new 7f794cf [LoopDist] Split main class. NFC
new e69ab0b LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when p [...]
new 3082da8 SLSR: Use UnknownAddressSpace instead of 0 for pure arithmetic.
new 3b7741b ThinLTO: do not promote GlobalVariable that have a specific section.
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:
include/llvm/IR/ModuleSummaryIndex.h | 4 +
lib/Analysis/LazyValueInfo.cpp | 52 +++---
lib/LTO/LTOCodeGenerator.cpp | 67 +++++---
lib/Transforms/IPO/FunctionImport.cpp | 74 ++++++++-
lib/Transforms/Scalar/LoopDistribute.cpp | 182 +++++++++++----------
.../Scalar/StraightLineStrengthReduce.cpp | 4 +-
lib/Transforms/Utils/FunctionImportUtils.cpp | 5 +
test/ThinLTO/X86/Inputs/section.ll | 13 ++
test/ThinLTO/X86/section.ll | 25 +++
.../Transforms/CorrelatedValuePropagation/basic.ll | 22 +++
test/tools/lto/hide-linkonce-odr.ll | 8 +-
11 files changed, 317 insertions(+), 139 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/section.ll
create mode 100644 test/ThinLTO/X86/section.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 820df98 [MachineInstrBundle] Update the comment for PhysRegInfo::DeadDef.
new 7ec26d4 [MachineInstrBundle] Actually set the PartialDeadDef flag onl [...]
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/MachineInstrBundle.cpp | 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 gcc.
from 37229a7 PR c++/66639 - declare __func__ , __FUNCTION__ & __PRETTY_FUN [...]
new 6180904 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.