[llvm-branch-commits] [llvm] df74c00 - [DAGCombiner] Replace static helper function isConstantFPBuildVectorOrConstantFP with the identical version in SelectionDAG. NFC

2021-01-11 Thread Craig Topper via llvm-branch-commits
Author: Craig Topper Date: 2021-01-11T23:41:40-08:00 New Revision: df74c001fa5bd4874d0d88724e6cf726ed552904 URL: https://github.com/llvm/llvm-project/commit/df74c001fa5bd4874d0d88724e6cf726ed552904 DIFF: https://github.com/llvm/llvm-project/commit/df74c001fa5bd4874d0d88724e6cf726ed552904.diff

[llvm-branch-commits] [llvm] f9ef3a6 - [SelectionDAG] Make isConstantIntBuildVectorOrConstantInt and isConstantFPBuildVectorOrConstantFP methods const.

2021-01-11 Thread Craig Topper via llvm-branch-commits
Author: Craig Topper Date: 2021-01-11T23:26:53-08:00 New Revision: f9ef3a60037bffef6bbd2227b24e5cdb322d5eb2 URL: https://github.com/llvm/llvm-project/commit/f9ef3a60037bffef6bbd2227b24e5cdb322d5eb2 DIFF: https://github.com/llvm/llvm-project/commit/f9ef3a60037bffef6bbd2227b24e5cdb322d5eb2.diff

[llvm-branch-commits] [lldb] edde2eb - Add unconditional logging to debugserver for launch/attach processes

2021-01-11 Thread Jason Molenda via llvm-branch-commits
Author: Jason Molenda Date: 2021-01-11T22:17:10-08:00 New Revision: edde2eb1d2093905a2cb6166e6a60f9cc04c2bbc URL: https://github.com/llvm/llvm-project/commit/edde2eb1d2093905a2cb6166e6a60f9cc04c2bbc DIFF: https://github.com/llvm/llvm-project/commit/edde2eb1d2093905a2cb6166e6a60f9cc04c2bbc.diff

[llvm-branch-commits] [llvm] e5b4dba - [llvm] Simplify string comparisons (NFC)

2021-01-11 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-11T18:48:09-08:00 New Revision: e5b4dbab041f6692b8c5286406e2566be87feac9 URL: https://github.com/llvm/llvm-project/commit/e5b4dbab041f6692b8c5286406e2566be87feac9 DIFF: https://github.com/llvm/llvm-project/commit/e5b4dbab041f6692b8c5286406e2566be87feac9.diff

[llvm-branch-commits] [llvm] 8590a3e - [llvm] Use *Set::contains (NFC)

2021-01-11 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-11T18:48:07-08:00 New Revision: 8590a3e3adceff1ff1f606fa68ce4622181ecae2 URL: https://github.com/llvm/llvm-project/commit/8590a3e3adceff1ff1f606fa68ce4622181ecae2 DIFF: https://github.com/llvm/llvm-project/commit/8590a3e3adceff1ff1f606fa68ce4622181ecae2.diff

[llvm-branch-commits] [llvm] 89e8eb9 - [llvm] Use llvm::find_if (NFC)

2021-01-11 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-11T18:48:06-08:00 New Revision: 89e8eb946d89f29cc76ba0a03425b7f7679aca5d URL: https://github.com/llvm/llvm-project/commit/89e8eb946d89f29cc76ba0a03425b7f7679aca5d DIFF: https://github.com/llvm/llvm-project/commit/89e8eb946d89f29cc76ba0a03425b7f7679aca5d.diff

[llvm-branch-commits] [openmp] 0871d6d - [OpenMP] Move memory manager to plugin and make it a common interface

2021-01-11 Thread Shilei Tian via llvm-branch-commits
Author: Shilei Tian Date: 2021-01-11T21:33:42-05:00 New Revision: 0871d6d51648dd2a8009ddff59936ea9e3fe871b URL: https://github.com/llvm/llvm-project/commit/0871d6d51648dd2a8009ddff59936ea9e3fe871b DIFF: https://github.com/llvm/llvm-project/commit/0871d6d51648dd2a8009ddff59936ea9e3fe871b.diff

[llvm-branch-commits] [llvm] 905623b - [NFC][LICM] Minor improvements to debug output

2021-01-11 Thread Quentin Colombet via llvm-branch-commits
Author: Quentin Colombet Date: 2021-01-11T18:02:49-08:00 New Revision: 905623b64df0c865d4dddc4a60aff9751fbaa0e0 URL: https://github.com/llvm/llvm-project/commit/905623b64df0c865d4dddc4a60aff9751fbaa0e0 DIFF:

[llvm-branch-commits] [llvm] 9f8b257 - [WebAssembly] Ensure terminate pads are a single BB

2021-01-11 Thread Heejin Ahn via llvm-branch-commits
Author: Heejin Ahn Date: 2021-01-11T17:54:28-08:00 New Revision: 9f8b25769efa409ffc3b85f1c8043d2fcb4f185e URL: https://github.com/llvm/llvm-project/commit/9f8b25769efa409ffc3b85f1c8043d2fcb4f185e DIFF: https://github.com/llvm/llvm-project/commit/9f8b25769efa409ffc3b85f1c8043d2fcb4f185e.diff

[llvm-branch-commits] [compiler-rt] 70474df - [VE][compiler-rt] Add VE as a target of crt

2021-01-11 Thread Kazushi Marukawa via llvm-branch-commits
Author: Kazushi (Jam) Marukawa Date: 2021-01-12T10:20:21+09:00 New Revision: 70474dfebcd9babf2e3af5fb002b40417fd6cf88 URL: https://github.com/llvm/llvm-project/commit/70474dfebcd9babf2e3af5fb002b40417fd6cf88 DIFF:

[llvm-branch-commits] [llvm] ef50c07 - [JITLink] Add a new PostAllocationPasses list.

2021-01-11 Thread Lang Hames via llvm-branch-commits
Author: Lang Hames Date: 2021-01-12T11:57:07+11:00 New Revision: ef50c07b1fad368f6a8d326b4f73dd531009dca4 URL: https://github.com/llvm/llvm-project/commit/ef50c07b1fad368f6a8d326b4f73dd531009dca4 DIFF: https://github.com/llvm/llvm-project/commit/ef50c07b1fad368f6a8d326b4f73dd531009dca4.diff

[llvm-branch-commits] [mlir] f75f391 - [MLIR][Linalg] Refactor transforms to use linalg::getDynOperands helper

2021-01-11 Thread Rob Suderman via llvm-branch-commits
Author: Rob Suderman Date: 2021-01-11T16:24:59-08:00 New Revision: f75f391fc68c125f908292bd7dcd6a413cfa591b URL: https://github.com/llvm/llvm-project/commit/f75f391fc68c125f908292bd7dcd6a413cfa591b DIFF: https://github.com/llvm/llvm-project/commit/f75f391fc68c125f908292bd7dcd6a413cfa591b.diff

[llvm-branch-commits] [clang] c6ffe4d - [clang] Fix message text for `-Wpointer-sign` to account for plain char

2021-01-11 Thread Hubert Tong via llvm-branch-commits
Author: Hubert Tong Date: 2021-01-11T18:41:14-05:00 New Revision: c6ffe4d76fbf6ae505c0abccaf29017414265e32 URL: https://github.com/llvm/llvm-project/commit/c6ffe4d76fbf6ae505c0abccaf29017414265e32 DIFF: https://github.com/llvm/llvm-project/commit/c6ffe4d76fbf6ae505c0abccaf29017414265e32.diff

[llvm-branch-commits] [clang] f635bcd - NFC: Pre-commit test: -Wpointer-sign with plain char to [un]signed char

2021-01-11 Thread Hubert Tong via llvm-branch-commits
Author: Hubert Tong Date: 2021-01-11T18:41:14-05:00 New Revision: f635bcd16105a0a01eefa2c69a71cd103dedaddd URL: https://github.com/llvm/llvm-project/commit/f635bcd16105a0a01eefa2c69a71cd103dedaddd DIFF: https://github.com/llvm/llvm-project/commit/f635bcd16105a0a01eefa2c69a71cd103dedaddd.diff

[llvm-branch-commits] [llvm] 7470017 - [RISCV] Define the vfclass RVV intrinsics

2021-01-11 Thread Evandro Menezes via llvm-branch-commits
Author: Evandro Menezes Date: 2021-01-11T17:40:09-06:00 New Revision: 7470017f2472411e8e03151b5016d612ac6648dd URL: https://github.com/llvm/llvm-project/commit/7470017f2472411e8e03151b5016d612ac6648dd DIFF:

[llvm-branch-commits] [llvm] 5ccff5a - ADT: Fix pointer comparison UB in SmallVector

2021-01-11 Thread Duncan P. N. Exon Smith via llvm-branch-commits
Author: Duncan P. N. Exon Smith Date: 2021-01-11T15:31:04-08:00 New Revision: 5ccff5aaa68ab789834c4463ce05b05e57593b34 URL: https://github.com/llvm/llvm-project/commit/5ccff5aaa68ab789834c4463ce05b05e57593b34 DIFF:

[llvm-branch-commits] [llvm] ec8a6c1 - [SimplifyCFGPass] iterativelySimplifyCFG(): support lazy DomTreeUpdater

2021-01-11 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-12T02:09:47+03:00 New Revision: ec8a6c11db4102ec249ce90084b3f615c5de15e5 URL: https://github.com/llvm/llvm-project/commit/ec8a6c11db4102ec249ce90084b3f615c5de15e5 DIFF: https://github.com/llvm/llvm-project/commit/ec8a6c11db4102ec249ce90084b3f615c5de15e5.diff

[llvm-branch-commits] [llvm] 81afeac - [SimplifyCFGPass] mergeEmptyReturnBlocks(): skip blocks scheduled for removal as per DomTreeUpdater

2021-01-11 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-12T02:09:47+03:00 New Revision: 81afeacd379f160495718438d6dd5e9b848a169d URL: https://github.com/llvm/llvm-project/commit/81afeacd379f160495718438d6dd5e9b848a169d DIFF: https://github.com/llvm/llvm-project/commit/81afeacd379f160495718438d6dd5e9b848a169d.diff

[llvm-branch-commits] [llvm] 90a92f8 - [NFCI][Utils/Local] removeUnreachableBlocks(): cleanup support for lazy DomTreeUpdater

2021-01-11 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-12T02:09:47+03:00 New Revision: 90a92f8b4d783cb08443a22f0dd2fa3adcb43807 URL: https://github.com/llvm/llvm-project/commit/90a92f8b4d783cb08443a22f0dd2fa3adcb43807 DIFF: https://github.com/llvm/llvm-project/commit/90a92f8b4d783cb08443a22f0dd2fa3adcb43807.diff

[llvm-branch-commits] [llvm] f9ba347 - [SimplifyCFG] FoldValueComparisonIntoPredecessors(): don't insert a DomTree edge if it already exists

2021-01-11 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-12T02:09:47+03:00 New Revision: f9ba34770638389ee9b251f6ab801c7411601c77 URL: https://github.com/llvm/llvm-project/commit/f9ba34770638389ee9b251f6ab801c7411601c77 DIFF: https://github.com/llvm/llvm-project/commit/f9ba34770638389ee9b251f6ab801c7411601c77.diff

[llvm-branch-commits] [llvm] c0de0a1 - [SimplifyCFG] SimplifyBranchOnICmpChain(): don't insert a DomTree edge that already exists

2021-01-11 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-12T02:09:46+03:00 New Revision: c0de0a1b72c08783141c430b583e04e5107ebc0a URL: https://github.com/llvm/llvm-project/commit/c0de0a1b72c08783141c430b583e04e5107ebc0a DIFF: https://github.com/llvm/llvm-project/commit/c0de0a1b72c08783141c430b583e04e5107ebc0a.diff

[llvm-branch-commits] [llvm] c22bc5f - [SimplifyCFG] SwitchToLookupTable(): don't insert a DomTree edge that already exists

2021-01-11 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-12T02:09:46+03:00 New Revision: c22bc5f1f8b295674aa3a62dced8a39ad3d2aa02 URL: https://github.com/llvm/llvm-project/commit/c22bc5f1f8b295674aa3a62dced8a39ad3d2aa02 DIFF: https://github.com/llvm/llvm-project/commit/c22bc5f1f8b295674aa3a62dced8a39ad3d2aa02.diff

[llvm-branch-commits] [llvm] 278a3ea - [RISCV] Use vmv.v.i vd, 0 instead of vmv.v.x vd, x0 for llvm.riscv.vfmv.v.f with 0.0

2021-01-11 Thread Craig Topper via llvm-branch-commits
Author: Craig Topper Date: 2021-01-11T15:08:05-08:00 New Revision: 278a3ea1b27089dbc7060e02f612c8a3bf137bb2 URL: https://github.com/llvm/llvm-project/commit/278a3ea1b27089dbc7060e02f612c8a3bf137bb2 DIFF: https://github.com/llvm/llvm-project/commit/278a3ea1b27089dbc7060e02f612c8a3bf137bb2.diff

[llvm-branch-commits] [mlir] 762ffc9 - Update syntax for tensor and memref types to match parser.

2021-01-11 Thread Mehdi Amini via llvm-branch-commits
Author: Richard Uhler Date: 2021-01-11T22:57:14Z New Revision: 762ffc95550c32606e771b630fcab2e521873419 URL: https://github.com/llvm/llvm-project/commit/762ffc95550c32606e771b630fcab2e521873419 DIFF: https://github.com/llvm/llvm-project/commit/762ffc95550c32606e771b630fcab2e521873419.diff

[llvm-branch-commits] [clang] 0a23fbd - clang: Always pass PowerPC endian information to GNU as

2021-01-11 Thread Nick Desaulniers via llvm-branch-commits
Author: Nathan Chancellor Date: 2021-01-11T14:50:28-08:00 New Revision: 0a23fbd28c7509f2f980946091e6055bf27164d2 URL: https://github.com/llvm/llvm-project/commit/0a23fbd28c7509f2f980946091e6055bf27164d2 DIFF:

[llvm-branch-commits] [openmp] a81c68a - [OpenMP] Take elf_common.c as a interface library

2021-01-11 Thread Shilei Tian via llvm-branch-commits
Author: Shilei Tian Date: 2021-01-11T17:34:26-05:00 New Revision: a81c68ae6be58efa24e2573e155d5ef20260399b URL: https://github.com/llvm/llvm-project/commit/a81c68ae6be58efa24e2573e155d5ef20260399b DIFF: https://github.com/llvm/llvm-project/commit/a81c68ae6be58efa24e2573e155d5ef20260399b.diff

[llvm-branch-commits] [llvm] 32bcfcd - Rename debug linkage name with -funique-internal-linkage-names

2021-01-11 Thread Hongtao Yu via llvm-branch-commits
Author: Hongtao Yu Date: 2021-01-11T13:56:07-08:00 New Revision: 32bcfcda4e28375e5a85268d2acfabcfcc011abf URL: https://github.com/llvm/llvm-project/commit/32bcfcda4e28375e5a85268d2acfabcfcc011abf DIFF: https://github.com/llvm/llvm-project/commit/32bcfcda4e28375e5a85268d2acfabcfcc011abf.diff

[llvm-branch-commits] [clang] b88c8f1 - CGDebugInfo: Delete unused parameters

2021-01-11 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-11T13:39:03-08:00 New Revision: b88c8f1aab527f1aebe612ab6c50a418bff88584 URL: https://github.com/llvm/llvm-project/commit/b88c8f1aab527f1aebe612ab6c50a418bff88584 DIFF: https://github.com/llvm/llvm-project/commit/b88c8f1aab527f1aebe612ab6c50a418bff88584.diff

[llvm-branch-commits] [llvm] 00f773c - [SCCP] Fix misclassified conditions in test (NFC)

2021-01-11 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2021-01-11T22:33:34+01:00 New Revision: 00f773cf424699d8eb31591fdc95e0ca18b2682c URL: https://github.com/llvm/llvm-project/commit/00f773cf424699d8eb31591fdc95e0ca18b2682c DIFF: https://github.com/llvm/llvm-project/commit/00f773cf424699d8eb31591fdc95e0ca18b2682c.diff

[llvm-branch-commits] [llvm] a808d89 - [PredicateInfo] Add test for one unknown condition in and/or (NFC)

2021-01-11 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2021-01-11T22:33:34+01:00 New Revision: a808d89d355c98d7475795e13271beb90e9436cb URL: https://github.com/llvm/llvm-project/commit/a808d89d355c98d7475795e13271beb90e9436cb DIFF: https://github.com/llvm/llvm-project/commit/a808d89d355c98d7475795e13271beb90e9436cb.diff

[llvm-branch-commits] [clang] f4cec70 - Add an assert to CGDebugInfo::getTypeOrNull

2021-01-11 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-11T13:25:20-08:00 New Revision: f4cec703ec8452f9d8b04fae171ba459adf38123 URL: https://github.com/llvm/llvm-project/commit/f4cec703ec8452f9d8b04fae171ba459adf38123 DIFF: https://github.com/llvm/llvm-project/commit/f4cec703ec8452f9d8b04fae171ba459adf38123.diff

[llvm-branch-commits] [clang] 9b222b1 - [c++20] Don't consider string literal operator templates for numeric

2021-01-11 Thread Richard Smith via llvm-branch-commits
Author: Richard Smith Date: 2021-01-11T13:19:00-08:00 New Revision: 9b222b108a2e37eb45d3156ec8554d148d658a8a URL: https://github.com/llvm/llvm-project/commit/9b222b108a2e37eb45d3156ec8554d148d658a8a DIFF: https://github.com/llvm/llvm-project/commit/9b222b108a2e37eb45d3156ec8554d148d658a8a.diff

[llvm-branch-commits] [libc] aefeb5f - [libc][NFC] Make __support/common.h an in tree header.

2021-01-11 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-11T13:10:56-08:00 New Revision: aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a URL: https://github.com/llvm/llvm-project/commit/aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a DIFF:

[llvm-branch-commits] [llvm] 32c073a - [GlobalISel] Map extractelt to G_EXTRACT_VECTOR_ELT

2021-01-11 Thread Bjorn Pettersson via llvm-branch-commits
Author: Bjorn Pettersson Date: 2021-01-11T21:53:56+01:00 New Revision: 32c073acb320db3b22ca76b1e21dd688a70b50e8 URL: https://github.com/llvm/llvm-project/commit/32c073acb320db3b22ca76b1e21dd688a70b50e8 DIFF:

[llvm-branch-commits] [llvm] 288f3fc - [InstCombine] reduce icmp(ashr X, C1), C2 to sign-bit test

2021-01-11 Thread Sanjay Patel via llvm-branch-commits
Author: Sanjay Patel Date: 2021-01-11T15:53:39-05:00 New Revision: 288f3fc5dfee0c51fc00fe10a985f93c505073eb URL: https://github.com/llvm/llvm-project/commit/288f3fc5dfee0c51fc00fe10a985f93c505073eb DIFF: https://github.com/llvm/llvm-project/commit/288f3fc5dfee0c51fc00fe10a985f93c505073eb.diff

[llvm-branch-commits] [mlir] 1107758 - Revert "[mlir][linalg] Support parsing attributes in named op spec"

2021-01-11 Thread Mehdi Amini via llvm-branch-commits
Author: Mehdi Amini Date: 2021-01-11T20:43:42Z New Revision: 110775809ad114e190132290657a86b2c292a878 URL: https://github.com/llvm/llvm-project/commit/110775809ad114e190132290657a86b2c292a878 DIFF: https://github.com/llvm/llvm-project/commit/110775809ad114e190132290657a86b2c292a878.diff LOG:

[llvm-branch-commits] [mlir] cceb1bf - [mlir][CAPI] Introduce standard source layout for mlir-c dialect registration.

2021-01-11 Thread Stella Laurenzo via llvm-branch-commits
Author: Stella Laurenzo Date: 2021-01-11T12:35:49-08:00 New Revision: cceb1bfcbbc4ee2e9cc56b76a4acc4cd52968791 URL: https://github.com/llvm/llvm-project/commit/cceb1bfcbbc4ee2e9cc56b76a4acc4cd52968791 DIFF:

[llvm-branch-commits] [mlir] 53c866c - Enable python bindings for tensor, shape and linalg dialects.

2021-01-11 Thread Stella Laurenzo via llvm-branch-commits
Author: Stella Laurenzo Date: 2021-01-11T12:35:49-08:00 New Revision: 53c866c286a7ca52bd09c7661d4c532ce5c0def8 URL: https://github.com/llvm/llvm-project/commit/53c866c286a7ca52bd09c7661d4c532ce5c0def8 DIFF:

[llvm-branch-commits] [mlir] c1ae378 - [mlir][vector] Add side-effect information to different load/store ops

2021-01-11 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-11T12:34:14-08:00 New Revision: c1ae378205db72cd80a52b85b8474077d1aa5b15 URL: https://github.com/llvm/llvm-project/commit/c1ae378205db72cd80a52b85b8474077d1aa5b15 DIFF: https://github.com/llvm/llvm-project/commit/c1ae378205db72cd80a52b85b8474077d1aa5b15.diff

[llvm-branch-commits] [llvm] 8ad998a - [tools] Mark output of tools as text if it is really text

2021-01-11 Thread Abhina Sreeskantharajan via llvm-branch-commits
Author: Abhina Sreeskantharajan Date: 2021-01-11T15:14:03-05:00 New Revision: 8ad998a6115a8cd59a18ebdd5ec65329e42050e7 URL: https://github.com/llvm/llvm-project/commit/8ad998a6115a8cd59a18ebdd5ec65329e42050e7 DIFF:

[llvm-branch-commits] [llvm] d3ff24c - [ADT] Add makeIntrusiveRefCnt helper function

2021-01-11 Thread Nathan James via llvm-branch-commits
Author: Nathan James Date: 2021-01-11T20:12:53Z New Revision: d3ff24cbf87224b23a0c99c74ed50744711909b2 URL: https://github.com/llvm/llvm-project/commit/d3ff24cbf87224b23a0c99c74ed50744711909b2 DIFF: https://github.com/llvm/llvm-project/commit/d3ff24cbf87224b23a0c99c74ed50744711909b2.diff LOG:

[llvm-branch-commits] [mlir] d79642b - [mlir][IR][NFC] Move the definitions of Complex/Function/Integer/Opaque/TupleType to ODS

2021-01-11 Thread River Riddle via llvm-branch-commits
Author: River Riddle Date: 2021-01-11T12:06:22-08:00 New Revision: d79642b3db1d74524f41d37f78385950158787a4 URL: https://github.com/llvm/llvm-project/commit/d79642b3db1d74524f41d37f78385950158787a4 DIFF: https://github.com/llvm/llvm-project/commit/d79642b3db1d74524f41d37f78385950158787a4.diff

[llvm-branch-commits] [mlir] 2074177 - [mlir][ODS] Add a C++ abstraction for OpBuilders

2021-01-11 Thread River Riddle via llvm-branch-commits
Author: River Riddle Date: 2021-01-11T12:06:22-08:00 New Revision: 207417730134931c7d5bf82e0b16c7757ad05e05 URL: https://github.com/llvm/llvm-project/commit/207417730134931c7d5bf82e0b16c7757ad05e05 DIFF: https://github.com/llvm/llvm-project/commit/207417730134931c7d5bf82e0b16c7757ad05e05.diff

[llvm-branch-commits] [llvm] 72f1f08 - [NFC][AMDGPU] Clarify memory model support for volatile

2021-01-11 Thread Tony Tye via llvm-branch-commits
Author: Tony Tye Date: 2021-01-11T19:59:55Z New Revision: 72f1f084670ed66362ecb7c4079ee372665ce842 URL: https://github.com/llvm/llvm-project/commit/72f1f084670ed66362ecb7c4079ee372665ce842 DIFF: https://github.com/llvm/llvm-project/commit/72f1f084670ed66362ecb7c4079ee372665ce842.diff LOG:

[llvm-branch-commits] [libcxx] 30a7d43 - [libc++] Turn off auto-formatting of generated files. NFC.

2021-01-11 Thread Marek Kurdej via llvm-branch-commits
Author: Marek Kurdej Date: 2021-01-11T20:49:26+01:00 New Revision: 30a7d430e869bb0d8c61efa04f56e4dd2377 URL: https://github.com/llvm/llvm-project/commit/30a7d430e869bb0d8c61efa04f56e4dd2377 DIFF: https://github.com/llvm/llvm-project/commit/30a7d430e869bb0d8c61efa04f56e4dd2377.diff

[llvm-branch-commits] [mlir] 195728c - [mlir] Add structural conversion to async dialect lowering.

2021-01-11 Thread Christian Sigg via llvm-branch-commits
Author: Christian Sigg Date: 2021-01-11T20:36:49+01:00 New Revision: 195728c75aa41d80254175c5d7ac2f881333b139 URL: https://github.com/llvm/llvm-project/commit/195728c75aa41d80254175c5d7ac2f881333b139 DIFF:

[llvm-branch-commits] [llvm] 1027a22 - [SystemZ][z/OS] Fix Permission denied pattern matching

2021-01-11 Thread Abhina Sreeskantharajan via llvm-branch-commits
Author: Abhina Sreeskantharajan Date: 2021-01-11T14:31:27-05:00 New Revision: 1027a22ccd72bb127253cf7d27f528712fa21fa0 URL: https://github.com/llvm/llvm-project/commit/1027a22ccd72bb127253cf7d27f528712fa21fa0 DIFF:

[llvm-branch-commits] [llvm] 43a830e - Introduce new quiet mode and new option handling for -print-changed.

2021-01-11 Thread Jamie Schmeiser via llvm-branch-commits
Author: Jamie Schmeiser Date: 2021-01-11T14:15:18-05:00 New Revision: 43a830ed94180f72533263bb1c40af29510c017a URL: https://github.com/llvm/llvm-project/commit/43a830ed94180f72533263bb1c40af29510c017a DIFF:

[llvm-branch-commits] [clang] d8c6d24 - -funique-internal-linkage-names appends a hex md5hash suffix to the symbol name which is not demangler friendly, convert it to decimal.

2021-01-11 Thread Sriraman Tallam via llvm-branch-commits
Author: Sriraman Tallam Date: 2021-01-11T11:10:29-08:00 New Revision: d8c6d24359f17c55a8966231ef74e8f4b03ad282 URL: https://github.com/llvm/llvm-project/commit/d8c6d24359f17c55a8966231ef74e8f4b03ad282 DIFF:

[llvm-branch-commits] [flang] 47567ca - [flang][openxx][NFC] Remove duplicated function to check required clauses

2021-01-11 Thread via llvm-branch-commits
Author: Valentin Clement Date: 2021-01-11T14:08:51-05:00 New Revision: 47567ca5faca147bcc28bcbbaa6bf448354bb5d4 URL: https://github.com/llvm/llvm-project/commit/47567ca5faca147bcc28bcbbaa6bf448354bb5d4 DIFF:

[llvm-branch-commits] [mlir] 547e3ee - [mlir] Expose MemRef layout in Python bindings

2021-01-11 Thread Alex Zinenko via llvm-branch-commits
Author: Alex Zinenko Date: 2021-01-11T19:57:16+01:00 New Revision: 547e3eef14a8e75a867dfcc6b45cd1f0547d4e07 URL: https://github.com/llvm/llvm-project/commit/547e3eef14a8e75a867dfcc6b45cd1f0547d4e07 DIFF: https://github.com/llvm/llvm-project/commit/547e3eef14a8e75a867dfcc6b45cd1f0547d4e07.diff

[llvm-branch-commits] [mlir] e79bd0b - [mlir] More Python bindings for AffineMap

2021-01-11 Thread Alex Zinenko via llvm-branch-commits
Author: Alex Zinenko Date: 2021-01-11T19:57:15+01:00 New Revision: e79bd0b4f25e68130a2ac273d6508ea322028b61 URL: https://github.com/llvm/llvm-project/commit/e79bd0b4f25e68130a2ac273d6508ea322028b61 DIFF: https://github.com/llvm/llvm-project/commit/e79bd0b4f25e68130a2ac273d6508ea322028b61.diff

[llvm-branch-commits] [mlir] 74628c4 - [mlir] Add Python bindings for AffineExpr

2021-01-11 Thread Alex Zinenko via llvm-branch-commits
Author: Alex Zinenko Date: 2021-01-11T19:57:13+01:00 New Revision: 74628c43053b482f35f0f1e6b4eac743fbe425e5 URL: https://github.com/llvm/llvm-project/commit/74628c43053b482f35f0f1e6b4eac743fbe425e5 DIFF: https://github.com/llvm/llvm-project/commit/74628c43053b482f35f0f1e6b4eac743fbe425e5.diff

[llvm-branch-commits] [llvm] bcec0f2 - [AMDGPU] Deduplicate VOP tablegen asm & ins

2021-01-11 Thread Joe Nash via llvm-branch-commits
Author: Joe Nash Date: 2021-01-11T13:49:26-05:00 New Revision: bcec0f27a2c37b64d5e8b84bbbfa563edae6affe URL: https://github.com/llvm/llvm-project/commit/bcec0f27a2c37b64d5e8b84bbbfa563edae6affe DIFF: https://github.com/llvm/llvm-project/commit/bcec0f27a2c37b64d5e8b84bbbfa563edae6affe.diff

[llvm-branch-commits] [llvm] a902147 - [Hexagon] Custom-widen SETCC's operands

2021-01-11 Thread Krzysztof Parzyszek via llvm-branch-commits
Author: Krzysztof Parzyszek Date: 2021-01-11T12:21:49-06:00 New Revision: a90214760d0414912953e77b5b314be2b8e7df77 URL: https://github.com/llvm/llvm-project/commit/a90214760d0414912953e77b5b314be2b8e7df77 DIFF:

[llvm-branch-commits] [llvm] 1f9c292 - [FastISel] NFC: Clean up unnecessary bookkeeping

2021-01-11 Thread Paul Robinson via llvm-branch-commits
Author: Paul Robinson Date: 2021-01-11T09:40:39-08:00 New Revision: 1f9c29228cecfde9e993cd2818d9cd3119189163 URL: https://github.com/llvm/llvm-project/commit/1f9c29228cecfde9e993cd2818d9cd3119189163 DIFF: https://github.com/llvm/llvm-project/commit/1f9c29228cecfde9e993cd2818d9cd3119189163.diff

[llvm-branch-commits] [llvm] 171771e - [SystemZ] Minor NFC fix in SchedModels.

2021-01-11 Thread Jonas Paulsson via llvm-branch-commits
Author: Jonas Paulsson Date: 2021-01-11T11:38:23-06:00 New Revision: 171771e0780fd5d028a24f8650a11299478df266 URL: https://github.com/llvm/llvm-project/commit/171771e0780fd5d028a24f8650a11299478df266 DIFF:

[llvm-branch-commits] [lld] ac2224c - [ELF] --exclude-libs: localize defined libcall symbols referenced by lto.tmp

2021-01-11 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-11T09:33:22-08:00 New Revision: ac2224c02282039f41294842396cbbe47ea29a23 URL: https://github.com/llvm/llvm-project/commit/ac2224c02282039f41294842396cbbe47ea29a23 DIFF: https://github.com/llvm/llvm-project/commit/ac2224c02282039f41294842396cbbe47ea29a23.diff

[llvm-branch-commits] [llvm] be179b9 - [FastISel] NFC: Remove obsolete -fast-isel-sink-local-values option

2021-01-11 Thread Paul Robinson via llvm-branch-commits
Author: Paul Robinson Date: 2021-01-11T09:32:49-08:00 New Revision: be179b9946f6dfd6e3d957d9f7a6ee992d1f69d2 URL: https://github.com/llvm/llvm-project/commit/be179b9946f6dfd6e3d957d9f7a6ee992d1f69d2 DIFF: https://github.com/llvm/llvm-project/commit/be179b9946f6dfd6e3d957d9f7a6ee992d1f69d2.diff

[llvm-branch-commits] [mlir] c4486cf - [mlir][Linalg] Fix reshape fusion to reshape the outs instead of creating new tensors.

2021-01-11 Thread via llvm-branch-commits
Author: MaheshRavishankar Date: 2021-01-11T09:26:22-08:00 New Revision: c4486cfd556869a837911c7719fb6c36018bbd1f URL: https://github.com/llvm/llvm-project/commit/c4486cfd556869a837911c7719fb6c36018bbd1f DIFF:

[llvm-branch-commits] [mlir] 3d693bd - [mlir][vector] Add memory effects to transfer_read transfer_write ops

2021-01-11 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-11T09:25:37-08:00 New Revision: 3d693bd0bd77fe6f0dd922be374b7ba74739871a URL: https://github.com/llvm/llvm-project/commit/3d693bd0bd77fe6f0dd922be374b7ba74739871a DIFF: https://github.com/llvm/llvm-project/commit/3d693bd0bd77fe6f0dd922be374b7ba74739871a.diff

[llvm-branch-commits] [llvm] 7200d2c - [NFC] Disallow unused prefixes in CodeGen/PowerPC tests.

2021-01-11 Thread Mircea Trofin via llvm-branch-commits
Author: Mircea Trofin Date: 2021-01-11T09:24:52-08:00 New Revision: 7200d2cf0891ef56607fd0336029b33bd4097eed URL: https://github.com/llvm/llvm-project/commit/7200d2cf0891ef56607fd0336029b33bd4097eed DIFF: https://github.com/llvm/llvm-project/commit/7200d2cf0891ef56607fd0336029b33bd4097eed.diff

[llvm-branch-commits] [clang] c15b0e2 - [Clang][Docs] Fix ambiguity in clang-offload-bundler docs

2021-01-11 Thread Scott Linder via llvm-branch-commits
Author: Scott Linder Date: 2021-01-11T17:23:24Z New Revision: c15b0e2229ea04d1c36fafaa1f717f433a995e9a URL: https://github.com/llvm/llvm-project/commit/c15b0e2229ea04d1c36fafaa1f717f433a995e9a DIFF: https://github.com/llvm/llvm-project/commit/c15b0e2229ea04d1c36fafaa1f717f433a995e9a.diff LOG:

[llvm-branch-commits] [mlir] 9c0dc0b - [mlir][Linalg] Fold init_tensor -> linalg.tensor_reshape.

2021-01-11 Thread via llvm-branch-commits
Author: MaheshRavishankar Date: 2021-01-11T09:22:35-08:00 New Revision: 9c0dc0b2c1cc973056237bdd80dbba749941ea63 URL: https://github.com/llvm/llvm-project/commit/9c0dc0b2c1cc973056237bdd80dbba749941ea63 DIFF:

[llvm-branch-commits] [llvm] 4214ca9 - [X86][AVX] Attempt to fold vpermf128(op(x, i), op(y, i)) -> op(vpermf128(x, y), i)

2021-01-11 Thread Simon Pilgrim via llvm-branch-commits
Author: Simon Pilgrim Date: 2021-01-11T16:59:25Z New Revision: 4214ca96145c9487407925b121b85fafb1179209 URL: https://github.com/llvm/llvm-project/commit/4214ca96145c9487407925b121b85fafb1179209 DIFF: https://github.com/llvm/llvm-project/commit/4214ca96145c9487407925b121b85fafb1179209.diff

[llvm-branch-commits] [lld] c161775 - [FastISel] Flush local value map on every instruction

2021-01-11 Thread Paul Robinson via llvm-branch-commits
Author: Paul Robinson Date: 2021-01-11T08:32:36-08:00 New Revision: c161775decddcc86fbbfefd7485a5d0ef5842aec URL: https://github.com/llvm/llvm-project/commit/c161775decddcc86fbbfefd7485a5d0ef5842aec DIFF: https://github.com/llvm/llvm-project/commit/c161775decddcc86fbbfefd7485a5d0ef5842aec.diff

[llvm-branch-commits] [llvm] e5eb5c8 - NFC: Use -LABEL more

2021-01-11 Thread Paul Robinson via llvm-branch-commits
Author: Paul Robinson Date: 2021-01-11T08:14:58-08:00 New Revision: e5eb5c8a7f30ddb01b7e00a010714ac9711f29de URL: https://github.com/llvm/llvm-project/commit/e5eb5c8a7f30ddb01b7e00a010714ac9711f29de DIFF: https://github.com/llvm/llvm-project/commit/e5eb5c8a7f30ddb01b7e00a010714ac9711f29de.diff

[llvm-branch-commits] [clang-tools-extra] 31732e6 - [clangd] Remove ScratchFS from tests

2021-01-11 Thread Nathan James via llvm-branch-commits
Author: Nathan James Date: 2021-01-11T16:14:26Z New Revision: 31732e6f52c8e5e722d3e4cca053db793dae3b8c URL: https://github.com/llvm/llvm-project/commit/31732e6f52c8e5e722d3e4cca053db793dae3b8c DIFF: https://github.com/llvm/llvm-project/commit/31732e6f52c8e5e722d3e4cca053db793dae3b8c.diff LOG:

[llvm-branch-commits] [clang-tools-extra] a2dbf34 - [clangd] Fix -check mode doesn't respect any tidy configs.

2021-01-11 Thread Haojian Wu via llvm-branch-commits
Author: Haojian Wu Date: 2021-01-11T16:43:33+01:00 New Revision: a2dbf3443af79426c80e8a808821236c5a2b305e URL: https://github.com/llvm/llvm-project/commit/a2dbf3443af79426c80e8a808821236c5a2b305e DIFF: https://github.com/llvm/llvm-project/commit/a2dbf3443af79426c80e8a808821236c5a2b305e.diff

[llvm-branch-commits] [llvm] dbd5fa1 - [ARM] Update existing test case with +pauth targets

2021-01-11 Thread Ranjeet Singh via llvm-branch-commits
Author: Ranjeet Singh Date: 2021-01-11T15:39:13Z New Revision: dbd5fa1e75d812ab31b1d71b23f506c2cbc7a93d URL: https://github.com/llvm/llvm-project/commit/dbd5fa1e75d812ab31b1d71b23f506c2cbc7a93d DIFF: https://github.com/llvm/llvm-project/commit/dbd5fa1e75d812ab31b1d71b23f506c2cbc7a93d.diff

[llvm-branch-commits] [llvm] a0f8274 - [X86] Extend lzcnt-cmp tests to test on non-lzcnt targets

2021-01-11 Thread Simon Pilgrim via llvm-branch-commits
Author: Simon Pilgrim Date: 2021-01-11T15:27:08Z New Revision: a0f82749f4f3373ba85de40c69b866081f77abce URL: https://github.com/llvm/llvm-project/commit/a0f82749f4f3373ba85de40c69b866081f77abce DIFF: https://github.com/llvm/llvm-project/commit/a0f82749f4f3373ba85de40c69b866081f77abce.diff

[llvm-branch-commits] [llvm] a46982a - [X86] Add nounwind to lzcnt-cmp tests

2021-01-11 Thread Simon Pilgrim via llvm-branch-commits
Author: Simon Pilgrim Date: 2021-01-11T15:06:38Z New Revision: a46982a25511bd0da82f3f2637912dfd86042929 URL: https://github.com/llvm/llvm-project/commit/a46982a25511bd0da82f3f2637912dfd86042929 DIFF: https://github.com/llvm/llvm-project/commit/a46982a25511bd0da82f3f2637912dfd86042929.diff

[llvm-branch-commits] [mlir] d59ddba - [mlir] Fix gpu-to-llvm lowering for gpu.alloc with dynamic sizes.

2021-01-11 Thread Christian Sigg via llvm-branch-commits
Author: Christian Sigg Date: 2021-01-11T15:55:48+01:00 New Revision: d59ddba777251c59a667d03021900c72f9882a4b URL: https://github.com/llvm/llvm-project/commit/d59ddba777251c59a667d03021900c72f9882a4b DIFF:

[llvm-branch-commits] [clang] 419ef38 - Revert "[attributes] Add a facility for enforcing a Trusted Computing Base."

2021-01-11 Thread Nico Weber via llvm-branch-commits
Author: Nico Weber Date: 2021-01-11T09:51:06-05:00 New Revision: 419ef38a50293c58078f830517f5e305068dbee6 URL: https://github.com/llvm/llvm-project/commit/419ef38a50293c58078f830517f5e305068dbee6 DIFF: https://github.com/llvm/llvm-project/commit/419ef38a50293c58078f830517f5e305068dbee6.diff

[llvm-branch-commits] [llvm] eb0371e - [VPlan] Unify value/recipe printing after VPDef transition.

2021-01-11 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2021-01-11T14:42:46Z New Revision: eb0371e403a67fdb580e24b9911107bfc9a828b3 URL: https://github.com/llvm/llvm-project/commit/eb0371e403a67fdb580e24b9911107bfc9a828b3 DIFF: https://github.com/llvm/llvm-project/commit/eb0371e403a67fdb580e24b9911107bfc9a828b3.diff LOG:

[llvm-branch-commits] [clang] c163aae - [attributes] Add a facility for enforcing a Trusted Computing Base.

2021-01-11 Thread Artem Dergachev via llvm-branch-commits
Author: Artem Dergachev Date: 2021-01-11T06:39:42-08:00 New Revision: c163aae45ef6b7f3bd99601195d3ce4aad5850c6 URL: https://github.com/llvm/llvm-project/commit/c163aae45ef6b7f3bd99601195d3ce4aad5850c6 DIFF:

[llvm-branch-commits] [llvm] 0073582 - [DAGCombiner] Use getVectorElementCount inside visitINSERT_SUBVECTOR

2021-01-11 Thread Joe Ellis via llvm-branch-commits
Author: Joe Ellis Date: 2021-01-11T14:15:11Z New Revision: 007358239decd45819a6fa44eb2a2e07fd85e796 URL: https://github.com/llvm/llvm-project/commit/007358239decd45819a6fa44eb2a2e07fd85e796 DIFF: https://github.com/llvm/llvm-project/commit/007358239decd45819a6fa44eb2a2e07fd85e796.diff LOG:

[llvm-branch-commits] [mlir] 5522547 - [mlir][linalg] Support permutation when lowering to loop nests

2021-01-11 Thread Lei Zhang via llvm-branch-commits
Author: Lei Zhang Date: 2021-01-11T09:13:06-05:00 New Revision: 55225471d9838e452cfb31e0edae6162b7226221 URL: https://github.com/llvm/llvm-project/commit/55225471d9838e452cfb31e0edae6162b7226221 DIFF: https://github.com/llvm/llvm-project/commit/55225471d9838e452cfb31e0edae6162b7226221.diff

[llvm-branch-commits] [mlir] df86f15 - [mlir][linalg] Support parsing attributes in named op spec

2021-01-11 Thread Lei Zhang via llvm-branch-commits
Author: Lei Zhang Date: 2021-01-11T09:05:20-05:00 New Revision: df86f15f0c53c395dac5a14aba08745bc12b9b9b URL: https://github.com/llvm/llvm-project/commit/df86f15f0c53c395dac5a14aba08745bc12b9b9b DIFF: https://github.com/llvm/llvm-project/commit/df86f15f0c53c395dac5a14aba08745bc12b9b9b.diff

[llvm-branch-commits] [flang] 8298ec2 - [flang][driver] Copy input files into a temp dir when testing

2021-01-11 Thread Andrzej Warzynski via llvm-branch-commits
Author: Andrzej Warzynski Date: 2021-01-11T13:54:19Z New Revision: 8298ec2d6299a95d2920cb8ee993ac6c5e604097 URL: https://github.com/llvm/llvm-project/commit/8298ec2d6299a95d2920cb8ee993ac6c5e604097 DIFF: https://github.com/llvm/llvm-project/commit/8298ec2d6299a95d2920cb8ee993ac6c5e604097.diff

[llvm-branch-commits] [mlir] 4c372a3 - [mlir] Make GpuAsyncRegion pass depend on async dialect.

2021-01-11 Thread Christian Sigg via llvm-branch-commits
Author: Christian Sigg Date: 2021-01-11T14:43:07+01:00 New Revision: 4c372a35cd892c0847da45540057447633a31d99 URL: https://github.com/llvm/llvm-project/commit/4c372a35cd892c0847da45540057447633a31d99 DIFF:

[llvm-branch-commits] [mlir] 4fe7b16 - [mlir] Remove unnecessary llvm.mlir.cast in AsyncToLLVM lowering.

2021-01-11 Thread Christian Sigg via llvm-branch-commits
Author: Christian Sigg Date: 2021-01-11T14:41:07+01:00 New Revision: 4fe7b16ae3f48a36967e58ab753381cb34295962 URL: https://github.com/llvm/llvm-project/commit/4fe7b16ae3f48a36967e58ab753381cb34295962 DIFF:

[llvm-branch-commits] [llvm] 6dcf920 - [AMDGPU] Fix a urem combine test to test what it was supposed to

2021-01-11 Thread Jay Foad via llvm-branch-commits
Author: Jay Foad Date: 2021-01-11T13:32:34Z New Revision: 6dcf9207df11f5cdb0126e5c5632e93532642ed9 URL: https://github.com/llvm/llvm-project/commit/6dcf9207df11f5cdb0126e5c5632e93532642ed9 DIFF: https://github.com/llvm/llvm-project/commit/6dcf9207df11f5cdb0126e5c5632e93532642ed9.diff LOG:

[llvm-branch-commits] [llvm] 2e17d9c - [ARM] Add uses for locals introduced for debug messages. NFC.

2021-01-11 Thread Stephan Herhut via llvm-branch-commits
Author: Stephan Herhut Date: 2021-01-11T14:27:28+01:00 New Revision: 2e17d9c0ee7a0ba2aff7dd449005e4d0fd10fe57 URL: https://github.com/llvm/llvm-project/commit/2e17d9c0ee7a0ba2aff7dd449005e4d0fd10fe57 DIFF:

[llvm-branch-commits] [llvm] 8112a25 - [X86][SSE] Add 'vectorized sum' test patterns

2021-01-11 Thread Simon Pilgrim via llvm-branch-commits
Author: Simon Pilgrim Date: 2021-01-11T12:51:18Z New Revision: 8112a2598ce180ab4cd106f154a71e813fc28d91 URL: https://github.com/llvm/llvm-project/commit/8112a2598ce180ab4cd106f154a71e813fc28d91 DIFF: https://github.com/llvm/llvm-project/commit/8112a2598ce180ab4cd106f154a71e813fc28d91.diff

[llvm-branch-commits] [lldb] d36e879 - [lldb] Disable PipeTest.OpenAsReader on windows

2021-01-11 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-11T13:37:49+01:00 New Revision: d36e879c21c9620c9b6a1a8f45afe46379142d2f URL: https://github.com/llvm/llvm-project/commit/d36e879c21c9620c9b6a1a8f45afe46379142d2f DIFF: https://github.com/llvm/llvm-project/commit/d36e879c21c9620c9b6a1a8f45afe46379142d2f.diff

[llvm-branch-commits] [llvm] a5b484c - [obj2yaml][test] - Improve and fix section-group.yaml test.

2021-01-11 Thread Georgii Rymar via llvm-branch-commits
Author: Georgii Rymar Date: 2021-01-11T15:24:21+03:00 New Revision: a5b484c4d41a7452b590a2c1c98dc31f43d3dc1a URL: https://github.com/llvm/llvm-project/commit/a5b484c4d41a7452b590a2c1c98dc31f43d3dc1a DIFF: https://github.com/llvm/llvm-project/commit/a5b484c4d41a7452b590a2c1c98dc31f43d3dc1a.diff

[llvm-branch-commits] [llvm] a94497a - [VPlan] Move initial quote emission from ::print to ::dumpBasicBlock.

2021-01-11 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2021-01-11T12:22:15Z New Revision: a94497a34290bea077398c83d3031179c08ec2e7 URL: https://github.com/llvm/llvm-project/commit/a94497a34290bea077398c83d3031179c08ec2e7 DIFF: https://github.com/llvm/llvm-project/commit/a94497a34290bea077398c83d3031179c08ec2e7.diff LOG:

[llvm-branch-commits] [llvm] a6db7cf - [llvm-readelf/obj] - Index phdrs and relocations from 0 when reporting warnings.

2021-01-11 Thread Georgii Rymar via llvm-branch-commits
Author: Georgii Rymar Date: 2021-01-11T15:13:54+03:00 New Revision: a6db7cf1ce7f3523adb132819c1697a572bdcfde URL: https://github.com/llvm/llvm-project/commit/a6db7cf1ce7f3523adb132819c1697a572bdcfde DIFF: https://github.com/llvm/llvm-project/commit/a6db7cf1ce7f3523adb132819c1697a572bdcfde.diff

[llvm-branch-commits] [clang] 8ea72b3 - [clang][AArch64][SVE] Avoid going through memory for coerced VLST return values

2021-01-11 Thread Joe Ellis via llvm-branch-commits
Author: Joe Ellis Date: 2021-01-11T12:10:59Z New Revision: 8ea72b388734ce660f861e0dfbe53d203e94876a URL: https://github.com/llvm/llvm-project/commit/8ea72b388734ce660f861e0dfbe53d203e94876a DIFF: https://github.com/llvm/llvm-project/commit/8ea72b388734ce660f861e0dfbe53d203e94876a.diff LOG:

[llvm-branch-commits] [llvm] c74751d - [obj2yaml] - Fix the crash in getUniquedSectionName().

2021-01-11 Thread Georgii Rymar via llvm-branch-commits
Author: Georgii Rymar Date: 2021-01-11T15:04:00+03:00 New Revision: c74751d4b5bd8e6753ba8dbc5baa88d7c8929c5c URL: https://github.com/llvm/llvm-project/commit/c74751d4b5bd8e6753ba8dbc5baa88d7c8929c5c DIFF: https://github.com/llvm/llvm-project/commit/c74751d4b5bd8e6753ba8dbc5baa88d7c8929c5c.diff

[llvm-branch-commits] [llvm] d02de13 - [VE] Support additional VMRGW and VMV intrinsic instructions

2021-01-11 Thread Kazushi Marukawa via llvm-branch-commits
Author: Kazushi (Jam) Marukawa Date: 2021-01-11T20:50:31+09:00 New Revision: d02de13932488841eb104ad2a5665fdf7db4026b URL: https://github.com/llvm/llvm-project/commit/d02de13932488841eb104ad2a5665fdf7db4026b DIFF:

[llvm-branch-commits] [llvm] b72ca79 - [VE] Support intrinsic to isnert/extract_subreg of v512i1

2021-01-11 Thread Kazushi Marukawa via llvm-branch-commits
Author: Kazushi (Jam) Marukawa Date: 2021-01-11T20:40:10+09:00 New Revision: b72ca799823e97b94ac0144bb87c094fb2db7324 URL: https://github.com/llvm/llvm-project/commit/b72ca799823e97b94ac0144bb87c094fb2db7324 DIFF:

[llvm-branch-commits] [llvm] 5963229 - [X86][SSE] Add missing SSE test coverage for permute(hop, hop) folds

2021-01-11 Thread Simon Pilgrim via llvm-branch-commits
Author: Simon Pilgrim Date: 2021-01-11T11:29:04Z New Revision: 5963229266303d83b2e9de09bce7e063276e41d0 URL: https://github.com/llvm/llvm-project/commit/5963229266303d83b2e9de09bce7e063276e41d0 DIFF: https://github.com/llvm/llvm-project/commit/5963229266303d83b2e9de09bce7e063276e41d0.diff

[llvm-branch-commits] [llvm] 41bf338 - Revert rGd43a264a5dd3 "Revert "[X86][SSE] Fold unpack(hop(), hop()) -> permute(hop())""

2021-01-11 Thread Simon Pilgrim via llvm-branch-commits
Author: Simon Pilgrim Date: 2021-01-11T11:29:04Z New Revision: 41bf338dd1e7f07c1e89f171ff6d53578f5125be URL: https://github.com/llvm/llvm-project/commit/41bf338dd1e7f07c1e89f171ff6d53578f5125be DIFF: https://github.com/llvm/llvm-project/commit/41bf338dd1e7f07c1e89f171ff6d53578f5125be.diff

[llvm-branch-commits] [llvm] 675be65 - Require chained analyses in BasicAA and AAResults to be transitive

2021-01-11 Thread Bjorn Pettersson via llvm-branch-commits
Author: Bjorn Pettersson Date: 2021-01-11T11:50:07+01:00 New Revision: 675be651062476cd0cd4b491b35c275bb03d7b2c URL: https://github.com/llvm/llvm-project/commit/675be651062476cd0cd4b491b35c275bb03d7b2c DIFF:

[llvm-branch-commits] [llvm] c5be0e0 - [X86] Fix tile register spill issue.

2021-01-11 Thread via llvm-branch-commits
Author: Luo, Yuanke Date: 2021-01-11T18:35:09+08:00 New Revision: c5be0e0cc0e2fca19a5d130b742ae16c66f99111 URL: https://github.com/llvm/llvm-project/commit/c5be0e0cc0e2fca19a5d130b742ae16c66f99111 DIFF: https://github.com/llvm/llvm-project/commit/c5be0e0cc0e2fca19a5d130b742ae16c66f99111.diff

[llvm-branch-commits] [clang-tools-extra] 1677c86 - [clangd] Add metrics for go-to-implementation.

2021-01-11 Thread Haojian Wu via llvm-branch-commits
Author: Haojian Wu Date: 2021-01-11T10:26:50+01:00 New Revision: 1677c86124e5b82a8dbf991f2d5fc450d06db4ad URL: https://github.com/llvm/llvm-project/commit/1677c86124e5b82a8dbf991f2d5fc450d06db4ad DIFF: https://github.com/llvm/llvm-project/commit/1677c86124e5b82a8dbf991f2d5fc450d06db4ad.diff

[llvm-branch-commits] [llvm] 8165a03 - [ARM] Add debug messages for the load store optimizer. NFC

2021-01-11 Thread David Green via llvm-branch-commits
Author: David Green Date: 2021-01-11T09:24:28Z New Revision: 8165a0342033e58ce6090fbc425ebdc7c455469f URL: https://github.com/llvm/llvm-project/commit/8165a0342033e58ce6090fbc425ebdc7c455469f DIFF: https://github.com/llvm/llvm-project/commit/8165a0342033e58ce6090fbc425ebdc7c455469f.diff LOG:

[llvm-branch-commits] [llvm] 40abeb1 - [NFC][InstructionCost] Change LoopVectorizationCostModel::getInstructionCost to return InstructionCost

2021-01-11 Thread David Sherwood via llvm-branch-commits
Author: David Sherwood Date: 2021-01-11T09:22:37Z New Revision: 40abeb11f4584e8a07163d6c7e24011ac45f104c URL: https://github.com/llvm/llvm-project/commit/40abeb11f4584e8a07163d6c7e24011ac45f104c DIFF: https://github.com/llvm/llvm-project/commit/40abeb11f4584e8a07163d6c7e24011ac45f104c.diff

  1   2   >