[llvm-branch-commits] [cfe-branch] r311359 - Update Clang 5.0 release notes for ms_abi and __builtin_ms_va_list for aarch64

2017-08-21 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Mon Aug 21 11:45:39 2017 New Revision: 311359 URL: http://llvm.org/viewvc/llvm-project?rev=311359=rev Log: Update Clang 5.0 release notes for ms_abi and __builtin_ms_va_list for aarch64 Differential Revision: https://reviews.llvm.org/D36931 Modified:

[llvm-branch-commits] [lld] r332084 - Merging r327562:

2018-05-11 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Thu May 10 23:58:06 2018 New Revision: 332084 URL: http://llvm.org/viewvc/llvm-project?rev=332084=rev Log: Merging r327562: r327562 | mstorsjo | 2018-03-14 22:17:24 +0200 (Wed, 14 Mar 2018) | 1 line

[llvm-branch-commits] [lld] r332083 - Merging r327561,327567:

2018-05-11 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Thu May 10 23:52:19 2018 New Revision: 332083 URL: http://llvm.org/viewvc/llvm-project?rev=332083=rev Log: Merging r327561,327567: r327561 | mstorsjo | 2018-03-14 22:17:16 +0200 (Wed, 14 Mar 2018) | 16

[llvm-branch-commits] [lld] r339648 - [ReleaseNotes] Mention noteworthy changes for 7.0

2018-08-14 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Aug 14 00:53:15 2018 New Revision: 339648 URL: http://llvm.org/viewvc/llvm-project?rev=339648=rev Log: [ReleaseNotes] Mention noteworthy changes for 7.0 Modified: lld/branches/release_70/docs/ReleaseNotes.rst Modified: lld/branches/release_70/docs/ReleaseNotes.rst

[llvm-branch-commits] [cfe-branch] r339647 - [ReleaseNotes] Mention one Windows specific change for 7.0

2018-08-14 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Aug 14 00:52:21 2018 New Revision: 339647 URL: http://llvm.org/viewvc/llvm-project?rev=339647=rev Log: [ReleaseNotes] Mention one Windows specific change for 7.0 Modified: cfe/branches/release_70/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [llvm-branch] r339646 - [ReleaseNotes] Mention various windows related changes in 7.0

2018-08-14 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Aug 14 00:48:10 2018 New Revision: 339646 URL: http://llvm.org/viewvc/llvm-project?rev=339646=rev Log: [ReleaseNotes] Mention various windows related changes in 7.0 Modified: llvm/branches/release_70/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [llvm-branch] r322059 - [docs] Mention SjLj fixes in the release notes

2018-01-18 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Mon Jan 8 23:09:28 2018 New Revision: 322059 URL: http://llvm.org/viewvc/llvm-project?rev=322059=rev Log: [docs] Mention SjLj fixes in the release notes Enabling SjLj on x86 on platforms where it isn't used by default was partially implemented before 6.0, but didn't

[llvm-branch-commits] [lld] r321787 - [docs] Add preliminary release notes for LLD 6.0 for COFF

2018-01-18 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Wed Jan 3 23:42:11 2018 New Revision: 321787 URL: http://llvm.org/viewvc/llvm-project?rev=321787=rev Log: [docs] Add preliminary release notes for LLD 6.0 for COFF Differential Revision: https://reviews.llvm.org/D41710 Modified:

[llvm-branch-commits] [cfe-branch] r326317 - Fix a typo in the section about C++2a features; it follows C++17, not C++14

2018-02-28 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Wed Feb 28 03:55:11 2018 New Revision: 326317 URL: http://llvm.org/viewvc/llvm-project?rev=326317=rev Log: Fix a typo in the section about C++2a features; it follows C++17, not C++14 Modified: cfe/branches/release_60/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [lld] r351868 - [docs] Amend the release notes with more things I've contributed since the last release

2019-01-22 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Jan 22 12:32:43 2019 New Revision: 351868 URL: http://llvm.org/viewvc/llvm-project?rev=351868=rev Log: [docs] Amend the release notes with more things I've contributed since the last release Differential Revision: https://reviews.llvm.org/D57005 Modified:

[llvm-branch-commits] [llvm-branch] r351870 - [docs] Add release notes for notable things I've contributed since last release

2019-01-22 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Jan 22 12:36:23 2019 New Revision: 351870 URL: http://llvm.org/viewvc/llvm-project?rev=351870=rev Log: [docs] Add release notes for notable things I've contributed since last release Differential Revision: https://reviews.llvm.org/D57003 Modified:

[llvm-branch-commits] [cfe-branch] r351872 - [docs] Add release notes for notable things I've contributed since last release

2019-01-22 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Jan 22 12:41:51 2019 New Revision: 351872 URL: http://llvm.org/viewvc/llvm-project?rev=351872=rev Log: [docs] Add release notes for notable things I've contributed since last release Differential Revision: https://reviews.llvm.org/D57004 Modified:

[llvm-branch-commits] [lld] r341976 - Clarify the wording for the state of the lld/MinGW target

2018-09-11 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Tue Sep 11 11:34:33 2018 New Revision: 341976 URL: http://llvm.org/viewvc/llvm-project?rev=341976=rev Log: Clarify the wording for the state of the lld/MinGW target Modified: lld/branches/release_70/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [lld] r353397 - [docs] Update the release notes for the backported feature with thunks for ARM64

2019-02-07 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Thu Feb 7 03:29:02 2019 New Revision: 353397 URL: http://llvm.org/viewvc/llvm-project?rev=353397=rev Log: [docs] Update the release notes for the backported feature with thunks for ARM64 Modified: lld/branches/release_80/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [lld] r371301 - Fix release notes for the MinGW frontend

2019-09-07 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Sat Sep 7 03:57:20 2019 New Revision: 371301 URL: http://llvm.org/viewvc/llvm-project?rev=371301=rev Log: Fix release notes for the MinGW frontend No --wrap or --emit-relocs options have been added there (only in the ELF linker). Modified:

[llvm-branch-commits] [llvm-branch] r367609 - Update release notes for things I've done since the last release

2019-08-01 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Thu Aug 1 13:43:59 2019 New Revision: 367609 URL: http://llvm.org/viewvc/llvm-project?rev=367609=rev Log: Update release notes for things I've done since the last release Modified: llvm/branches/release_90/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [lld] r367611 - Update release notes for things I've done since the last release

2019-08-01 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Thu Aug 1 13:45:27 2019 New Revision: 367611 URL: http://llvm.org/viewvc/llvm-project?rev=367611=rev Log: Update release notes for things I've done since the last release Modified: lld/branches/release_90/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [cfe-branch] r367610 - Update release notes for things I've done since the last release

2019-08-01 Thread Martin Storsjo via llvm-branch-commits
Author: mstorsjo Date: Thu Aug 1 13:44:45 2019 New Revision: 367610 URL: http://llvm.org/viewvc/llvm-project?rev=367610=rev Log: Update release notes for things I've done since the last release Modified: cfe/branches/release_90/docs/ReleaseNotes.rst Modified: