[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread Alexandre Ganea via llvm-branch-commits
https://github.com/aganea approved this pull request. It think this should be good to go, but ideally I'd like someone else to sign off please. @phoebewang @KanRobert @sylvain-audi https://github.com/llvm/llvm-project/pull/88388 ___ llvm-branch-commi

[llvm-branch-commits] [llvm] release/19.x: Win release packaging: Don't try to use rpmalloc for 32-bit x86 (#106969) (PR #106985)

2024-09-02 Thread Alexandre Ganea via llvm-branch-commits
https://github.com/aganea approved this pull request. https://github.com/llvm/llvm-project/pull/106985 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] e7a371f - [LLD][COFF] Avoid std::vector resizes during type merging

2021-01-13 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-13T14:35:03-05:00 New Revision: e7a371f9fd0076c187f4cd1a9c7546867faeb19b URL: https://github.com/llvm/llvm-project/commit/e7a371f9fd0076c187f4cd1a9c7546867faeb19b DIFF: https://github.com/llvm/llvm-project/commit/e7a371f9fd0076c187f4cd1a9c7546867faeb19b.dif

[llvm-branch-commits] [llvm] 336ab2d - [Support] On Windows, take the affinity mask into account

2021-01-13 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-13T21:00:09-05:00 New Revision: 336ab2d51dfdd5ca09c2a9c506453db4fe653584 URL: https://github.com/llvm/llvm-project/commit/336ab2d51dfdd5ca09c2a9c506453db4fe653584 DIFF: https://github.com/llvm/llvm-project/commit/336ab2d51dfdd5ca09c2a9c506453db4fe653584.dif

[llvm-branch-commits] [llvm] eec8568 - Revert "[Support] On Windows, take the affinity mask into account"

2021-01-13 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-13T21:34:54-05:00 New Revision: eec856848ccc481b2704ebf64d725e635a3d7dca URL: https://github.com/llvm/llvm-project/commit/eec856848ccc481b2704ebf64d725e635a3d7dca DIFF: https://github.com/llvm/llvm-project/commit/eec856848ccc481b2704ebf64d725e635a3d7dca.dif

[llvm-branch-commits] [llvm] 6abbba3 - Revert "Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyable"

2021-01-14 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-14T08:35:38-05:00 New Revision: 6abbba3fca9fdf8d31f74800a7ddb40b103ae6e3 URL: https://github.com/llvm/llvm-project/commit/6abbba3fca9fdf8d31f74800a7ddb40b103ae6e3 DIFF: https://github.com/llvm/llvm-project/commit/6abbba3fca9fdf8d31f74800a7ddb40b103ae6e3.dif

[llvm-branch-commits] [llvm] 4fcb255 - Re-land [Support] On Windows, take the affinity mask into account

2021-01-14 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-14T17:03:22-05:00 New Revision: 4fcb25583c3ccbe10c4367d02086269e5fa0bb87 URL: https://github.com/llvm/llvm-project/commit/4fcb25583c3ccbe10c4367d02086269e5fa0bb87 DIFF: https://github.com/llvm/llvm-project/commit/4fcb25583c3ccbe10c4367d02086269e5fa0bb87.dif

[llvm-branch-commits] [llvm] 25c1578 - Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyable

2021-01-16 Thread Alexandre Ganea via llvm-branch-commits
Author: James Player Date: 2021-01-16T09:37:04-05:00 New Revision: 25c1578a46ff93f920b7ad4e3057465902ced8f5 URL: https://github.com/llvm/llvm-project/commit/25c1578a46ff93f920b7ad4e3057465902ced8f5 DIFF: https://github.com/llvm/llvm-project/commit/25c1578a46ff93f920b7ad4e3057465902ced8f5.diff

[llvm-branch-commits] [clang] d015445 - Silence warning: comparison of integers of different signs: 'const unsigned int' and 'const long' [-Wsign-compare]

2021-01-07 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-07T13:01:06-05:00 New Revision: d0154456e61c5ab79e25fc9b8bb684ebdca3a7c2 URL: https://github.com/llvm/llvm-project/commit/d0154456e61c5ab79e25fc9b8bb684ebdca3a7c2 DIFF: https://github.com/llvm/llvm-project/commit/d0154456e61c5ab79e25fc9b8bb684ebdca3a7c2.dif

[llvm-branch-commits] [clang] 3854b81 - [Clang][Driver] Fix read-after-free when using /clang:

2021-01-07 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-07T15:15:13-05:00 New Revision: 3854b81b0fd23adc9bab91bf68918d102dc31f51 URL: https://github.com/llvm/llvm-project/commit/3854b81b0fd23adc9bab91bf68918d102dc31f51 DIFF: https://github.com/llvm/llvm-project/commit/3854b81b0fd23adc9bab91bf68918d102dc31f51.dif

[llvm-branch-commits] [llvm] ce7f30b - [llvm-pdbutil] Don't crash when printing unknown CodeView type records

2021-01-07 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-07T15:44:55-05:00 New Revision: ce7f30b2a874386a0ce089c98327acb65e87b04d URL: https://github.com/llvm/llvm-project/commit/ce7f30b2a874386a0ce089c98327acb65e87b04d DIFF: https://github.com/llvm/llvm-project/commit/ce7f30b2a874386a0ce089c98327acb65e87b04d.dif

[llvm-branch-commits] [lld] eaadb41 - [LLD][COFF] When using PCH.OBJ, ensure func_id records indices are remapped under /DEBUG:GHASH

2021-01-07 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-07T17:27:13-05:00 New Revision: eaadb41db6233cf1c9e882d74a31c1f9d6e211ff URL: https://github.com/llvm/llvm-project/commit/eaadb41db6233cf1c9e882d74a31c1f9d6e211ff DIFF: https://github.com/llvm/llvm-project/commit/eaadb41db6233cf1c9e882d74a31c1f9d6e211ff.dif

[llvm-branch-commits] [lld] 6acfc3a - Fix build after eaadb41db6233cf1c9e882d74a31c1f9d6e211ff when the MSVC libs are not in PATH.

2021-01-07 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-07T18:52:00-05:00 New Revision: 6acfc3a78210639367ab8345a9af04e97692a661 URL: https://github.com/llvm/llvm-project/commit/6acfc3a78210639367ab8345a9af04e97692a661 DIFF: https://github.com/llvm/llvm-project/commit/6acfc3a78210639367ab8345a9af04e97692a661.dif

[llvm-branch-commits] [lld] b14ad90 - [LLD][COFF] Simplify function. NFC.

2021-01-07 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2021-01-07T22:37:11-05:00 New Revision: b14ad90b137980125170b64fdf6be270811e5fc7 URL: https://github.com/llvm/llvm-project/commit/b14ad90b137980125170b64fdf6be270811e5fc7 DIFF: https://github.com/llvm/llvm-project/commit/b14ad90b137980125170b64fdf6be270811e5fc7.dif

[llvm-branch-commits] [clang] 69132d1 - [Clang] Reverse test to save on indentation. NFC.

2020-12-23 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2020-12-23T19:24:53-05:00 New Revision: 69132d12deae749a8e4c9def5498ffa354ce1fa6 URL: https://github.com/llvm/llvm-project/commit/69132d12deae749a8e4c9def5498ffa354ce1fa6 DIFF: https://github.com/llvm/llvm-project/commit/69132d12deae749a8e4c9def5498ffa354ce1fa6.dif

[llvm-branch-commits] [llvm] 0f1f13f - Re-land: [lit] Support running tests on Windows without GnuWin32

2020-12-10 Thread Alexandre Ganea via llvm-branch-commits
Author: Alexandre Ganea Date: 2020-12-10T21:41:54-05:00 New Revision: 0f1f13fcb17fbc8c93d505da989a04ab5cbd9ed3 URL: https://github.com/llvm/llvm-project/commit/0f1f13fcb17fbc8c93d505da989a04ab5cbd9ed3 DIFF: https://github.com/llvm/llvm-project/commit/0f1f13fcb17fbc8c93d505da989a04ab5cbd9ed3.dif

[llvm-branch-commits] [lld] [LLD][COFF] Don't dllimport from static libraries (#134443) (PR #138354)

2025-05-02 Thread Alexandre Ganea via llvm-branch-commits
https://github.com/aganea updated https://github.com/llvm/llvm-project/pull/138354 >From 902cc177fe89f13ce41f76372157d96b304d585f Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Mon, 7 Apr 2025 11:34:24 -0400 Subject: [PATCH 1/2] [LLD][COFF] Don't dllimport from static libraries (#134443)

[llvm-branch-commits] [lld] [LLD][COFF] Don't dllimport from static libraries (#134443) (PR #138354)

2025-05-02 Thread Alexandre Ganea via llvm-branch-commits
https://github.com/aganea milestoned https://github.com/llvm/llvm-project/pull/138354 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [LLD][COFF] Don't dllimport from static libraries (#134443) (PR #138354)

2025-05-02 Thread Alexandre Ganea via llvm-branch-commits
https://github.com/aganea created https://github.com/llvm/llvm-project/pull/138354 Backport https://github.com/llvm/llvm-project/pull/134443 on release/20.x: > This reverts commit 6a1bdd9 and re-instate behavior that matches what MSVC > link.exe does, that is, error out when trying to dllimpor