[llvm-branch-commits] [compiler-rt] release/19.x: Fix libFuzzer not building with pthreads on Windows (#109525) (PR #110663)

2024-10-01 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > @mstorsjo What do you think about merging this PR to the release branch? LGTM, the commit has been in main for a couple of weeks, and my nightly builds run fine with it. https://github.com/llvm/llvm-project/pull/110663 ___ llvm-bran

[llvm-branch-commits] [clang] release/19.x: [clang-scan-deps] Don't inspect Args[0] as an option (#109050) (PR #109865)

2024-09-24 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: Admittedly, these changes aren't regression fixes, but fixes using clang-scan-deps without requiring a wrapper script in certain distribution setups. The changes are somewhat small and localized, and have been cooking in git main for a couple weeks now soon, without any compla

[llvm-branch-commits] [llvm] release/19.x: Reland [llvm-ml] Fix RIP-relative addressing for ptr operands (#108061) (PR #109091)

2024-09-17 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > @mstorsjo What do you think about merging this PR to the release branch? Should be good; it fixes https://github.com/llvm/llvm-project/issues/54773 (fixing building LLVM without requiring MSVC's ml64.exe), and doesn't regress the OpenMP build which also uses llvm-ml. It has s

[llvm-branch-commits] [clang] release/19.x: [clang] Don't add DWARF debug info when assembling .s with clang-cl /Z7 (#106686) (PR #107146)

2024-09-17 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: With 19.1.0 out of the door, I think this one should be safe to merge now - it has brewed in git main for a couple of weeks without any reported breakage (other than the test fixups that are included). https://github.com/llvm/llvm-project/pull/107146 ___

[llvm-branch-commits] [compiler-rt] [compiler-rt] Simplify definition of uptr (PR #106155)

2024-09-04 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo approved this pull request. I think this looks reasonable, and as you've tested that it works with llvm-mingw, I guess it works. I haven't tested building it with MSVC though. https://github.com/llvm/llvm-project/pull/106155 __

[llvm-branch-commits] [clang] release/19.x: [clang] Don't add DWARF debug info when assembling .s with clang-cl /Z7 (#106686) (PR #107146)

2024-09-04 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > Also sorry for filing the backport before sorting out buildbot breakage > caused by the patch... FWIW, it seems like all buildbots were happy after the two follow-up test fixes that I have included here. https://github.com/llvm/llvm-project/pull/107146 __

[llvm-branch-commits] [clang] release/19.x: [clang] Don't add DWARF debug info when assembling .s with clang-cl /Z7 (#106686) (PR #107146)

2024-09-03 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: It seems like llvmbot didn't CC anyone to ack to backport this time (or yet), so I'll do it manually: @bogner and @zmodem, what do you think about backporting this to the 19.x release? Also sorry for filing the backport before sorting out buildbot breakage caused by the patch.

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Support building runtimes for Windows on arm32 (#101462) (PR #106518)

2024-09-03 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: In case @vitalybuka doesn't have time to reply here, can @petrhosek ack the backport? https://github.com/llvm/llvm-project/pull/106518 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-b

[compiler-rt] release/19.x: [compiler-rt][fuzzer] SetThreadName build fix for Mingw… (PR #106908)

2024-09-02 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo requested changes to this pull request. Do not backport this. This breaks builds in mingw environments that don't use winpthreads! https://github.com/llvm/llvm-project/pull/106908 ___ llvm-branch-commits mailing list llvm-b

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Fix definition of `usize` on 32-bit Windows (PR #106303)

2024-08-28 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > @mstorsjo What do you think about merging this PR to the release branch? LGTM! https://github.com/llvm/llvm-project/pull/106303 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-19 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > The commit itself seems quite simple and seems safe on its own. I guess the > main worry would be that some build system configure checks may, in theory, > now consider it as available and start using a different, potentially > unintended, code paths. Still, given that it was

[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-19 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > @alvinhochun What do you think about merging this PR to the release branch? I think @cjacek or @MaskRay could comment as well. Technically, this isn't indeed a fix for any regression, but it's a quite safe fix for improving drop-in compatibility vs GNU tools. https://github.

[llvm-branch-commits] Reland "[compiler-rt] Allow running tests without installing first" (PR #88075)

2024-04-09 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > @mstorsjo It would be great if you could test this on windows. Thanks, this does seem to run fine in my configuration! https://github.com/llvm/llvm-project/pull/88075 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llv

[llvm-branch-commits] [libcxx] release/18.x: [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756) (PR #85907)

2024-03-20 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo closed https://github.com/llvm/llvm-project/pull/85907 ___ 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] [libcxx] release/18.x: [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756) (PR #85907)

2024-03-20 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: Closing this backport PR, the original commits had to be reverted (in 407937036fa7640f61f225474b1ea6623a40dbdd). https://github.com/llvm/llvm-project/pull/85907 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org ht

[llvm-branch-commits] [llvm] release/18.x: [llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710) (PR #85746)

2024-03-19 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: > A bit unfortunate to have these changes post-release, but I think we do need > to make them. Yes, in particular as the earlier changes were backported. If the whole series would have been left out from 18.x, there wouldn't have been any hurry in backporting. https://github.

[llvm-branch-commits] [lld] [LLD] [docs] Add more release notes for COFF and MinGW (PR #81977)

2024-02-16 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/81977 Add review references to all items already mentioned. Move some items to the right section (from the MinGW section to COFF, as the implementation is in the COFF linker side, and may be relevant for non-MinGW c

[llvm-branch-commits] [lld] [LLD] [docs] Add more release notes for COFF and MinGW (PR #81977)

2024-02-16 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo milestoned https://github.com/llvm/llvm-project/pull/81977 ___ 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] [openmp] release/18.x: [OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows (#81113) (PR #81332)

2024-02-16 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo approved this pull request. Marking as approved (approved by @jhuber6), so it shows up right in PR listings. https://github.com/llvm/llvm-project/pull/81332 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm

[llvm-branch-commits] [openmp] release/18.x: [OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows (#81113) (PR #81332)

2024-02-15 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: Ping @jhuber6, can you ack this backport? https://github.com/llvm/llvm-project/pull/81332 ___ 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] [docs] Add a release note for the SOURCE_DATE_EPOCH support (PR #81388)

2024-02-14 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: @tstellar Can this be merged? It has been approved. I'd like to add more release notes here, which would go on top of this. https://github.com/llvm/llvm-project/pull/81388 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.

[llvm-branch-commits] [lld] [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (PR #81388)

2024-02-10 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: This goes along with/after #81384 (which is approved but not yet merged). https://github.com/llvm/llvm-project/pull/81388 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [lld] [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (PR #81388)

2024-02-10 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/81388 None From 4a6f8dbf3993e6a8687c0711f073bc79823727a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sun, 11 Feb 2024 00:49:26 +0200 Subject: [PATCH] [LLD] [docs] Add a release note for the

[llvm-branch-commits] [lld] [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (PR #81388)

2024-02-10 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo milestoned https://github.com/llvm/llvm-project/pull/81388 ___ 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] [compiler-rt] PR for llvm/llvm-project#80808 (PR #80811)

2024-02-06 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/80811 ___ 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] [clang] [llvm] [lld] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo updated https://github.com/llvm/llvm-project/pull/80011 From a09a391d4985d4adc1a5f500ba69b2f8f55aa47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 30 Jan 2024 14:18:22 +0200 Subject: [PATCH 1/2] [docs] Add release notes for Windows spec

[llvm-branch-commits] [clang] [llvm] [lld] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
@@ -41,9 +41,25 @@ COFF Improvements * Added support for ``--time-trace`` and associated ``--time-trace-granularity``. This generates a .json profile trace of the linker execution. +* Prefer library paths specified with ``-libpath:`` over the implicitly + detected toolchai

[llvm-branch-commits] [lld] [llvm] [clang] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
@@ -41,9 +41,25 @@ COFF Improvements * Added support for ``--time-trace`` and associated ``--time-trace-granularity``. This generates a .json profile trace of the linker execution. +* Prefer library paths specified with ``-libpath:`` over the implicitly + detected toolchai

[llvm-branch-commits] [lld] [llvm] [clang] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
@@ -41,9 +41,25 @@ COFF Improvements * Added support for ``--time-trace`` and associated ``--time-trace-granularity``. This generates a .json profile trace of the linker execution. +* Prefer library paths specified with ``-libpath:`` over the implicitly mst

[llvm-branch-commits] [llvm] [lld] [clang] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
@@ -359,6 +371,8 @@ Changes to LLDB fields are present, however this is not always possible or entirely accurate. If in doubt, refer to the numerical value. +* On Windows, LLDB can now read the thread names. mstorsjo wrote: @oltolm Is this accurate for 95

[llvm-branch-commits] [llvm] [lld] [clang] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo edited https://github.com/llvm/llvm-project/pull/80011 ___ 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] [llvm] [lld] [clang] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo milestoned https://github.com/llvm/llvm-project/pull/80011 ___ 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] [llvm] [lld] [clang] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

2024-01-30 Thread Martin Storsjö via llvm-branch-commits
https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/80011 None From a09a391d4985d4adc1a5f500ba69b2f8f55aa47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 30 Jan 2024 14:18:22 +0200 Subject: [PATCH] [docs] Add release notes for Windows sp

[llvm-branch-commits] [libcxx] 7af201c - [libcxx] [doc] Remove a leftover tentative release note

2022-08-15 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-08-15T14:27:47+03:00 New Revision: 7af201cba581930f990f70cb99bb91e7a046b307 URL: https://github.com/llvm/llvm-project/commit/7af201cba581930f990f70cb99bb91e7a046b307 DIFF: https://github.com/llvm/llvm-project/commit/7af201cba581930f990f70cb99bb91e7a046b307.diff

[llvm-branch-commits] [llvm] e692f99 - [lldb] [doc] Add release notes for a few noteworthy changes for Windows in 15.x

2022-08-03 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-08-03T12:08:32+03:00 New Revision: e692f99b2af8f099938d64efa719a1e3a3cf7bd3 URL: https://github.com/llvm/llvm-project/commit/e692f99b2af8f099938d64efa719a1e3a3cf7bd3 DIFF: https://github.com/llvm/llvm-project/commit/e692f99b2af8f099938d64efa719a1e3a3cf7bd3.diff

[llvm-branch-commits] [lld] aa94b5d - [LLD] [doc] Add release notes for MinGW changes for 15.x

2022-08-03 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-08-03T12:07:48+03:00 New Revision: aa94b5d4e73d4c2437fe50cc5522899cce4e5b8a URL: https://github.com/llvm/llvm-project/commit/aa94b5d4e73d4c2437fe50cc5522899cce4e5b8a DIFF: https://github.com/llvm/llvm-project/commit/aa94b5d4e73d4c2437fe50cc5522899cce4e5b8a.diff

[llvm-branch-commits] [libcxx] 5410d0a - [libcxx] Silence -Wformat-nonliteral warnings in the Windows support code

2022-02-10 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-02-10T22:47:19+02:00 New Revision: 5410d0ac67ad0d64b973eab0f5bc106d75639790 URL: https://github.com/llvm/llvm-project/commit/5410d0ac67ad0d64b973eab0f5bc106d75639790 DIFF: https://github.com/llvm/llvm-project/commit/5410d0ac67ad0d64b973eab0f5bc106d75639790.diff

[llvm-branch-commits] [clang] 2ead82c - [clang] [MinGW] Default to DWARF 4

2022-02-10 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-02-10T11:24:46+02:00 New Revision: 2ead82c6f972c8372f761b40fcfd7f533b632db5 URL: https://github.com/llvm/llvm-project/commit/2ead82c6f972c8372f761b40fcfd7f533b632db5 DIFF: https://github.com/llvm/llvm-project/commit/2ead82c6f972c8372f761b40fcfd7f533b632db5.diff

[llvm-branch-commits] [llvm] ac8818e - [docs] Mention another fixed bug in the release notes

2022-02-09 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-02-09T18:57:42+02:00 New Revision: ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69 URL: https://github.com/llvm/llvm-project/commit/ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69 DIFF: https://github.com/llvm/llvm-project/commit/ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69.diff

[llvm-branch-commits] [lld] 8344ab9 - [docs] Add release notes for things that I've been involved in

2022-02-09 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2022-02-09T13:45:19+02:00 New Revision: 8344ab9c4f19b10d62806b0b7fdc48891595c2fb URL: https://github.com/llvm/llvm-project/commit/8344ab9c4f19b10d62806b0b7fdc48891595c2fb DIFF: https://github.com/llvm/llvm-project/commit/8344ab9c4f19b10d62806b0b7fdc48891595c2fb.diff

[llvm-branch-commits] [clang] dcdb124 - Add release notes for things relating to MinGW in the release

2021-08-16 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-08-16T12:26:49+03:00 New Revision: dcdb12496c24a02874dc060efac68adf178284cc URL: https://github.com/llvm/llvm-project/commit/dcdb12496c24a02874dc060efac68adf178284cc DIFF: https://github.com/llvm/llvm-project/commit/dcdb12496c24a02874dc060efac68adf178284cc.diff

[llvm-branch-commits] [lld] a6c3900 - [LLD][MinGW] Accept joined format for --stack

2021-08-02 Thread Martin Storsjö via llvm-branch-commits
Author: Mateusz Mikuła Date: 2021-08-02T21:26:03+03:00 New Revision: a6c39006e59ce92469b3a9369ebafd7c07ef54a0 URL: https://github.com/llvm/llvm-project/commit/a6c39006e59ce92469b3a9369ebafd7c07ef54a0 DIFF: https://github.com/llvm/llvm-project/commit/a6c39006e59ce92469b3a9369ebafd7c07ef54a0.diff

[llvm-branch-commits] [clang] 332ac2f - [clang-repl] Fix building with win32 dylibs

2021-08-02 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-08-02T21:25:29+03:00 New Revision: 332ac2f8794610c3afdb11099a32ec36382cb500 URL: https://github.com/llvm/llvm-project/commit/332ac2f8794610c3afdb11099a32ec36382cb500 DIFF: https://github.com/llvm/llvm-project/commit/332ac2f8794610c3afdb11099a32ec36382cb500.diff

[llvm-branch-commits] [llvm] eae7f3e - [lit] Pass the USERPROFILE variable through on Windows

2021-04-22 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-04-23T09:23:17+03:00 New Revision: eae7f3e3d45077a509a37bb2f2ff36b8196a855e URL: https://github.com/llvm/llvm-project/commit/eae7f3e3d45077a509a37bb2f2ff36b8196a855e DIFF: https://github.com/llvm/llvm-project/commit/eae7f3e3d45077a509a37bb2f2ff36b8196a855e.diff

[llvm-branch-commits] [lld] 072c90a - [LLD] Fix probing a MSYS based 'tar' in a Windows Container

2021-04-22 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-04-23T09:23:17+03:00 New Revision: 072c90a863aac1334a4950b3da262a025516dea0 URL: https://github.com/llvm/llvm-project/commit/072c90a863aac1334a4950b3da262a025516dea0 DIFF: https://github.com/llvm/llvm-project/commit/072c90a863aac1334a4950b3da262a025516dea0.diff

[llvm-branch-commits] [llvm] f290f3b - doc: Add a release note for the changed comment char for aarch64-msvc targets

2021-02-16 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-02-16T15:00:54+02:00 New Revision: f290f3bfc5c900bd46992c9419c53a76f08a58cc URL: https://github.com/llvm/llvm-project/commit/f290f3bfc5c900bd46992c9419c53a76f08a58cc DIFF: https://github.com/llvm/llvm-project/commit/f290f3bfc5c900bd46992c9419c53a76f08a58cc.diff

[llvm-branch-commits] [lldb] 1cb6551 - [lldb-vscode] correctly use Windows macros

2021-02-08 Thread Martin Storsjö via llvm-branch-commits
Author: Walter Erquinigo Date: 2021-02-08T22:56:48+02:00 New Revision: 1cb6551edb94eea1fc087b346b1e8d13775dc692 URL: https://github.com/llvm/llvm-project/commit/1cb6551edb94eea1fc087b346b1e8d13775dc692 DIFF: https://github.com/llvm/llvm-project/commit/1cb6551edb94eea1fc087b346b1e8d13775dc692.di

[llvm-branch-commits] [lldb] 27aff2a - Fix lldb-vscode builds on Windows targeting POSIX

2021-02-08 Thread Martin Storsjö via llvm-branch-commits
Author: Walter Erquinigo Date: 2021-02-08T22:56:48+02:00 New Revision: 27aff2aa2ade9d78d0081445eadacd5b5006143e URL: https://github.com/llvm/llvm-project/commit/27aff2aa2ade9d78d0081445eadacd5b5006143e DIFF: https://github.com/llvm/llvm-project/commit/27aff2aa2ade9d78d0081445eadacd5b5006143e.di

[llvm-branch-commits] [lldb] d7d818c - Fix runInTerminal failures on Windows

2021-02-08 Thread Martin Storsjö via llvm-branch-commits
Author: Walter Erquinigo Date: 2021-02-08T22:56:48+02:00 New Revision: d7d818c3615e4ff6bb283df0c1ddbb2b2cd50075 URL: https://github.com/llvm/llvm-project/commit/d7d818c3615e4ff6bb283df0c1ddbb2b2cd50075 DIFF: https://github.com/llvm/llvm-project/commit/d7d818c3615e4ff6bb283df0c1ddbb2b2cd50075.di

[llvm-branch-commits] [clang] b6d2402 - [docs] Add release notes for things I've done for the 12.x release branch.

2021-02-02 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-02-02T15:08:17+02:00 New Revision: b6d2402e319be00592908b2c9cb63fccdb481008 URL: https://github.com/llvm/llvm-project/commit/b6d2402e319be00592908b2c9cb63fccdb481008 DIFF: https://github.com/llvm/llvm-project/commit/b6d2402e319be00592908b2c9cb63fccdb481008.diff

[llvm-branch-commits] [llvm] dbaa6a1 - Revert "[AArch64] Attempt to sink mul operands"

2021-01-14 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-14T17:28:18+02:00 New Revision: dbaa6a1858a42f72b683f700d3bd7a9632f7a518 URL: https://github.com/llvm/llvm-project/commit/dbaa6a1858a42f72b683f700d3bd7a9632f7a518 DIFF: https://github.com/llvm/llvm-project/commit/dbaa6a1858a42f72b683f700d3bd7a9632f7a518.diff

[llvm-branch-commits] [libcxx] 02f1d28 - [libcxx] Avoid overflows in the windows __libcpp_steady_clock_now()

2021-01-12 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-12T23:56:03+02:00 New Revision: 02f1d28ed6b8f33445dae3beed8b6cc8dada4312 URL: https://github.com/llvm/llvm-project/commit/02f1d28ed6b8f33445dae3beed8b6cc8dada4312 DIFF: https://github.com/llvm/llvm-project/commit/02f1d28ed6b8f33445dae3beed8b6cc8dada4312.diff

[llvm-branch-commits] [llvm] d1fa7af - [AArch64] [Windows] Properly add :lo12: reloc specifiers when generating assembly

2021-01-12 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-12T23:56:03+02:00 New Revision: d1fa7afc7aefd822698fe86431d8184b1e8b6683 URL: https://github.com/llvm/llvm-project/commit/d1fa7afc7aefd822698fe86431d8184b1e8b6683 DIFF: https://github.com/llvm/llvm-project/commit/d1fa7afc7aefd822698fe86431d8184b1e8b6683.diff

[llvm-branch-commits] [compiler-rt] ffac900 - [compiler-rt] [sanitizer] Silence -Wframe-larger-than= for a few windows functions with large stack buffers

2021-01-08 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-08T22:54:03+02:00 New Revision: ffac9001d987096537b94ed7a1e4e4a4665d571f URL: https://github.com/llvm/llvm-project/commit/ffac9001d987096537b94ed7a1e4e4a4665d571f DIFF: https://github.com/llvm/llvm-project/commit/ffac9001d987096537b94ed7a1e4e4a4665d571f.diff

[llvm-branch-commits] [llvm] 7a91dad - [llvm-readobj] [ARMWinEH] Clearly print an invalid case of packed unwind info as such

2021-01-08 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-08T10:04:44+02:00 New Revision: 7a91dad9e5fa17ed31484ea7f264363b9b821861 URL: https://github.com/llvm/llvm-project/commit/7a91dad9e5fa17ed31484ea7f264363b9b821861 DIFF: https://github.com/llvm/llvm-project/commit/7a91dad9e5fa17ed31484ea7f264363b9b821861.diff

[llvm-branch-commits] [lld] 248e345 - [LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linker

2021-01-07 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-07T10:02:19+02:00 New Revision: 248e3450fb8a1ab7146c0cbe8f0ea7204782f542 URL: https://github.com/llvm/llvm-project/commit/248e3450fb8a1ab7146c0cbe8f0ea7204782f542 DIFF: https://github.com/llvm/llvm-project/commit/248e3450fb8a1ab7146c0cbe8f0ea7204782f542.diff

[llvm-branch-commits] [libcxx] f448524 - [libcxx] Handle backslash as path separator on windows

2021-01-07 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-07T10:02:47+02:00 New Revision: f4485240a2182050d6417947a407fe4c551e2011 URL: https://github.com/llvm/llvm-project/commit/f4485240a2182050d6417947a407fe4c551e2011 DIFF: https://github.com/llvm/llvm-project/commit/f4485240a2182050d6417947a407fe4c551e2011.diff

[llvm-branch-commits] [compiler-rt] 979c38c - [compiler-rt] [windows] Add UNUSED attributes on variables/functions only used for 64 bit targets

2021-01-04 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2021-01-05T08:59:08+02:00 New Revision: 979c38cc74f4e96c5e1bee1f966a81038fff1ed6 URL: https://github.com/llvm/llvm-project/commit/979c38cc74f4e96c5e1bee1f966a81038fff1ed6 DIFF: https://github.com/llvm/llvm-project/commit/979c38cc74f4e96c5e1bee1f966a81038fff1ed6.diff

[llvm-branch-commits] [libcxx] 1561807 - [libcxx] Fix the preexisting directory_iterator code for windows

2020-12-18 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-18T11:24:53+02:00 New Revision: 156180727d6c347eda3ba749730707acb8a48093 URL: https://github.com/llvm/llvm-project/commit/156180727d6c347eda3ba749730707acb8a48093 DIFF: https://github.com/llvm/llvm-project/commit/156180727d6c347eda3ba749730707acb8a48093.diff

[llvm-branch-commits] [libcxx] de698ae - [libcxx] Convert paths to/from the right narrow code page for narrow strings on windows

2020-12-18 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-18T11:24:52+02:00 New Revision: de698ae73444b5160dd6b8d768b30d6764be004e URL: https://github.com/llvm/llvm-project/commit/de698ae73444b5160dd6b8d768b30d6764be004e DIFF: https://github.com/llvm/llvm-project/commit/de698ae73444b5160dd6b8d768b30d6764be004e.diff

[llvm-branch-commits] [libcxx] 48c6500 - [libcxx] Reorder the two u8path functions, to make the following diff more readable. NFC.

2020-12-18 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-18T11:24:52+02:00 New Revision: 48c6500b5bfa60dfe6ca5f407fcdbf5ddff0c289 URL: https://github.com/llvm/llvm-project/commit/48c6500b5bfa60dfe6ca5f407fcdbf5ddff0c289 DIFF: https://github.com/llvm/llvm-project/commit/48c6500b5bfa60dfe6ca5f407fcdbf5ddff0c289.diff

[llvm-branch-commits] [libcxx] e83e0ca - [libcxx] Make filesystem::path::value_type wchar_t on windows

2020-12-18 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-18T11:24:52+02:00 New Revision: e83e0cac041bc071301f8399bb5c32b2529fc83f URL: https://github.com/llvm/llvm-project/commit/e83e0cac041bc071301f8399bb5c32b2529fc83f DIFF: https://github.com/llvm/llvm-project/commit/e83e0cac041bc071301f8399bb5c32b2529fc83f.diff

[llvm-branch-commits] [libcxx] 08a00c6 - [libcxx] Remove ifdefs in the message to static_assert. NFC.

2020-12-17 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-17T13:37:52+02:00 New Revision: 08a00c6f43c187f8fb3b08dd98e269fb1fcff836 URL: https://github.com/llvm/llvm-project/commit/08a00c6f43c187f8fb3b08dd98e269fb1fcff836 DIFF: https://github.com/llvm/llvm-project/commit/08a00c6f43c187f8fb3b08dd98e269fb1fcff836.diff

[llvm-branch-commits] [llvm] 879c15e - [llvm-rc] Handle driveless absolute windows paths when loading external files

2020-12-10 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-10T14:11:06+02:00 New Revision: 879c15e890b4d25d28ea904e92497f091f796019 URL: https://github.com/llvm/llvm-project/commit/879c15e890b4d25d28ea904e92497f091f796019 DIFF: https://github.com/llvm/llvm-project/commit/879c15e890b4d25d28ea904e92497f091f796019.diff

[llvm-branch-commits] [llvm] 78a5706 - [CodeGen] Restore accessing __stack_chk_guard via a .refptr stub on mingw after 2518433f861fcb87

2020-12-07 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-07T09:35:12+02:00 New Revision: 78a57069b53a08d5aef98a8472fcfa73dbbc8771 URL: https://github.com/llvm/llvm-project/commit/78a57069b53a08d5aef98a8472fcfa73dbbc8771 DIFF: https://github.com/llvm/llvm-project/commit/78a57069b53a08d5aef98a8472fcfa73dbbc8771.diff

[llvm-branch-commits] [libcxx] 0b71bf7 - [libcxx] [test] Add a test for conversions between wchar_t, utf8, char16_t, char32_t and windows native narrow code pages

2020-12-04 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-04T11:37:05+02:00 New Revision: 0b71bf793924301d53cf01eeb0a27e96fea17791 URL: https://github.com/llvm/llvm-project/commit/0b71bf793924301d53cf01eeb0a27e96fea17791 DIFF: https://github.com/llvm/llvm-project/commit/0b71bf793924301d53cf01eeb0a27e96fea17791.diff

[llvm-branch-commits] [libcxx] 6be11e3 - [libcxx] Implement c++2a char8_t input/output of std::filesystem::path

2020-12-04 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-04T11:37:05+02:00 New Revision: 6be11e35d5397ae1c117eb840a969585fdd7d08d URL: https://github.com/llvm/llvm-project/commit/6be11e35d5397ae1c117eb840a969585fdd7d08d DIFF: https://github.com/llvm/llvm-project/commit/6be11e35d5397ae1c117eb840a969585fdd7d08d.diff

[llvm-branch-commits] [clang] c17fdca - [clang] [Headers] Use the corresponding _aligned_free or __mingw_aligned_free in _mm_free

2020-12-04 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-04T11:34:12+02:00 New Revision: c17fdca1883ddee94c6b7e055428d4445ab13e42 URL: https://github.com/llvm/llvm-project/commit/c17fdca1883ddee94c6b7e055428d4445ab13e42 DIFF: https://github.com/llvm/llvm-project/commit/c17fdca1883ddee94c6b7e055428d4445ab13e42.diff

[llvm-branch-commits] [compiler-rt] d3fef7a - [compiler-rt] Fix building the aarch64 out-of-line atomics assembly for non-ELF platforms

2020-12-03 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-03T15:31:06+02:00 New Revision: d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057 URL: https://github.com/llvm/llvm-project/commit/d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057 DIFF: https://github.com/llvm/llvm-project/commit/d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057.diff

[llvm-branch-commits] [libcxx] 0d7bd72 - [libcxx] Apply msvcrt specific exception for lgamma() to mingw configurations, too

2020-12-02 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-02T09:55:16+02:00 New Revision: 0d7bd72f5ab48b2f4a903e21985ae004c12ce265 URL: https://github.com/llvm/llvm-project/commit/0d7bd72f5ab48b2f4a903e21985ae004c12ce265 DIFF: https://github.com/llvm/llvm-project/commit/0d7bd72f5ab48b2f4a903e21985ae004c12ce265.diff

[llvm-branch-commits] [compiler-rt] 2e5aaf6 - [compiler-rt] [emutls] Handle unused parameters in a compiler agnostic way

2020-12-01 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-12-01T10:07:53+02:00 New Revision: 2e5aaf65a344ae804343bfed6326ef33f61586b0 URL: https://github.com/llvm/llvm-project/commit/2e5aaf65a344ae804343bfed6326ef33f61586b0 DIFF: https://github.com/llvm/llvm-project/commit/2e5aaf65a344ae804343bfed6326ef33f61586b0.diff

[llvm-branch-commits] [llvm] fa10383 - Revert "[BasicAA] Fix BatchAA results for phi-phi assumptions"

2020-11-27 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-11-27T21:50:59+02:00 New Revision: fa103836649c8c37cf4e49523d3448c1ae1a160f URL: https://github.com/llvm/llvm-project/commit/fa103836649c8c37cf4e49523d3448c1ae1a160f DIFF: https://github.com/llvm/llvm-project/commit/fa103836649c8c37cf4e49523d3448c1ae1a160f.diff

[llvm-branch-commits] [openmp] 6b42966 - [OpenMP][OMPT] Fix building with OMPT disabled after 6d3b81664a4b79

2020-11-26 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-11-26T10:09:32+02:00 New Revision: 6b429668ded1aa7de4d586fc6dc8a469799b4d9c URL: https://github.com/llvm/llvm-project/commit/6b429668ded1aa7de4d586fc6dc8a469799b4d9c DIFF: https://github.com/llvm/llvm-project/commit/6b429668ded1aa7de4d586fc6dc8a469799b4d9c.diff

[llvm-branch-commits] [llvm] d2b71ea - [ORC] Cast to const void* to silence a GCC warning. NFC.

2020-11-25 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-11-25T12:10:53+02:00 New Revision: d2b71ea03d9c250453a90ad01ea1a4f8b0566b5d URL: https://github.com/llvm/llvm-project/commit/d2b71ea03d9c250453a90ad01ea1a4f8b0566b5d DIFF: https://github.com/llvm/llvm-project/commit/d2b71ea03d9c250453a90ad01ea1a4f8b0566b5d.diff

[llvm-branch-commits] [llvm] df54f50 - [ORC] Remove a superfluous semicolon, silencing GCC warnings. NFC.

2020-11-25 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-11-25T12:10:53+02:00 New Revision: df54f50437db99bd489d0782422c3c55900e6347 URL: https://github.com/llvm/llvm-project/commit/df54f50437db99bd489d0782422c3c55900e6347 DIFF: https://github.com/llvm/llvm-project/commit/df54f50437db99bd489d0782422c3c55900e6347.diff

[llvm-branch-commits] [llvm] 6f79204 - Reapply "[CodeGen] [WinException] Only produce handler data at the end of the function if needed"

2020-11-23 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-11-23T23:17:03+02:00 New Revision: 6f792041a5cb964b4099614952a54c4961bfb872 URL: https://github.com/llvm/llvm-project/commit/6f792041a5cb964b4099614952a54c4961bfb872 DIFF: https://github.com/llvm/llvm-project/commit/6f792041a5cb964b4099614952a54c4961bfb872.diff

[llvm-branch-commits] [compiler-rt] 33fb967 - [compiler-rt] [profile] Silence a warning about an unused function on mingw targets

2020-11-21 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-11-21T22:14:35+02:00 New Revision: 33fb9679ec6e288bc72f2aa19c8ef1576b4c66b9 URL: https://github.com/llvm/llvm-project/commit/33fb9679ec6e288bc72f2aa19c8ef1576b4c66b9 DIFF: https://github.com/llvm/llvm-project/commit/33fb9679ec6e288bc72f2aa19c8ef1576b4c66b9.diff

[llvm-branch-commits] [lld] e6ec96f - [docs] Add release notes for the 11.x release

2020-08-17 Thread Martin Storsjö via llvm-branch-commits
Author: Martin Storsjö Date: 2020-08-17T11:17:15+03:00 New Revision: e6ec96f4215a4f5302e4dd5d0ac287a1b0563586 URL: https://github.com/llvm/llvm-project/commit/e6ec96f4215a4f5302e4dd5d0ac287a1b0563586 DIFF: https://github.com/llvm/llvm-project/commit/e6ec96f4215a4f5302e4dd5d0ac287a1b0563586.diff