[llvm-branch-commits] [llvm] 6d0afd5 - [llvm-exegesis] Refactor ExecutableFunction to use a named constructor

2023-11-20 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-20T00:44:54-08:00 New Revision: 6d0afd5b1c4564255e76b1caf06b0ad51b329372 URL: https://github.com/llvm/llvm-project/commit/6d0afd5b1c4564255e76b1caf06b0ad51b329372 DIFF: https://github.com/llvm/llvm-project/commit/6d0afd5b1c4564255e76b1caf06b0ad51b329372.diff

[llvm-branch-commits] [llvm] 9dfa6f5 - [llvm-exegesis] Switch from MCJIT to LLJIT

2023-11-20 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-20T00:47:24-08:00 New Revision: 9dfa6f5607ab945e2ba36da148c3669cdf723dc2 URL: https://github.com/llvm/llvm-project/commit/9dfa6f5607ab945e2ba36da148c3669cdf723dc2 DIFF: https://github.com/llvm/llvm-project/commit/9dfa6f5607ab945e2ba36da148c3669cdf723dc2.diff

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

2023-11-20 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/72838 This patch switches from using MCJIT to LLJIT as MCJIT is going to be deprecated soon. >From 9dfa6f5607ab945e2ba36da148c3669cdf723dc2 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 20 Nov 2023

[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] [clang] bb66d8f - [clang][WebAssembly] Link crt1 even in case of -shared

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: YAMAMOTO Takashi Date: 2023-11-20T09:48:32+01:00 New Revision: bb66d8f8f73b07f06f2aed2a906f3c08679ed605 URL: https://github.com/llvm/llvm-project/commit/bb66d8f8f73b07f06f2aed2a906f3c08679ed605 DIFF: https://github.com/llvm/llvm-project/commit/bb66d8f8f73b07f06f2aed2a906f3c08679ed605.di

[llvm-branch-commits] [clang] e6de86c - Revert "Reland [clang] Canonicalize system headers in dependency file when -canonical-prefixes" (#71697)

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Arthur Eubanks Date: 2023-11-20T09:48:41+01:00 New Revision: e6de86cb9ef868c652d8932db2c08f953f47a1e2 URL: https://github.com/llvm/llvm-project/commit/e6de86cb9ef868c652d8932db2c08f953f47a1e2 DIFF: https://github.com/llvm/llvm-project/commit/e6de86cb9ef868c652d8932db2c08f953f47a1e2.diff

[llvm-branch-commits] [clang] 76c7e0e - Use the correct namespace for looking up matching operator!= (#68922)

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Utkarsh Saxena Date: 2023-11-20T09:50:43+01:00 New Revision: 76c7e0e1e2d15706cb9ad28b607e937df5e00c24 URL: https://github.com/llvm/llvm-project/commit/76c7e0e1e2d15706cb9ad28b607e937df5e00c24 DIFF: https://github.com/llvm/llvm-project/commit/76c7e0e1e2d15706cb9ad28b607e937df5e00c24.diff

[llvm-branch-commits] [clang] 442401f - remove tests from bad merge

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Utkarsh Saxena Date: 2023-11-20T09:50:43+01:00 New Revision: 442401f7c0ca6939a6c4e953486ee370f6470e26 URL: https://github.com/llvm/llvm-project/commit/442401f7c0ca6939a6c4e953486ee370f6470e26 DIFF: https://github.com/llvm/llvm-project/commit/442401f7c0ca6939a6c4e953486ee370f6470e26.diff

[llvm-branch-commits] [libcxx] b5cbb35 - [libc++] Use correct size for deallocation of arrays in shared_ptr (#68233)

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Ilya Biryukov Date: 2023-11-20T09:50:27+01:00 New Revision: b5cbb35408a3901900dc2b2ca6adda80a77ea093 URL: https://github.com/llvm/llvm-project/commit/b5cbb35408a3901900dc2b2ca6adda80a77ea093 DIFF: https://github.com/llvm/llvm-project/commit/b5cbb35408a3901900dc2b2ca6adda80a77ea093.diff

[llvm-branch-commits] [llvm] 308c816 - Bump version to 17.0.6

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Tobias Hieta Date: 2023-11-20T09:56:48+01:00 New Revision: 308c816de5a47dd7d08a29f91b68381b45ed3552 URL: https://github.com/llvm/llvm-project/commit/308c816de5a47dd7d08a29f91b68381b45ed3552 DIFF: https://github.com/llvm/llvm-project/commit/308c816de5a47dd7d08a29f91b68381b45ed3552.diff

[llvm-branch-commits] [clang-tools-extra] a71237b - [clangd] Avoid null result in FindRecordTypeAt()

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Nathan Ridge Date: 2023-11-20T10:04:33+01:00 New Revision: a71237b9f67fdf1a9bd779f33fa91453cd1bb72c URL: https://github.com/llvm/llvm-project/commit/a71237b9f67fdf1a9bd779f33fa91453cd1bb72c DIFF: https://github.com/llvm/llvm-project/commit/a71237b9f67fdf1a9bd779f33fa91453cd1bb72c.diff

[llvm-branch-commits] [clang] f8575ff - [clang-format] Fix a bug in aligning comments above PPDirective (#72791)

2023-11-20 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2023-11-20T13:18:01+01:00 New Revision: f8575ff46f89e88c3e3a7f560bb2da77206f83b7 URL: https://github.com/llvm/llvm-project/commit/f8575ff46f89e88c3e3a7f560bb2da77206f83b7 DIFF: https://github.com/llvm/llvm-project/commit/f8575ff46f89e88c3e3a7f560bb2da77206f83b7.diff LOG:

[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