[clang] 73feab5 - [clang] fix getTrivialTemplateArgumentLoc template template argument (#153344)

2025-08-12 Thread via cfe-commits
Author: Matheus Izvekov Date: 2025-08-13T02:09:08-03:00 New Revision: 73feab502e5e9d6d32c1987d71e3da7f9f70a1f0 URL: https://github.com/llvm/llvm-project/commit/73feab502e5e9d6d32c1987d71e3da7f9f70a1f0 DIFF: https://github.com/llvm/llvm-project/commit/73feab502e5e9d6d32c1987d71e3da7f9f70a1f0.dif

[clang] 331a5db - [CIR] Add initial support for atomic types (#152923)

2025-08-12 Thread via cfe-commits
Author: Sirui Mu Date: 2025-08-13T09:22:48+08:00 New Revision: 331a5db9de0e17e4c54dfbd58ddc54a8111d3cba URL: https://github.com/llvm/llvm-project/commit/331a5db9de0e17e4c54dfbd58ddc54a8111d3cba DIFF: https://github.com/llvm/llvm-project/commit/331a5db9de0e17e4c54dfbd58ddc54a8111d3cba.diff LOG:

[clang] 7b8189a - [CIR] Add CIRGen for pseudo destructor calls (#153014)

2025-08-12 Thread via cfe-commits
Author: Sirui Mu Date: 2025-08-13T09:21:40+08:00 New Revision: 7b8189aab8e9ade19fb2d0da34c2dff6cf46df1f URL: https://github.com/llvm/llvm-project/commit/7b8189aab8e9ade19fb2d0da34c2dff6cf46df1f DIFF: https://github.com/llvm/llvm-project/commit/7b8189aab8e9ade19fb2d0da34c2dff6cf46df1f.diff LOG:

[clang] fc2146e - [win][arm64ec] Handle Arm64EC for Clang CodeGen tests that current XFAIL AArch64 Windows (#153255)

2025-08-12 Thread via cfe-commits
Author: Daniel Paoliello Date: 2025-08-12T16:12:49-07:00 New Revision: fc2146ef314cc7160c14c8efefe0b680464c97d0 URL: https://github.com/llvm/llvm-project/commit/fc2146ef314cc7160c14c8efefe0b680464c97d0 DIFF: https://github.com/llvm/llvm-project/commit/fc2146ef314cc7160c14c8efefe0b680464c97d0.di

[clang] d0ee820 - [AMDGPU] Add s_barrier_init|join|leave instructions (#153296)

2025-08-12 Thread via cfe-commits
Author: Stanislav Mekhanoshin Date: 2025-08-12T15:07:07-07:00 New Revision: d0ee82040cb22ae38c92eb83b0c9ae71ca51a517 URL: https://github.com/llvm/llvm-project/commit/d0ee82040cb22ae38c92eb83b0c9ae71ca51a517 DIFF: https://github.com/llvm/llvm-project/commit/d0ee82040cb22ae38c92eb83b0c9ae71ca51a5

[clang] 116c318 - [Clang][Driver] Don't pass -mllvm to the linker for non-LLVM offloading toolchains (#153272)

2025-08-12 Thread via cfe-commits
Author: Nick Sarnie Date: 2025-08-12T21:41:00Z New Revision: 116c318225b1d6b198baf22312a6bd980b80b135 URL: https://github.com/llvm/llvm-project/commit/116c318225b1d6b198baf22312a6bd980b80b135 DIFF: https://github.com/llvm/llvm-project/commit/116c318225b1d6b198baf22312a6bd980b80b135.diff LOG: [

[clang] b26a7f8 - [win][arm64ec] Disable the LP64 test feature for Arm64EC (#153251)

2025-08-12 Thread via cfe-commits
Author: Daniel Paoliello Date: 2025-08-12T13:14:12-07:00 New Revision: b26a7f8e649039bda7acfe616e3b53ef1680f1ac URL: https://github.com/llvm/llvm-project/commit/b26a7f8e649039bda7acfe616e3b53ef1680f1ac DIFF: https://github.com/llvm/llvm-project/commit/b26a7f8e649039bda7acfe616e3b53ef1680f1ac.di

[clang] 2b37471 - [API notes] Allow SwiftConformsTo on Typedefs

2025-08-12 Thread via cfe-commits
Author: Doug Gregor Date: 2025-08-12T19:57:43+01:00 New Revision: 2b37471f7284f2a7baa44f638efc73b8095b9a67 URL: https://github.com/llvm/llvm-project/commit/2b37471f7284f2a7baa44f638efc73b8095b9a67 DIFF: https://github.com/llvm/llvm-project/commit/2b37471f7284f2a7baa44f638efc73b8095b9a67.diff L

[clang] a02444f - Revert "[clang-repl] Enable extending `launchExecutor` (#152562)" (#153180)

2025-08-12 Thread via cfe-commits
Author: Abhinav Kumar Date: 2025-08-12T20:56:02+02:00 New Revision: a02444fb69e61f4bb338cf454e3d2ebc98d905dd URL: https://github.com/llvm/llvm-project/commit/a02444fb69e61f4bb338cf454e3d2ebc98d905dd DIFF: https://github.com/llvm/llvm-project/commit/a02444fb69e61f4bb338cf454e3d2ebc98d905dd.diff

[clang] c1f797e - [CIR] Fix build due to the improvement after 91cdd35008e9

2025-08-12 Thread Michael Liao via cfe-commits
Author: Michael Liao Date: 2025-08-12T13:42:12-04:00 New Revision: c1f797ea6dd1abb8ccacdbd2f473896893b69bdf URL: https://github.com/llvm/llvm-project/commit/c1f797ea6dd1abb8ccacdbd2f473896893b69bdf DIFF: https://github.com/llvm/llvm-project/commit/c1f797ea6dd1abb8ccacdbd2f473896893b69bdf.diff

[clang] 54f53c9 - [CIR] Introduce the CIR global_view attribute (#153044)

2025-08-12 Thread via cfe-commits
Author: Andy Kaylor Date: 2025-08-12T10:02:00-07:00 New Revision: 54f53c988df3ef0380cae288591f66b151239aab URL: https://github.com/llvm/llvm-project/commit/54f53c988df3ef0380cae288591f66b151239aab DIFF: https://github.com/llvm/llvm-project/commit/54f53c988df3ef0380cae288591f66b151239aab.diff L

[clang] 7f195b3 - [CIR] Initialize vptr in dynamic classes (#152574)

2025-08-12 Thread via cfe-commits
Author: Andy Kaylor Date: 2025-08-12T10:00:38-07:00 New Revision: 7f195b36eefcaa7423cd0c60c003460bf571e9e5 URL: https://github.com/llvm/llvm-project/commit/7f195b36eefcaa7423cd0c60c003460bf571e9e5 DIFF: https://github.com/llvm/llvm-project/commit/7f195b36eefcaa7423cd0c60c003460bf571e9e5.diff L

[clang] 7f22f5b - [CIR] Introduce more cleanup infrastructure (#152589)

2025-08-12 Thread via cfe-commits
Author: Andy Kaylor Date: 2025-08-12T10:00:13-07:00 New Revision: 7f22f5bac19bac6ed67d7ce2160528a33c68edf2 URL: https://github.com/llvm/llvm-project/commit/7f22f5bac19bac6ed67d7ce2160528a33c68edf2 DIFF: https://github.com/llvm/llvm-project/commit/7f22f5bac19bac6ed67d7ce2160528a33c68edf2.diff L

[clang] 475aa1b - [CIR] CompoundAssignment from ComplexType to ScalarType (#152915)

2025-08-12 Thread via cfe-commits
Author: Amr Hesham Date: 2025-08-12T18:01:31+02:00 New Revision: 475aa1b1a18b93b8e427712aadbc1287ac455db3 URL: https://github.com/llvm/llvm-project/commit/475aa1b1a18b93b8e427712aadbc1287ac455db3 DIFF: https://github.com/llvm/llvm-project/commit/475aa1b1a18b93b8e427712aadbc1287ac455db3.diff LO

[clang] f8653ce - [Clang][X86] Replace F16C `vcvtph2ps/256` intrinsics with `(convert|shuffle)vector` builtins (#152911)

2025-08-12 Thread via cfe-commits
Author: moorabbit Date: 2025-08-12T16:32:19+01:00 New Revision: f8653cecd11ede482a175a5c4d6fa147812562dd URL: https://github.com/llvm/llvm-project/commit/f8653cecd11ede482a175a5c4d6fa147812562dd DIFF: https://github.com/llvm/llvm-project/commit/f8653cecd11ede482a175a5c4d6fa147812562dd.diff LOG

[clang] 62d0b71 - [OMPIRBuilder] Avoid invalid debug location. (#153190)

2025-08-12 Thread via cfe-commits
Author: Abid Qadeer Date: 2025-08-12T16:20:52+01:00 New Revision: 62d0b712b76b2f6c8e734cd75be50120ff465f24 URL: https://github.com/llvm/llvm-project/commit/62d0b712b76b2f6c8e734cd75be50120ff465f24 DIFF: https://github.com/llvm/llvm-project/commit/62d0b712b76b2f6c8e734cd75be50120ff465f24.diff L

[clang] bd3aa88 - [Headers][X86] Allow SSE MOVD/Q scalar<->vector cvt intrinsics to be used in constexpr (#153192)

2025-08-12 Thread via cfe-commits
Author: Simon Pilgrim Date: 2025-08-12T15:29:16+01:00 New Revision: bd3aa88802625486eea82672586ac97052d4c7ec URL: https://github.com/llvm/llvm-project/commit/bd3aa88802625486eea82672586ac97052d4c7ec DIFF: https://github.com/llvm/llvm-project/commit/bd3aa88802625486eea82672586ac97052d4c7ec.diff

[clang] 2074e13 - [Clang][OpenMP] Non-contiguous strided update (#144635)

2025-08-12 Thread via cfe-commits
Author: Amit Tiwari Date: 2025-08-12T19:32:15+05:30 New Revision: 2074e1320ff478577c97ab53b9743f2a52d29d48 URL: https://github.com/llvm/llvm-project/commit/2074e1320ff478577c97ab53b9743f2a52d29d48 DIFF: https://github.com/llvm/llvm-project/commit/2074e1320ff478577c97ab53b9743f2a52d29d48.diff L

[clang] 9442b4e - [X86] mmx-builtins.c - use __v8qs initializer instead of _mm_setr_pi8 to correctly run on -fno-signed-char targets

2025-08-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2025-08-12T14:44:10+01:00 New Revision: 9442b4ea25064cade8acb7f02de4d268eebdccbe URL: https://github.com/llvm/llvm-project/commit/9442b4ea25064cade8acb7f02de4d268eebdccbe DIFF: https://github.com/llvm/llvm-project/commit/9442b4ea25064cade8acb7f02de4d268eebdccbe.diff

[clang] 72b53cd - [X86] xop-builtins.c - add C/C++ test coverage

2025-08-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2025-08-12T14:44:10+01:00 New Revision: 72b53cde1c80672217da963b0150a17b79a8383c URL: https://github.com/llvm/llvm-project/commit/72b53cde1c80672217da963b0150a17b79a8383c DIFF: https://github.com/llvm/llvm-project/commit/72b53cde1c80672217da963b0150a17b79a8383c.diff

[clang] 9115bef - [VectorCombine] Shrink loads used in shufflevector rebroadcasts. (#153138)

2025-08-12 Thread via cfe-commits
Author: Leon Clark Date: 2025-08-12T14:08:37+01:00 New Revision: 9115bef8ee1d9a47fef3221d9f3e0fd5c4ed947c URL: https://github.com/llvm/llvm-project/commit/9115bef8ee1d9a47fef3221d9f3e0fd5c4ed947c DIFF: https://github.com/llvm/llvm-project/commit/9115bef8ee1d9a47fef3221d9f3e0fd5c4ed947c.diff LO

[clang] c3bf73b - [clang] Add elementwise fshl/fshr builtins (#153113)

2025-08-12 Thread via cfe-commits
Author: Chaitanya Koparkar Date: 2025-08-12T20:57:55+09:00 New Revision: c3bf73bc4ade26b8b9dd5080ce7bccd88037cfd0 URL: https://github.com/llvm/llvm-project/commit/c3bf73bc4ade26b8b9dd5080ce7bccd88037cfd0 DIFF: https://github.com/llvm/llvm-project/commit/c3bf73bc4ade26b8b9dd5080ce7bccd88037cfd0.

[libclc] 111cdaa - [libclc] Add __attribute__((const)) to functions that don't access memory (#152456)

2025-08-12 Thread via cfe-commits
Author: Wenju He Date: 2025-08-12T17:19:08+08:00 New Revision: 111cdaac994ba79af6f51f0970b51c0e4d705cd9 URL: https://github.com/llvm/llvm-project/commit/111cdaac994ba79af6f51f0970b51c0e4d705cd9 DIFF: https://github.com/llvm/llvm-project/commit/111cdaac994ba79af6f51f0970b51c0e4d705cd9.diff LOG:

[clang] 76942a2 - [Headers][X86] Fix incorrect macro definitions for non-constexpr (#153060)

2025-08-12 Thread via cfe-commits
Author: Bhasawut Singhaphan Date: 2025-08-12T15:44:24+08:00 New Revision: 76942a2f8f17377225e94f34b4782fb814d9d292 URL: https://github.com/llvm/llvm-project/commit/76942a2f8f17377225e94f34b4782fb814d9d292 DIFF: https://github.com/llvm/llvm-project/commit/76942a2f8f17377225e94f34b4782fb814d9d292