[llvm-branch-commits] [llvm] 17970df - [LLVM][SVE] Move ADDVL isel patterns under UseScalarIncVL feature flag. (#71173)

2023-11-03 Thread via llvm-branch-commits
Author: Paul Walker Date: 2023-11-03T13:23:02Z New Revision: 17970df6dca3cf46f0264e94f40eb4ef93ef521f URL: https://github.com/llvm/llvm-project/commit/17970df6dca3cf46f0264e94f40eb4ef93ef521f DIFF: https://github.com/llvm/llvm-project/commit/17970df6dca3cf46f0264e94f40eb4ef93ef521f.diff LOG: [

[llvm-branch-commits] [clang] [HLSL] RWBuffer should not have a default parameter (PR #71265)

2023-11-03 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-hlsl Author: Justin Bogner (bogner) Changes RWBuffer doesn't have a default type in dxc's implementation, so it shouldn't have one in clang either. --- Full diff: https://github.com/llvm/llvm-project/pull/71265.diff 6 Files

[llvm-branch-commits] [openmp] ae1446b - Revert "[OpenMP] Simplify parallel reductions (#70983)"

2023-11-05 Thread via llvm-branch-commits
Author: Shilei Tian Date: 2023-11-05T22:48:55-05:00 New Revision: ae1446bd2c8ee6ed222e43a5aa73b4a5b41a URL: https://github.com/llvm/llvm-project/commit/ae1446bd2c8ee6ed222e43a5aa73b4a5b41a DIFF: https://github.com/llvm/llvm-project/commit/ae1446bd2c8ee6ed222e43a5aa73b4a5b41a.diff L

[llvm-branch-commits] [clang] 40921a2 - Revert "[clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (#71322)"

2023-11-06 Thread via llvm-branch-commits
Author: Vlad Serebrennikov Date: 2023-11-06T17:53:21+04:00 New Revision: 40921a217a4bda5ce739561606a4e16677ee48f5 URL: https://github.com/llvm/llvm-project/commit/40921a217a4bda5ce739561606a4e16677ee48f5 DIFF: https://github.com/llvm/llvm-project/commit/40921a217a4bda5ce739561606a4e16677ee48f5.

[llvm-branch-commits] [clang] 61934f8 - Revert "[Clang] Remove unneeded template keyword (#71435)"

2023-11-06 Thread via llvm-branch-commits
Author: Shafik Yaghmour Date: 2023-11-06T18:22:07-08:00 New Revision: 61934f800bb6d1a987e214bd7424f4dc1c58d4c3 URL: https://github.com/llvm/llvm-project/commit/61934f800bb6d1a987e214bd7424f4dc1c58d4c3 DIFF: https://github.com/llvm/llvm-project/commit/61934f800bb6d1a987e214bd7424f4dc1c58d4c3.dif

[llvm-branch-commits] [llvm] 0eabc6d - Revert "[PM] Execute IndVarSimplifyPass precede RessociatePass (#71054)"

2023-11-07 Thread via llvm-branch-commits
Author: dewen Date: 2023-11-08T09:22:33+08:00 New Revision: 0eabc6dda1ce950387f0b2e5a3bef1c665e3fb20 URL: https://github.com/llvm/llvm-project/commit/0eabc6dda1ce950387f0b2e5a3bef1c665e3fb20 DIFF: https://github.com/llvm/llvm-project/commit/0eabc6dda1ce950387f0b2e5a3bef1c665e3fb20.diff LOG: Re

[llvm-branch-commits] [lldb] 5b740aa - Revert "[lldb] Read Checksum from DWARF line tables (#71458)"

2023-11-09 Thread via llvm-branch-commits
Author: Jonas Devlieghere Date: 2023-11-09T12:42:28-08:00 New Revision: 5b740aafd3631fbe4bbe56cbe9e206da926a3c06 URL: https://github.com/llvm/llvm-project/commit/5b740aafd3631fbe4bbe56cbe9e206da926a3c06 DIFF: https://github.com/llvm/llvm-project/commit/5b740aafd3631fbe4bbe56cbe9e206da926a3c06.d

[llvm-branch-commits] [llvm] 47ee4f6 - Revert "[Support]Look up in top-level subcommand as a fallback when looking options for a custom subcommand. (#71776)"

2023-11-10 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-10T11:40:44-08:00 New Revision: 47ee4f6561fd24615b4d77a0d87b863f9c7eb87a URL: https://github.com/llvm/llvm-project/commit/47ee4f6561fd24615b4d77a0d87b863f9c7eb87a DIFF: https://github.com/llvm/llvm-project/commit/47ee4f6561fd24615b4d77a0d87b863f9c7eb87a.diff

[llvm-branch-commits] [llvm] 63844d6 - Revert "Revert "[Support]Look up in top-level subcommand as a fallback when looking options for a custom subcommand (#71975)"

2023-11-10 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-10T12:44:43-08:00 New Revision: 63844d6f48b99b41894c799baa408e9f83ac7212 URL: https://github.com/llvm/llvm-project/commit/63844d6f48b99b41894c799baa408e9f83ac7212 DIFF: https://github.com/llvm/llvm-project/commit/63844d6f48b99b41894c799baa408e9f83ac7212.diff

[llvm-branch-commits] [llvm] 1a86a5b - Update CommandLineTest.cpp

2023-11-10 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-10T13:09:14-08:00 New Revision: 1a86a5b4493f558b6d4e50aaea46d64539426aa2 URL: https://github.com/llvm/llvm-project/commit/1a86a5b4493f558b6d4e50aaea46d64539426aa2 DIFF: https://github.com/llvm/llvm-project/commit/1a86a5b4493f558b6d4e50aaea46d64539426aa2.diff

[llvm-branch-commits] [llvm] fc33a5a - Apply clang-format chnage.

2023-11-10 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-10T13:59:56-08:00 New Revision: fc33a5a537c2b4feb42104711d4ae84c0363de60 URL: https://github.com/llvm/llvm-project/commit/fc33a5a537c2b4feb42104711d4ae84c0363de60 DIFF: https://github.com/llvm/llvm-project/commit/fc33a5a537c2b4feb42104711d4ae84c0363de60.diff

[llvm-branch-commits] [llvm] [VPlan] Model address separately. (PR #72164)

2023-11-13 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v @llvm/pr-subscribers-llvm-transforms Author: Florian Hahn (fhahn) Changes Move vector pointer generation to a separate VPInstruction opcode. This untangles address computation from the memory recipes future and is also needed to enable exp

[llvm-branch-commits] [llvm] [VPlan] Model address separately. (PR #72164)

2023-11-13 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff d6bceb589aa2ac28f69a691c4b334a7500b91e8a 16968a03c9cdcb67e0f18c038eb0db8052172bca --

[llvm-branch-commits] [llvm] 1445f34 - Revert "[STLExtras] Remove incorrect hack to make indexed_accessor_range operator== compatible with C++20 (#72220)"

2023-11-14 Thread via llvm-branch-commits
Author: Utkarsh Saxena Date: 2023-11-14T16:06:21+01:00 New Revision: 1445f344331e145566c9fae801b096e651966460 URL: https://github.com/llvm/llvm-project/commit/1445f344331e145566c9fae801b096e651966460 DIFF: https://github.com/llvm/llvm-project/commit/1445f344331e145566c9fae801b096e651966460.diff

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/72317 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/72317 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/72317 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] 2e889e7 - Revert "[ELF] Merge verdefIndex into versionId. NFC (#72208)"

2023-11-15 Thread via llvm-branch-commits
Author: Fangrui Song Date: 2023-11-15T23:12:17-08:00 New Revision: 2e889e7e28dacf3ba10d84f8addef0c5f8c46788 URL: https://github.com/llvm/llvm-project/commit/2e889e7e28dacf3ba10d84f8addef0c5f8c46788 DIFF: https://github.com/llvm/llvm-project/commit/2e889e7e28dacf3ba10d84f8addef0c5f8c46788.diff

[llvm-branch-commits] [llvm] ae96c24 - Revert "[MachineSink][AArch64] Enable sink-and-fold by default (#72132)"

2023-11-16 Thread via llvm-branch-commits
Author: Momchil Velikov Date: 2023-11-16T17:04:52Z New Revision: ae96c243a282b644e04f27157ebdf6b384e8f3bd URL: https://github.com/llvm/llvm-project/commit/ae96c243a282b644e04f27157ebdf6b384e8f3bd DIFF: https://github.com/llvm/llvm-project/commit/ae96c243a282b644e04f27157ebdf6b384e8f3bd.diff LO

[llvm-branch-commits] [libcxx] [clang] [compiler-rt] [llvm] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/72534 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [clang] [libcxx] [llvm] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/72534 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [compiler-rt] [clang] [libcxx] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/72534 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] [clang] [libcxx] [compiler-rt] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/72541 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] [compiler-rt] [libcxx] [clang] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/72541 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [clang] [llvm] [libcxx] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/72541 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [Passes] Disable code sinking in InstCombine early on. (PR #72567)

2023-11-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Florian Hahn (fhahn) Changes Sinking instructions very early in the pipeline destroys dereferenceability information, that could be used by other passes, e.g. this can prevent if-conversion by SimplifyCFG. --- Full diff: https:/

[llvm-branch-commits] [flang] 6aee9fb - Revert "[flang][OpenMP] Add semantic check for declare target (#71861)"

2023-11-16 Thread via llvm-branch-commits
Author: Shraiysh Date: 2023-11-16T19:17:41-06:00 New Revision: 6aee9fb123fbad237a6146893a14f82f26b8c71f URL: https://github.com/llvm/llvm-project/commit/6aee9fb123fbad237a6146893a14f82f26b8c71f DIFF: https://github.com/llvm/llvm-project/commit/6aee9fb123fbad237a6146893a14f82f26b8c71f.diff LOG:

[llvm-branch-commits] [llvm] cdfb512 - [MLGO] Remove -tfutils-use-simplelogger flag (#72492)

2023-11-17 Thread via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-16T12:50:46-08:00 New Revision: cdfb51295d814a875925974364931ef4337641e1 URL: https://github.com/llvm/llvm-project/commit/cdfb51295d814a875925974364931ef4337641e1 DIFF: https://github.com/llvm/llvm-project/commit/cdfb51295d814a875925974364931ef4337641e1.diff

[llvm-branch-commits] [clang] b2d62c9 - [clang] Ensure fixed point conversions work in C++ (#68344)

2023-11-17 Thread via llvm-branch-commits
Author: PiJoules Date: 2023-11-16T13:11:15-08:00 New Revision: b2d62c9a58433e2a2ca8d2c9cd6b0b612dca2e76 URL: https://github.com/llvm/llvm-project/commit/b2d62c9a58433e2a2ca8d2c9cd6b0b612dca2e76 DIFF: https://github.com/llvm/llvm-project/commit/b2d62c9a58433e2a2ca8d2c9cd6b0b612dca2e76.diff LOG:

[llvm-branch-commits] [mlir] ff8815e - [mlir][sparse] code cleanup (remove topSort in CodegenEnv). (#72550)

2023-11-17 Thread via llvm-branch-commits
Author: Peiming Liu Date: 2023-11-16T13:21:49-08:00 New Revision: ff8815e597597a319ffde9d18e708040d226bbae URL: https://github.com/llvm/llvm-project/commit/ff8815e597597a319ffde9d18e708040d226bbae DIFF: https://github.com/llvm/llvm-project/commit/ff8815e597597a319ffde9d18e708040d226bbae.diff L

[llvm-branch-commits] [llvm] ac3779e - Enable Custom Lowering for fabs.v8f16 on AVX (#71730)

2023-11-17 Thread via llvm-branch-commits
Author: David Li Date: 2023-11-16T13:47:31-08:00 New Revision: ac3779e92ef9405fd2c602a08e8031f7b8aeedd8 URL: https://github.com/llvm/llvm-project/commit/ac3779e92ef9405fd2c602a08e8031f7b8aeedd8 DIFF: https://github.com/llvm/llvm-project/commit/ac3779e92ef9405fd2c602a08e8031f7b8aeedd8.diff LOG:

[llvm-branch-commits] [llvm] 102f7fc - [llvm] Reduce memory footprint of Debug metadata nodes (#71227)

2023-11-17 Thread via llvm-branch-commits
Author: serge-sans-paille Date: 2023-11-16T21:55:43Z New Revision: 102f7fce8d8251655be5bf6955af33e55bea9c9e URL: https://github.com/llvm/llvm-project/commit/102f7fce8d8251655be5bf6955af33e55bea9c9e DIFF: https://github.com/llvm/llvm-project/commit/102f7fce8d8251655be5bf6955af33e55bea9c9e.diff

[llvm-branch-commits] [lldb] 5f64b94 - Clarify error messages on corefiles that no plugin handles (#72559)

2023-11-17 Thread via llvm-branch-commits
Author: Jason Molenda Date: 2023-11-16T13:58:07-08:00 New Revision: 5f64b940761002efcff04c40d6e882167d05197c URL: https://github.com/llvm/llvm-project/commit/5f64b940761002efcff04c40d6e882167d05197c DIFF: https://github.com/llvm/llvm-project/commit/5f64b940761002efcff04c40d6e882167d05197c.diff

[llvm-branch-commits] [llvm] 066c452 - [AArch64] Add support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs (#72395)

2023-11-17 Thread via llvm-branch-commits
Author: Jonathan Thackray Date: 2023-11-16T22:08:58Z New Revision: 066c4524bc1d91b49048e7f05dc6e045bb3c9eef URL: https://github.com/llvm/llvm-project/commit/066c4524bc1d91b49048e7f05dc6e045bb3c9eef DIFF: https://github.com/llvm/llvm-project/commit/066c4524bc1d91b49048e7f05dc6e045bb3c9eef.diff

[llvm-branch-commits] [lldb] 4639610 - [lldb] Add interface to check if UserExpression::Parse() is cacheable (#66826)

2023-11-17 Thread via llvm-branch-commits
Author: Augusto Noronha Date: 2023-11-16T14:20:14-08:00 New Revision: 46396108deb24564159c441c6e6ebfac26714d7b URL: https://github.com/llvm/llvm-project/commit/46396108deb24564159c441c6e6ebfac26714d7b DIFF: https://github.com/llvm/llvm-project/commit/46396108deb24564159c441c6e6ebfac26714d7b.dif

[llvm-branch-commits] [mlir] ccd923e - [mlir][sparse] code cleanup (remove dead code related to filter loop). (#72573)

2023-11-17 Thread via llvm-branch-commits
Author: Peiming Liu Date: 2023-11-16T14:26:09-08:00 New Revision: ccd923e3cbbb62be565fbe7c401fa9e3eba566f8 URL: https://github.com/llvm/llvm-project/commit/ccd923e3cbbb62be565fbe7c401fa9e3eba566f8 DIFF: https://github.com/llvm/llvm-project/commit/ccd923e3cbbb62be565fbe7c401fa9e3eba566f8.diff L

[llvm-branch-commits] [libcxx] 003a3b0 - [libc++] Fixes lit portability issues. (#72435)

2023-11-17 Thread via llvm-branch-commits
Author: Mark de Wever Date: 2023-11-16T17:56:34-05:00 New Revision: 003a3b04b0889bfb3bd0719f80323f8e879c05fe URL: https://github.com/llvm/llvm-project/commit/003a3b04b0889bfb3bd0719f80323f8e879c05fe DIFF: https://github.com/llvm/llvm-project/commit/003a3b04b0889bfb3bd0719f80323f8e879c05fe.diff

[llvm-branch-commits] [clang] f0ad9ea - [clang-format] Handle lambdas in QualifierAlignment (#72456)

2023-11-17 Thread via llvm-branch-commits
Author: Owen Pan Date: 2023-11-16T15:00:09-08:00 New Revision: f0ad9ea36ad65cec8c5e5d1d59c00192b87f287d URL: https://github.com/llvm/llvm-project/commit/f0ad9ea36ad65cec8c5e5d1d59c00192b87f287d DIFF: https://github.com/llvm/llvm-project/commit/f0ad9ea36ad65cec8c5e5d1d59c00192b87f287d.diff LOG:

[llvm-branch-commits] [llvm] 58a7303 - Revert "[DebugInfo] Make DIArgList inherit from Metadata and always unique (#72147)"

2023-11-17 Thread via llvm-branch-commits
Author: Stephen Tozer Date: 2023-11-17T17:43:34Z New Revision: 58a73039da55c5cb52ae55c5db84e6a6ecab49fc URL: https://github.com/llvm/llvm-project/commit/58a73039da55c5cb52ae55c5db84e6a6ecab49fc DIFF: https://github.com/llvm/llvm-project/commit/58a73039da55c5cb52ae55c5db84e6a6ecab49fc.diff LOG:

[llvm-branch-commits] [llvm] [NFC][msan] Remove unused parameter from getOriginPtrForVAArgument (PR #72687)

2023-11-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Vitaly Buka (vitalybuka) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/72687.diff 1 Files Affected: - (modified) llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp (+5-13) ``diff diff --git

[llvm-branch-commits] [llvm] [compiler-rt] [msan][x86] Fix shadow if vararg overflow beyond kParamTLSSize (PR #72707)

2023-11-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer @llvm/pr-subscribers-llvm-transforms Author: Vitaly Buka (vitalybuka) Changes Caller puts argument shadow one by one into __msan_va_arg_tls, until it reaches kParamTLSSize. After that it still increment OverflowOffset but does not s

[llvm-branch-commits] [compiler-rt] [llvm] [msan][aarch64] Improve argument classification (PR #72728)

2023-11-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Vitaly Buka (vitalybuka) Changes Arm64 use multiple registers (varg slots) to pass arrays. --- Full diff: https://github.com/llvm/llvm-project/pull/72728.diff 3 Files Affected: - (modified) compiler-rt/test/msan/vararg_shadow

[llvm-branch-commits] [compiler-rt] [llvm] [msan][aarch64] Improve argument classification (PR #72728)

2023-11-17 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 76096426dca77bb1ac58c3c7d2f840a2c19b691d f89ff5e38973bfec4ce23799e8ae935e52646a60 --

[llvm-branch-commits] [llvm] 635756e - [X86] Place data in large sections for large code model (#70265)

2023-11-17 Thread via llvm-branch-commits
Author: Arthur Eubanks Date: 2023-11-17T15:47:28-08:00 New Revision: 635756e4f3c5c0d31c11cea7b80108ea38570323 URL: https://github.com/llvm/llvm-project/commit/635756e4f3c5c0d31c11cea7b80108ea38570323 DIFF: https://github.com/llvm/llvm-project/commit/635756e4f3c5c0d31c11cea7b80108ea38570323.diff

[llvm-branch-commits] [mlir] 813aaf3 - [mlir][sparse] stress test BSR (#72712)

2023-11-17 Thread via llvm-branch-commits
Author: Aart Bik Date: 2023-11-17T15:47:38-08:00 New Revision: 813aaf39f94609a46f38f1e3a15a763a2cc0d2cf URL: https://github.com/llvm/llvm-project/commit/813aaf39f94609a46f38f1e3a15a763a2cc0d2cf DIFF: https://github.com/llvm/llvm-project/commit/813aaf39f94609a46f38f1e3a15a763a2cc0d2cf.diff LOG:

[llvm-branch-commits] [llvm] d5ab48e - [AArch64] Simplify legalizer info for G_JUMP_TABLE and G_BRJT. (#71962)

2023-11-17 Thread via llvm-branch-commits
Author: Craig Topper Date: 2023-11-17T16:44:24-08:00 New Revision: d5ab48e583c843393a86a4e166007688baeb1263 URL: https://github.com/llvm/llvm-project/commit/d5ab48e583c843393a86a4e166007688baeb1263 DIFF: https://github.com/llvm/llvm-project/commit/d5ab48e583c843393a86a4e166007688baeb1263.diff

[llvm-branch-commits] [llvm] e7f3509 - [msan][aarch64] Fix cleanup of unused part of overflow area

2023-11-17 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2023-11-17T16:48:05-08:00 New Revision: e7f350951b304f0426832b0b6482c8bedf239c23 URL: https://github.com/llvm/llvm-project/commit/e7f350951b304f0426832b0b6482c8bedf239c23 DIFF: https://github.com/llvm/llvm-project/commit/e7f350951b304f0426832b0b6482c8bedf239c23.diff L

[llvm-branch-commits] [mlir] 9b2aa82 - Revert "[mlir][sparse] stress test BSR (#72712)"

2023-11-17 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2023-11-17T19:06:26-08:00 New Revision: 9b2aa827d44f7cca47b8d8f66e19c023f6df5baf URL: https://github.com/llvm/llvm-project/commit/9b2aa827d44f7cca47b8d8f66e19c023f6df5baf DIFF: https://github.com/llvm/llvm-project/commit/9b2aa827d44f7cca47b8d8f66e19c023f6df5baf.diff L

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-tools-llvm-exegesis Author: Aiden Grossman (boomanaiden154) Changes This patch switches from using MCJIT to LLJIT as MCJIT is going to be deprecated soon. --- Full diff: https://github.com/llvm/llvm-project/pull/72838.diff 3 Files Affected: - (modif

[llvm-branch-commits] [llvm] 7064068 - Revert "[nfc][InstrProfTest]Factor out common code for value profile test (#72611)"

2023-11-20 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-20T15:03:09-08:00 New Revision: 706406843c5cfc4d92e7c78b2ba8ae9b4ec27595 URL: https://github.com/llvm/llvm-project/commit/706406843c5cfc4d92e7c78b2ba8ae9b4ec27595 DIFF: https://github.com/llvm/llvm-project/commit/706406843c5cfc4d92e7c78b2ba8ae9b4ec27595.diff

[llvm-branch-commits] [compiler-rt] [sanitizer_symbolizer] Add MarkupStackTracePrinter (PR #73040)

2023-11-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Andres Villegas (avillega) Changes This PR is part of a stack, #73029 should be merged and reviewed first. Please only review the last commit of this PR. Adds a new Implementation of StackTracePrinter that only emits symbol

[llvm-branch-commits] [flang] e54390f - Revert "[Flang][OpenMP] NFC: Minor refactoring of Reduction lowering code (#70790)"

2023-11-22 Thread via llvm-branch-commits
Author: Kiran Chandramohan Date: 2023-11-22T15:46:50Z New Revision: e54390f62e1c76c1239e9955d498dd8432d63c5f URL: https://github.com/llvm/llvm-project/commit/e54390f62e1c76c1239e9955d498dd8432d63c5f DIFF: https://github.com/llvm/llvm-project/commit/e54390f62e1c76c1239e9955d498dd8432d63c5f.diff

[llvm-branch-commits] [libcxx] e0cbb42 - Remove stray comments.

2023-11-22 Thread via llvm-branch-commits
Author: Louis Dionne Date: 2023-11-22T14:09:22-05:00 New Revision: e0cbb421fc9ecab0077614bf053339dfb57d0012 URL: https://github.com/llvm/llvm-project/commit/e0cbb421fc9ecab0077614bf053339dfb57d0012 DIFF: https://github.com/llvm/llvm-project/commit/e0cbb421fc9ecab0077614bf053339dfb57d0012.diff

[llvm-branch-commits] [mlir] 8e0d4ed - Revert "[mlir] Fix `TileUsingForOp` attr-dict printing/parsing (#72745)"

2023-11-22 Thread via llvm-branch-commits
Author: Felix Schneider Date: 2023-11-22T23:03:27+01:00 New Revision: 8e0d4edb287215cf3b1affca819660a2f440eedf URL: https://github.com/llvm/llvm-project/commit/8e0d4edb287215cf3b1affca819660a2f440eedf DIFF: https://github.com/llvm/llvm-project/commit/8e0d4edb287215cf3b1affca819660a2f440eedf.dif

[llvm-branch-commits] [compiler-rt] [sanitizer_symbolizer] Add initial symbolizer markup support for linux. (PR #73193)

2023-11-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Andres Villegas (avillega) Changes This is part of a stack of PRs to add support for symbolizer markup in linux. You can check the symbolizer markup specification at: https://llvm.org/docs/SymbolizerMarkupFormat.html ---

[llvm-branch-commits] [compiler-rt] [sanitizer_common tests] Add tests for sanitizer symbolzier markup. (PR #73195)

2023-11-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Andres Villegas (avillega) Changes This is part of a stack of PRs to add support for symbolizer markup in linux. Add __sanitizer_print_stack_trace test for sanitizer symbolizer markup. --- Full diff: https://github.com/ll

[llvm-branch-commits] [compiler-rt] [sanitizer_symbolizer] RenderContextual elements for symbolizer markup. (PR #73194)

2023-11-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Andres Villegas (avillega) Changes This is part of a stack of PRs to add support for symbolizer markup in linux. Render contextual symbolizer markup elements. For Fuchsia it is not neccesarry to emit any context given that

[llvm-branch-commits] [llvm] [JumpThreading] Remove LVI printer flag (PR #73426)

2023-11-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: Aiden Grossman (boomanaiden154) Changes This patch removes the -print-lvi-after-jump-threading flag now that we can print everything in the LVI cache using the print pass. --- Full diff: https://github.com/llvm/ll

[llvm-branch-commits] [llvm] Fill 17.x/ReleaseNotes with my works (PR #73461)

2023-11-26 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/73461 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] Fill 17.x/ReleaseNotes with my works (PR #73461)

2023-11-26 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/73461 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Fill 17.x/ReleaseNotes with my works (PR #73461)

2023-11-26 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/73461 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lldb] d4cddc1 - Revert "[LLDB] Add more helper functions to CompilerType class. (#73467)"

2023-11-26 Thread via llvm-branch-commits
Author: cmtice Date: 2023-11-26T16:37:50-08:00 New Revision: d4cddc1a596b60c128996c8f96f63af6fb21506a URL: https://github.com/llvm/llvm-project/commit/d4cddc1a596b60c128996c8f96f63af6fb21506a DIFF: https://github.com/llvm/llvm-project/commit/d4cddc1a596b60c128996c8f96f63af6fb21506a.diff LOG: R

[llvm-branch-commits] [llvm] [LivePhysRegs] Add callee-saved regs from MFI in addLiveOutsNoPristines. (PR #73553)

2023-11-27 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 6f25ae3eec2780bc50d0714b235a400eece1658a 2336350b4e912697a90d0bf269fc95ca8dd4c897 --

[llvm-branch-commits] [compiler-rt] 0e5da2e - [compiler-rt] Fix the HWCAP2_EBF16 and HWCAP2_SVE_EBF16 macro value (#70905)

2023-11-27 Thread via llvm-branch-commits
Author: joyhou-hw Date: 2023-11-23T10:17:55+08:00 New Revision: 0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc URL: https://github.com/llvm/llvm-project/commit/0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc DIFF: https://github.com/llvm/llvm-project/commit/0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc.diff LOG

[llvm-branch-commits] [clang] b16f765 - [LinkerWrapper] Accept some needed lld-link linker arguments for COFF targets (#72889)

2023-11-27 Thread via llvm-branch-commits
Author: Joseph Huber Date: 2023-11-22T20:23:23-06:00 New Revision: b16f765d6fec56a07aecd2056bb1760a9e72d64f URL: https://github.com/llvm/llvm-project/commit/b16f765d6fec56a07aecd2056bb1760a9e72d64f DIFF: https://github.com/llvm/llvm-project/commit/b16f765d6fec56a07aecd2056bb1760a9e72d64f.diff

[llvm-branch-commits] [llvm] 5973272 - [RISCV] Add MinimumJumpTableEntries to TuneInfo (#72963)

2023-11-27 Thread via llvm-branch-commits
Author: Wang Pengcheng Date: 2023-11-23T14:05:23+08:00 New Revision: 5973272af796b33b75467ba8fba8b0a98b42757a URL: https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a DIFF: https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a.diff

[llvm-branch-commits] [clang] 2eb9c64 - [RISCV] Use Float type instead of Half type for Fixed RVV vector type mangling (#73091)

2023-11-27 Thread via llvm-branch-commits
Author: Jianjian Guan Date: 2023-11-23T11:08:27+08:00 New Revision: 2eb9c649f0971aaa05404764d74ee7fff15b83ed URL: https://github.com/llvm/llvm-project/commit/2eb9c649f0971aaa05404764d74ee7fff15b83ed DIFF: https://github.com/llvm/llvm-project/commit/2eb9c649f0971aaa05404764d74ee7fff15b83ed.diff

[llvm-branch-commits] [llvm] 9ab133b - [nfc][InstrProfTest]Parameterize the edge cases of value profile merge by value kind (#73165)

2023-11-27 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-22T21:22:20-08:00 New Revision: 9ab133bd9f9cedb880b453dd830b58857fab41ec URL: https://github.com/llvm/llvm-project/commit/9ab133bd9f9cedb880b453dd830b58857fab41ec DIFF: https://github.com/llvm/llvm-project/commit/9ab133bd9f9cedb880b453dd830b58857fab41ec.diff

[llvm-branch-commits] [flang] 7f18f9a - [flang][openacc][NFC] Merge acc-declare.f90 tests (#73055)

2023-11-27 Thread via llvm-branch-commits
Author: Valentin Clement (バレンタイン クレメン) Date: 2023-11-22T22:19:06-08:00 New Revision: 7f18f9a28c73490d09938af1fdb1908eb333a62c URL: https://github.com/llvm/llvm-project/commit/7f18f9a28c73490d09938af1fdb1908eb333a62c DIFF: https://github.com/llvm/llvm-project/commit/7f18f9a28c73490d09938af1fdb19

[llvm-branch-commits] [clang] 083a539 - clang/CodeGen/RISCV: test lowering of math builtins (#71399)

2023-11-27 Thread via llvm-branch-commits
Author: Ramkumar Ramachandra Date: 2023-11-23T07:39:32Z New Revision: 083a53971758c6f9bbd448eeb9c5d839661e3f68 URL: https://github.com/llvm/llvm-project/commit/083a53971758c6f9bbd448eeb9c5d839661e3f68 DIFF: https://github.com/llvm/llvm-project/commit/083a53971758c6f9bbd448eeb9c5d839661e3f68.dif

[llvm-branch-commits] [clang] 0d2860b - [clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)

2023-11-27 Thread via llvm-branch-commits
Author: serge-sans-paille Date: 2023-11-23T05:38:14Z New Revision: 0d2860b795879f4dd152963b52f969b53b136899 URL: https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899 DIFF: https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899.diff

[llvm-branch-commits] [llvm] 7414c0d - [LoongArch] Precommit a test for smul with overflow (NFC) (#73212)

2023-11-27 Thread via llvm-branch-commits
Author: hev Date: 2023-11-23T15:15:26+08:00 New Revision: 7414c0db962f8a5029fd44c3e0bc93d9ce20be71 URL: https://github.com/llvm/llvm-project/commit/7414c0db962f8a5029fd44c3e0bc93d9ce20be71 DIFF: https://github.com/llvm/llvm-project/commit/7414c0db962f8a5029fd44c3e0bc93d9ce20be71.diff LOG: [Loo

[llvm-branch-commits] [llvm] d76d8e5 - [AMDGPU][NFC] Update GISel memory-legalizer-atomic-fence test (#72829)

2023-11-27 Thread via llvm-branch-commits
Author: Pierre van Houtryve Date: 2023-11-23T09:09:05+01:00 New Revision: d76d8e541dab6d65b2490957707341352eac8320 URL: https://github.com/llvm/llvm-project/commit/d76d8e541dab6d65b2490957707341352eac8320 DIFF: https://github.com/llvm/llvm-project/commit/d76d8e541dab6d65b2490957707341352eac8320

[llvm-branch-commits] [llvm] a3cab1f - [X86][MC] Support encoding/decoding for PUSHP/POPP (#73092)

2023-11-27 Thread via llvm-branch-commits
Author: Shengchen Kan Date: 2023-11-23T16:17:17+08:00 New Revision: a3cab1fa17ebf29b01fcb566648e2f3fb2955993 URL: https://github.com/llvm/llvm-project/commit/a3cab1fa17ebf29b01fcb566648e2f3fb2955993 DIFF: https://github.com/llvm/llvm-project/commit/a3cab1fa17ebf29b01fcb566648e2f3fb2955993.diff

[llvm-branch-commits] [llvm] 147c5d6 - [AArch64] Allow LDR merge with same destination register by renaming (#71908)

2023-11-27 Thread via llvm-branch-commits
Author: Zhaoxuan Jiang Date: 2023-11-23T08:21:27Z New Revision: 147c5d6686b935ecd93f8fa0e2dcf38deb593890 URL: https://github.com/llvm/llvm-project/commit/147c5d6686b935ecd93f8fa0e2dcf38deb593890 DIFF: https://github.com/llvm/llvm-project/commit/147c5d6686b935ecd93f8fa0e2dcf38deb593890.diff LOG

[llvm-branch-commits] [mlir] 6367677 - [mlir][linalg] `BufferizeToAllocationOp`: fix side effects (#72986)

2023-11-27 Thread via llvm-branch-commits
Author: Matthias Springer Date: 2023-11-23T09:22:40+01:00 New Revision: 6367677c9d901f412934b4935c4341dc6d421d36 URL: https://github.com/llvm/llvm-project/commit/6367677c9d901f412934b4935c4341dc6d421d36 DIFF: https://github.com/llvm/llvm-project/commit/6367677c9d901f412934b4935c4341dc6d421d36.d

[llvm-branch-commits] [llvm] 93e1568 - [DAG] Fix a miscompile in insert_subvector undef (insert_subvector undef, ..), idx combine (#73587)

2023-11-27 Thread via llvm-branch-commits
Author: Philip Reames Date: 2023-11-27T16:45:29-08:00 New Revision: 93e156833bfadfbabfa5be2afad4f002c019257f URL: https://github.com/llvm/llvm-project/commit/93e156833bfadfbabfa5be2afad4f002c019257f DIFF: https://github.com/llvm/llvm-project/commit/93e156833bfadfbabfa5be2afad4f002c019257f.diff

[llvm-branch-commits] [mlir] 9a7f4bd - [mlir][arith] doc updates for ub semantics, and int representations (#72932)

2023-11-27 Thread via llvm-branch-commits
Author: Jacob Yu Date: 2023-11-27T19:48:06-05:00 New Revision: 9a7f4bde2489f6529d336998e2c3fe902a1d864a URL: https://github.com/llvm/llvm-project/commit/9a7f4bde2489f6529d336998e2c3fe902a1d864a DIFF: https://github.com/llvm/llvm-project/commit/9a7f4bde2489f6529d336998e2c3fe902a1d864a.diff LOG:

[llvm-branch-commits] [compiler-rt] 0e5da2e - [compiler-rt] Fix the HWCAP2_EBF16 and HWCAP2_SVE_EBF16 macro value (#70905)

2023-11-27 Thread via llvm-branch-commits
Author: joyhou-hw Date: 2023-11-23T10:17:55+08:00 New Revision: 0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc URL: https://github.com/llvm/llvm-project/commit/0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc DIFF: https://github.com/llvm/llvm-project/commit/0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc.diff LOG

[llvm-branch-commits] [clang] b16f765 - [LinkerWrapper] Accept some needed lld-link linker arguments for COFF targets (#72889)

2023-11-27 Thread via llvm-branch-commits
Author: Joseph Huber Date: 2023-11-22T20:23:23-06:00 New Revision: b16f765d6fec56a07aecd2056bb1760a9e72d64f URL: https://github.com/llvm/llvm-project/commit/b16f765d6fec56a07aecd2056bb1760a9e72d64f DIFF: https://github.com/llvm/llvm-project/commit/b16f765d6fec56a07aecd2056bb1760a9e72d64f.diff

[llvm-branch-commits] [compiler-rt] 0e5da2e - [compiler-rt] Fix the HWCAP2_EBF16 and HWCAP2_SVE_EBF16 macro value (#70905)

2023-11-27 Thread via llvm-branch-commits
Author: joyhou-hw Date: 2023-11-23T10:17:55+08:00 New Revision: 0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc URL: https://github.com/llvm/llvm-project/commit/0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc DIFF: https://github.com/llvm/llvm-project/commit/0e5da2eceb89f1e947e8b9b4aa42804e4ea89acc.diff LOG

[llvm-branch-commits] [clang] 2eb9c64 - [RISCV] Use Float type instead of Half type for Fixed RVV vector type mangling (#73091)

2023-11-27 Thread via llvm-branch-commits
Author: Jianjian Guan Date: 2023-11-23T11:08:27+08:00 New Revision: 2eb9c649f0971aaa05404764d74ee7fff15b83ed URL: https://github.com/llvm/llvm-project/commit/2eb9c649f0971aaa05404764d74ee7fff15b83ed DIFF: https://github.com/llvm/llvm-project/commit/2eb9c649f0971aaa05404764d74ee7fff15b83ed.diff

[llvm-branch-commits] [clang] b16f765 - [LinkerWrapper] Accept some needed lld-link linker arguments for COFF targets (#72889)

2023-11-27 Thread via llvm-branch-commits
Author: Joseph Huber Date: 2023-11-22T20:23:23-06:00 New Revision: b16f765d6fec56a07aecd2056bb1760a9e72d64f URL: https://github.com/llvm/llvm-project/commit/b16f765d6fec56a07aecd2056bb1760a9e72d64f DIFF: https://github.com/llvm/llvm-project/commit/b16f765d6fec56a07aecd2056bb1760a9e72d64f.diff

[llvm-branch-commits] [llvm] 9ab133b - [nfc][InstrProfTest]Parameterize the edge cases of value profile merge by value kind (#73165)

2023-11-27 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-22T21:22:20-08:00 New Revision: 9ab133bd9f9cedb880b453dd830b58857fab41ec URL: https://github.com/llvm/llvm-project/commit/9ab133bd9f9cedb880b453dd830b58857fab41ec DIFF: https://github.com/llvm/llvm-project/commit/9ab133bd9f9cedb880b453dd830b58857fab41ec.diff

[llvm-branch-commits] [clang] 2eb9c64 - [RISCV] Use Float type instead of Half type for Fixed RVV vector type mangling (#73091)

2023-11-27 Thread via llvm-branch-commits
Author: Jianjian Guan Date: 2023-11-23T11:08:27+08:00 New Revision: 2eb9c649f0971aaa05404764d74ee7fff15b83ed URL: https://github.com/llvm/llvm-project/commit/2eb9c649f0971aaa05404764d74ee7fff15b83ed DIFF: https://github.com/llvm/llvm-project/commit/2eb9c649f0971aaa05404764d74ee7fff15b83ed.diff

[llvm-branch-commits] [clang] 0d2860b - [clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)

2023-11-27 Thread via llvm-branch-commits
Author: serge-sans-paille Date: 2023-11-23T05:38:14Z New Revision: 0d2860b795879f4dd152963b52f969b53b136899 URL: https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899 DIFF: https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899.diff

[llvm-branch-commits] [llvm] 9ab133b - [nfc][InstrProfTest]Parameterize the edge cases of value profile merge by value kind (#73165)

2023-11-27 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2023-11-22T21:22:20-08:00 New Revision: 9ab133bd9f9cedb880b453dd830b58857fab41ec URL: https://github.com/llvm/llvm-project/commit/9ab133bd9f9cedb880b453dd830b58857fab41ec DIFF: https://github.com/llvm/llvm-project/commit/9ab133bd9f9cedb880b453dd830b58857fab41ec.diff

[llvm-branch-commits] [llvm] 7414c0d - [LoongArch] Precommit a test for smul with overflow (NFC) (#73212)

2023-11-27 Thread via llvm-branch-commits
Author: hev Date: 2023-11-23T15:15:26+08:00 New Revision: 7414c0db962f8a5029fd44c3e0bc93d9ce20be71 URL: https://github.com/llvm/llvm-project/commit/7414c0db962f8a5029fd44c3e0bc93d9ce20be71 DIFF: https://github.com/llvm/llvm-project/commit/7414c0db962f8a5029fd44c3e0bc93d9ce20be71.diff LOG: [Loo

[llvm-branch-commits] [flang] 7f18f9a - [flang][openacc][NFC] Merge acc-declare.f90 tests (#73055)

2023-11-27 Thread via llvm-branch-commits
Author: Valentin Clement (バレンタイン クレメン) Date: 2023-11-22T22:19:06-08:00 New Revision: 7f18f9a28c73490d09938af1fdb1908eb333a62c URL: https://github.com/llvm/llvm-project/commit/7f18f9a28c73490d09938af1fdb1908eb333a62c DIFF: https://github.com/llvm/llvm-project/commit/7f18f9a28c73490d09938af1fdb19

[llvm-branch-commits] [llvm] 5973272 - [RISCV] Add MinimumJumpTableEntries to TuneInfo (#72963)

2023-11-27 Thread via llvm-branch-commits
Author: Wang Pengcheng Date: 2023-11-23T14:05:23+08:00 New Revision: 5973272af796b33b75467ba8fba8b0a98b42757a URL: https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a DIFF: https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a.diff

[llvm-branch-commits] [clang] 0d2860b - [clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)

2023-11-27 Thread via llvm-branch-commits
Author: serge-sans-paille Date: 2023-11-23T05:38:14Z New Revision: 0d2860b795879f4dd152963b52f969b53b136899 URL: https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899 DIFF: https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899.diff

[llvm-branch-commits] [llvm] 5973272 - [RISCV] Add MinimumJumpTableEntries to TuneInfo (#72963)

2023-11-27 Thread via llvm-branch-commits
Author: Wang Pengcheng Date: 2023-11-23T14:05:23+08:00 New Revision: 5973272af796b33b75467ba8fba8b0a98b42757a URL: https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a DIFF: https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a.diff

[llvm-branch-commits] [flang] 7f18f9a - [flang][openacc][NFC] Merge acc-declare.f90 tests (#73055)

2023-11-27 Thread via llvm-branch-commits
Author: Valentin Clement (バレンタイン クレメン) Date: 2023-11-22T22:19:06-08:00 New Revision: 7f18f9a28c73490d09938af1fdb1908eb333a62c URL: https://github.com/llvm/llvm-project/commit/7f18f9a28c73490d09938af1fdb1908eb333a62c DIFF: https://github.com/llvm/llvm-project/commit/7f18f9a28c73490d09938af1fdb19

[llvm-branch-commits] [llvm] 7414c0d - [LoongArch] Precommit a test for smul with overflow (NFC) (#73212)

2023-11-27 Thread via llvm-branch-commits
Author: hev Date: 2023-11-23T15:15:26+08:00 New Revision: 7414c0db962f8a5029fd44c3e0bc93d9ce20be71 URL: https://github.com/llvm/llvm-project/commit/7414c0db962f8a5029fd44c3e0bc93d9ce20be71 DIFF: https://github.com/llvm/llvm-project/commit/7414c0db962f8a5029fd44c3e0bc93d9ce20be71.diff LOG: [Loo

[llvm-branch-commits] [libcxx] 7cbf959 - [libc++][test] Avoid using `allocator` (#73545)

2023-11-27 Thread via llvm-branch-commits
Author: Stephan T. Lavavej Date: 2023-11-27T17:19:34-08:00 New Revision: 7cbf9598cc6f207a268599cea636533a5c7b2dbd URL: https://github.com/llvm/llvm-project/commit/7cbf9598cc6f207a268599cea636533a5c7b2dbd DIFF: https://github.com/llvm/llvm-project/commit/7cbf9598cc6f207a268599cea636533a5c7b2dbd.

[llvm-branch-commits] [mlir] 17ec364 - [mlir][python] enable registering dialects with the default `Context` (#72488)

2023-11-27 Thread via llvm-branch-commits
Author: Maksim Levental Date: 2023-11-27T19:26:05-06:00 New Revision: 17ec364b1b338b6bee5a65a886d0fe75089e6bb9 URL: https://github.com/llvm/llvm-project/commit/17ec364b1b338b6bee5a65a886d0fe75089e6bb9 DIFF: https://github.com/llvm/llvm-project/commit/17ec364b1b338b6bee5a65a886d0fe75089e6bb9.dif

[llvm-branch-commits] [mlir] 79cb594 - [mlir][sparse] remove unused COO method (#73595)

2023-11-27 Thread via llvm-branch-commits
Author: Aart Bik Date: 2023-11-27T17:26:45-08:00 New Revision: 79cb594fdf15c4bb8fc357b615210e6e57eb1c26 URL: https://github.com/llvm/llvm-project/commit/79cb594fdf15c4bb8fc357b615210e6e57eb1c26 DIFF: https://github.com/llvm/llvm-project/commit/79cb594fdf15c4bb8fc357b615210e6e57eb1c26.diff LOG:

[llvm-branch-commits] [libcxx] 7cbf959 - [libc++][test] Avoid using `allocator` (#73545)

2023-11-27 Thread via llvm-branch-commits
Author: Stephan T. Lavavej Date: 2023-11-27T17:19:34-08:00 New Revision: 7cbf9598cc6f207a268599cea636533a5c7b2dbd URL: https://github.com/llvm/llvm-project/commit/7cbf9598cc6f207a268599cea636533a5c7b2dbd DIFF: https://github.com/llvm/llvm-project/commit/7cbf9598cc6f207a268599cea636533a5c7b2dbd.

[llvm-branch-commits] [mlir] 17ec364 - [mlir][python] enable registering dialects with the default `Context` (#72488)

2023-11-27 Thread via llvm-branch-commits
Author: Maksim Levental Date: 2023-11-27T19:26:05-06:00 New Revision: 17ec364b1b338b6bee5a65a886d0fe75089e6bb9 URL: https://github.com/llvm/llvm-project/commit/17ec364b1b338b6bee5a65a886d0fe75089e6bb9 DIFF: https://github.com/llvm/llvm-project/commit/17ec364b1b338b6bee5a65a886d0fe75089e6bb9.dif

[llvm-branch-commits] [mlir] 79cb594 - [mlir][sparse] remove unused COO method (#73595)

2023-11-27 Thread via llvm-branch-commits
Author: Aart Bik Date: 2023-11-27T17:26:45-08:00 New Revision: 79cb594fdf15c4bb8fc357b615210e6e57eb1c26 URL: https://github.com/llvm/llvm-project/commit/79cb594fdf15c4bb8fc357b615210e6e57eb1c26 DIFF: https://github.com/llvm/llvm-project/commit/79cb594fdf15c4bb8fc357b615210e6e57eb1c26.diff LOG:

<    31   32   33   34   35   36   37   38   39   40   >