[llvm-branch-commits] [libcxx] d61805a - [libc++] Fix double file closing in `std::filesystem::remove_all()`.

2022-02-28 Thread Louis Dionne via llvm-branch-commits
Author: Konstantin Varlamov Date: 2022-02-28T12:57:19-05:00 New Revision: d61805a8b6863663754b1d35ad5d3b25c30365cf URL: https://github.com/llvm/llvm-project/commit/d61805a8b6863663754b1d35ad5d3b25c30365cf DIFF: https://github.com/llvm/llvm-project/commit/d61805a8b6863663754b1d35ad5d3b25c30365cf

[llvm-branch-commits] [clang] 8a323ad - [clang][SemaTemplate] Fix a stack use after scope

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Kadir Cetinkaya Date: 2022-02-28T10:49:35-08:00 New Revision: 8a323ada234ba2859942772b446bf2692dadb573 URL: https://github.com/llvm/llvm-project/commit/8a323ada234ba2859942772b446bf2692dadb573 DIFF: https://github.com/llvm/llvm-project/commit/8a323ada234ba2859942772b446bf2692dadb573.dif

[llvm-branch-commits] [clang] aadd03a - [clang][ASTReader] Fix memory leak while reading FriendTemplateDecls

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Kadir Cetinkaya Date: 2022-02-28T10:50:01-08:00 New Revision: aadd03a2accd7af22a9377f5f76b140013f8841d URL: https://github.com/llvm/llvm-project/commit/aadd03a2accd7af22a9377f5f76b140013f8841d DIFF: https://github.com/llvm/llvm-project/commit/aadd03a2accd7af22a9377f5f76b140013f8841d.dif

[llvm-branch-commits] [clang] a2398c5 - [Driver][OpenBSD] Enable unwind tables on all architectures

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Todd Mortimer Date: 2022-02-28T10:50:51-08:00 New Revision: a2398c560144fbf30058c97c93492023d5c50cad URL: https://github.com/llvm/llvm-project/commit/a2398c560144fbf30058c97c93492023d5c50cad DIFF: https://github.com/llvm/llvm-project/commit/a2398c560144fbf30058c97c93492023d5c50cad.diff

[llvm-branch-commits] [llvm] 4fe93c0 - [SLP] Fix assert from non-constant index in insertelement

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Brendon Cahoon Date: 2022-02-28T10:51:21-08:00 New Revision: 4fe93c000b204d4d8a9a458e5eb2d4fabd85ba5e URL: https://github.com/llvm/llvm-project/commit/4fe93c000b204d4d8a9a458e5eb2d4fabd85ba5e DIFF: https://github.com/llvm/llvm-project/commit/4fe93c000b204d4d8a9a458e5eb2d4fabd85ba5e.diff

[llvm-branch-commits] [llvm] 64534d2 - [InstCombine] Bail out of load-store forwarding for scalable vector types

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: David Sherwood Date: 2022-02-28T10:51:43-08:00 New Revision: 64534d2f406c0cb87502b617940cb0d39b7ff489 URL: https://github.com/llvm/llvm-project/commit/64534d2f406c0cb87502b617940cb0d39b7ff489 DIFF: https://github.com/llvm/llvm-project/commit/64534d2f406c0cb87502b617940cb0d39b7ff489.diff

[llvm-branch-commits] [llvm] 5f5b687 - Fix warning introduced by 47eff645d8e873ba531014751c1c06a716a367e9

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: David Sherwood Date: 2022-02-28T10:51:43-08:00 New Revision: 5f5b687460c3b1660e7a8a034ddfc5807fe41a8c URL: https://github.com/llvm/llvm-project/commit/5f5b687460c3b1660e7a8a034ddfc5807fe41a8c DIFF: https://github.com/llvm/llvm-project/commit/5f5b687460c3b1660e7a8a034ddfc5807fe41a8c.diff

[llvm-branch-commits] [libunwind] 61e78c6 - [libunwind] Only include cet.h if __CET__ defined

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2022-02-28T10:52:06-08:00 New Revision: 61e78c64a38ae4a4d1e0ab1fa87d81de830a0162 URL: https://github.com/llvm/llvm-project/commit/61e78c64a38ae4a4d1e0ab1fa87d81de830a0162 DIFF: https://github.com/llvm/llvm-project/commit/61e78c64a38ae4a4d1e0ab1fa87d81de830a0162.diff

[llvm-branch-commits] [llvm] ee0ae47 - [RISCV] Avoid infinite loop between DAGCombiner::visitMUL and RISCVISelLowering::transformAddImmMulImm

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Alex Bradbury Date: 2022-02-28T10:52:32-08:00 New Revision: ee0ae47691d30802ae1eeb056d53886800d3c2fa URL: https://github.com/llvm/llvm-project/commit/ee0ae47691d30802ae1eeb056d53886800d3c2fa DIFF: https://github.com/llvm/llvm-project/commit/ee0ae47691d30802ae1eeb056d53886800d3c2fa.diff

[llvm-branch-commits] [llvm] 03cf88f - [DSE] Extract a common PDT check (NFC)

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2022-02-28T10:53:06-08:00 New Revision: 03cf88fc94da55b989f1c14cb0460777834749c0 URL: https://github.com/llvm/llvm-project/commit/03cf88fc94da55b989f1c14cb0460777834749c0 DIFF: https://github.com/llvm/llvm-project/commit/03cf88fc94da55b989f1c14cb0460777834749c0.diff

[llvm-branch-commits] [llvm] 453361d - [DSE] Fall back to CFG scan for unreachable terminators.

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Florian Hahn Date: 2022-02-28T10:53:06-08:00 New Revision: 453361d5ac0131ca713904bdd87166d429e17612 URL: https://github.com/llvm/llvm-project/commit/453361d5ac0131ca713904bdd87166d429e17612 DIFF: https://github.com/llvm/llvm-project/commit/453361d5ac0131ca713904bdd87166d429e17612.diff

[llvm-branch-commits] [clang] b29813f - [OpenMP] Use executable path when searching for lld

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Joseph Huber Date: 2022-02-28T15:16:01-08:00 New Revision: b29813fbbbaf222d80e422320fe67f4e3c0992be URL: https://github.com/llvm/llvm-project/commit/b29813fbbbaf222d80e422320fe67f4e3c0992be DIFF: https://github.com/llvm/llvm-project/commit/b29813fbbbaf222d80e422320fe67f4e3c0992be.diff

[llvm-branch-commits] [llvm] 4de8e56 - [RISCV] Fix parseBareSymbol to not double-parse top-level operators

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Jessica Clarke Date: 2022-02-28T15:18:17-08:00 New Revision: 4de8e56982784b4eafa7df70662129cb553a5f10 URL: https://github.com/llvm/llvm-project/commit/4de8e56982784b4eafa7df70662129cb553a5f10 DIFF: https://github.com/llvm/llvm-project/commit/4de8e56982784b4eafa7df70662129cb553a5f10.diff

[llvm-branch-commits] [clang] 14c432b - [OpenMP] Add search path for llvm-strip

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Kelvin Li Date: 2022-02-28T15:16:01-08:00 New Revision: 14c432b6a17a9ff447f2adecff4850fb62907aee URL: https://github.com/llvm/llvm-project/commit/14c432b6a17a9ff447f2adecff4850fb62907aee DIFF: https://github.com/llvm/llvm-project/commit/14c432b6a17a9ff447f2adecff4850fb62907aee.diff LOG

[llvm-branch-commits] [mlir] 779871c - [mlir-tblgen] Fix non-deterministic generating static verifier in DRR.

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Chia-hung Duan Date: 2022-02-28T15:19:46-08:00 New Revision: 779871c3515add46508aa2901c838650eb01f2d3 URL: https://github.com/llvm/llvm-project/commit/779871c3515add46508aa2901c838650eb01f2d3 DIFF: https://github.com/llvm/llvm-project/commit/779871c3515add46508aa2901c838650eb01f2d3.diff

[llvm-branch-commits] [clang] 21f87ad - [Driver][NetBSD] -r: imply -nostdlib like GCC

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Brad Smith Date: 2022-02-28T16:19:51-08:00 New Revision: 21f87ad9f590df3f016fa6c738b374b9971fb36e URL: https://github.com/llvm/llvm-project/commit/21f87ad9f590df3f016fa6c738b374b9971fb36e DIFF: https://github.com/llvm/llvm-project/commit/21f87ad9f590df3f016fa6c738b374b9971fb36e.diff LO

[llvm-branch-commits] [clang] e08bab8 - [Driver][DragonFly] -r: imply -nostdlib like GCC

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Brad Smith Date: 2022-02-28T16:21:03-08:00 New Revision: e08bab88c9007a76a61330db3266eaa49ebe5683 URL: https://github.com/llvm/llvm-project/commit/e08bab88c9007a76a61330db3266eaa49ebe5683 DIFF: https://github.com/llvm/llvm-project/commit/e08bab88c9007a76a61330db3266eaa49ebe5683.diff LO

[llvm-branch-commits] [compiler-rt] d09f84a - [compiler-rt] Force ABI to libcxxabi when building cxustom libc++

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Dimitry Andric Date: 2022-02-28T16:53:34-08:00 New Revision: d09f84adff1eb6003eedad1069e22e7d78a54e08 URL: https://github.com/llvm/llvm-project/commit/d09f84adff1eb6003eedad1069e22e7d78a54e08 DIFF: https://github.com/llvm/llvm-project/commit/d09f84adff1eb6003eedad1069e22e7d78a54e08.diff

[llvm-branch-commits] [libunwind] b3e9abd - [libunwind] Further fix for 32-bit PowerPC processors without AltiVec

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: George Koehler Date: 2022-02-28T21:08:16-08:00 New Revision: b3e9abd9683b11e81b7711fd654157b6b81b0509 URL: https://github.com/llvm/llvm-project/commit/b3e9abd9683b11e81b7711fd654157b6b81b0509 DIFF: https://github.com/llvm/llvm-project/commit/b3e9abd9683b11e81b7711fd654157b6b81b0509.diff

[llvm-branch-commits] [llvm] 3d913ec - [llvm] [cmake] Fix finding modern ounit2

2022-02-28 Thread Tom Stellard via llvm-branch-commits
Author: Michał Górny Date: 2022-02-28T21:11:17-08:00 New Revision: 3d913ec923083be7f8baeb3128849949e97b1f43 URL: https://github.com/llvm/llvm-project/commit/3d913ec923083be7f8baeb3128849949e97b1f43 DIFF: https://github.com/llvm/llvm-project/commit/3d913ec923083be7f8baeb3128849949e97b1f43.diff