[clang] 366e57d - [clang-cl] Add /Zc:wchar_t- option

2022-05-17 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2022-05-17T09:40:30-07:00 New Revision: 366e57de23ed20ac95201e1623dfffed215e98f8 URL: https://github.com/llvm/llvm-project/commit/366e57de23ed20ac95201e1623dfffed215e98f8 DIFF: https://github.com/llvm/llvm-project/commit/366e57de23ed20ac95201e1623dfffed215e98f8.diff

[clang] 38612fb - Reland "[COFF, ARM64] Add __break intrinsic"

2022-04-20 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2022-04-20T13:01:30-07:00 New Revision: 38612fbc8990fe609b08b63f82845f546c22bcff URL: https://github.com/llvm/llvm-project/commit/38612fbc8990fe609b08b63f82845f546c22bcff DIFF: https://github.com/llvm/llvm-project/commit/38612fbc8990fe609b08b63f82845f546c22bcff.diff

[clang] bff8356 - Revert "[COFF, ARM64] Add __break intrinsic"

2022-04-20 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2022-04-20T11:57:49-07:00 New Revision: bff8356b1969d2edd02e22c73d1c3d386f862937 URL: https://github.com/llvm/llvm-project/commit/bff8356b1969d2edd02e22c73d1c3d386f862937 DIFF: https://github.com/llvm/llvm-project/commit/bff8356b1969d2edd02e22c73d1c3d386f862937.diff

[clang] 8a9b4fb - [COFF, ARM64] Add __break intrinsic

2022-04-20 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2022-04-20T11:20:26-07:00 New Revision: 8a9b4fb4aa6d2dde026d9ae08459aa9e7a1edb05 URL: https://github.com/llvm/llvm-project/commit/8a9b4fb4aa6d2dde026d9ae08459aa9e7a1edb05 DIFF: https://github.com/llvm/llvm-project/commit/8a9b4fb4aa6d2dde026d9ae08459aa9e7a1edb05.diff

[clang] c9b36a0 - Support GCC's -fstack-usage flag

2021-05-15 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2021-05-15T10:22:49-07:00 New Revision: c9b36a041fd70de0617ea7e241f520b345e12cac URL: https://github.com/llvm/llvm-project/commit/c9b36a041fd70de0617ea7e241f520b345e12cac DIFF: https://github.com/llvm/llvm-project/commit/c9b36a041fd70de0617ea7e241f520b345e12cac.diff

[clang] 0ec32f1 - Revert "[AArch64] Adding Neon Polynomial vadd Intrinsics"

2021-02-18 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2021-02-18T12:38:16-08:00 New Revision: 0ec32f132643fa8a949e5a29a71f7729b329476a URL: https://github.com/llvm/llvm-project/commit/0ec32f132643fa8a949e5a29a71f7729b329476a DIFF: https://github.com/llvm/llvm-project/commit/0ec32f132643fa8a949e5a29a71f7729b329476a.diff

[clang] d964505 - [AArch64] Adding Neon Polynomial vadd Intrinsics

2021-02-18 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2021-02-18T11:33:24-08:00 New Revision: d9645059c5deeacf264bea0cf50eab459cf8e5bb URL: https://github.com/llvm/llvm-project/commit/d9645059c5deeacf264bea0cf50eab459cf8e5bb DIFF: https://github.com/llvm/llvm-project/commit/d9645059c5deeacf264bea0cf50eab459cf8e5bb.diff

[clang] 61cca0f - [AArch64] Adding Neon Sm3 & Sm4 Intrinsics

2021-02-11 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2021-02-11T14:20:20-08:00 New Revision: 61cca0f2e5bbb6045bb27b822e34cd39c9c1acb1 URL: https://github.com/llvm/llvm-project/commit/61cca0f2e5bbb6045bb27b822e34cd39c9c1acb1 DIFF: https://github.com/llvm/llvm-project/commit/61cca0f2e5bbb6045bb27b822e34cd39c9c1acb1.diff

[clang] 2bccd2b - [Driver] Allow -specs and -nostartfiles to be forwarded to GCC

2020-09-04 Thread Pengxuan Zheng via cfe-commits
Author: Pengxuan Zheng Date: 2020-09-04T15:09:33-07:00 New Revision: 2bccd2b4350f887cc7fea1cc488690f58186c440 URL: https://github.com/llvm/llvm-project/commit/2bccd2b4350f887cc7fea1cc488690f58186c440 DIFF: https://github.com/llvm/llvm-project/commit/2bccd2b4350f887cc7fea1cc488690f58186c440.diff

r362637 - [cmake] Remove duplicate TestingSupport library for linking

2019-06-08 Thread Pengxuan Zheng via cfe-commits
Author: pzheng Date: Wed Jun 5 12:44:08 2019 New Revision: 362637 URL: http://llvm.org/viewvc/llvm-project?rev=362637&view=rev Log: [cmake] Remove duplicate TestingSupport library for linking Summary: This patch cleans up a duplicate use of TestingSupport library. Subscribers: mgorny, cfe-commi