r256063 - CC1 part of debugger tuning; pass through setting from driver to LLVM.

2015-12-18 Thread Paul Robinson via cfe-commits
Author: probinson Date: Fri Dec 18 17:41:11 2015 New Revision: 256063 URL: http://llvm.org/viewvc/llvm-project?rev=256063&view=rev Log: CC1 part of debugger tuning; pass through setting from driver to LLVM. Differential Revision: http://reviews.llvm.org/D15650 Modified: cfe/trunk/include/cla

r256066 - Revert r256063, it's killing clang-tools-extra

2015-12-18 Thread Paul Robinson via cfe-commits
Author: probinson Date: Fri Dec 18 18:23:11 2015 New Revision: 256066 URL: http://llvm.org/viewvc/llvm-project?rev=256066&view=rev Log: Revert r256063, it's killing clang-tools-extra Modified: cfe/trunk/include/clang/Driver/CC1Options.td cfe/trunk/include/clang/Frontend/CodeGenOptions.def

r256078 - Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.

2015-12-18 Thread Paul Robinson via cfe-commits
Author: probinson Date: Fri Dec 18 20:24:10 2015 New Revision: 256078 URL: http://llvm.org/viewvc/llvm-project?rev=256078&view=rev Log: Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM. Reapplies r256063, except instead of frugally re-using an LLVM enum, we define a

Re: [PATCH] D15651: Driver part of debugger tuning

2015-12-19 Thread Paul Robinson via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256104: Driver part of debugger tuning. (authored by probinson). Changed prior to commit: http://reviews.llvm.org/D15651?vs=43259&id=43304#toc Repository: rL LLVM http://reviews.llvm.org/D15651 Fil

r256104 - Driver part of debugger tuning.

2015-12-19 Thread Paul Robinson via cfe-commits
Author: probinson Date: Sat Dec 19 13:41:48 2015 New Revision: 256104 URL: http://llvm.org/viewvc/llvm-project?rev=256104&view=rev Log: Driver part of debugger tuning. Adds driver options named -glldb and -gsce to mean -g plus tuning for lldb and SCE debuggers respectively; the existing -ggdb opt

Re: [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables

2015-12-21 Thread Paul Robinson via cfe-commits
probinson added a comment. The patch to expose debugger tuning to Clang was finished in r256104. If you use the new -glldb option to clang, you should get these accelerator tables. I'm assuming you're using LLDB because I don't think any other debugger makes use of those tables, although that

[PATCH] D15704: Add some overlooked optnone tests, and tighten up an existing test

2015-12-21 Thread Paul Robinson via cfe-commits
probinson created this revision. probinson added a reviewer: aaron.ballman. probinson added a subscriber: cfe-commits. Found some tests we wrote back in the day, but which never made it upstream. optnone-and-attributes.cpp is a more thorough exercise of optnone attribute interaction than we have

[clang] 9808279 - [NFC] Bump DIAG_SIZE_FRONTEND (hit the limit downstream as of e05c1b46)

2024-04-03 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2024-04-03T08:12:16-07:00 New Revision: 9808279b0ec3663428fbf6294dfdd1d4f70b1cda URL: https://github.com/llvm/llvm-project/commit/9808279b0ec3663428fbf6294dfdd1d4f70b1cda DIFF: https://github.com/llvm/llvm-project/commit/9808279b0ec3663428fbf6294dfdd1d4f70b1cda.diff

[clang] 5fa21e5 - [NFC][X86][Headers] Fix missing blank line

2024-04-19 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2024-04-19T07:35:55-07:00 New Revision: 5fa21e5fc7384069276e15dbb1c27986a6e86483 URL: https://github.com/llvm/llvm-project/commit/5fa21e5fc7384069276e15dbb1c27986a6e86483 DIFF: https://github.com/llvm/llvm-project/commit/5fa21e5fc7384069276e15dbb1c27986a6e86483.diff

[clang] 7b85f0f - [PS4] isPS4 and isPS4CPU are not meaningfully different

2022-03-03 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2022-03-03T11:36:59-05:00 New Revision: 7b85f0f32f81f594016b065f71b58373cf2f7d35 URL: https://github.com/llvm/llvm-project/commit/7b85f0f32f81f594016b065f71b58373cf2f7d35 DIFF: https://github.com/llvm/llvm-project/commit/7b85f0f32f81f594016b065f71b58373cf2f7d35.diff

[clang] e22e277 - [RGT] DistroTest: Separate environment-specific test functions

2022-03-04 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2022-03-04T12:28:38-08:00 New Revision: e22e2774d93379d6bad41ae20194b076fdb44915 URL: https://github.com/llvm/llvm-project/commit/e22e2774d93379d6bad41ae20194b076fdb44915 DIFF: https://github.com/llvm/llvm-project/commit/e22e2774d93379d6bad41ae20194b076fdb44915.diff

[clang] fa17c0e - [PS4] Verify the default DWARF version is 4.

2022-01-04 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2022-01-04T11:57:10-08:00 New Revision: fa17c0e27ac5e874e0d0ce3be9146ee3f5a99016 URL: https://github.com/llvm/llvm-project/commit/fa17c0e27ac5e874e0d0ce3be9146ee3f5a99016 DIFF: https://github.com/llvm/llvm-project/commit/fa17c0e27ac5e874e0d0ce3be9146ee3f5a99016.diff

[clang] e150be6 - Document -fcrash-diagnostics-dir

2021-03-23 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2021-03-23T10:47:12-07:00 New Revision: e150be612bf79b75ce5b04136f18a7a1142aa423 URL: https://github.com/llvm/llvm-project/commit/e150be612bf79b75ce5b04136f18a7a1142aa423 DIFF: https://github.com/llvm/llvm-project/commit/e150be612bf79b75ce5b04136f18a7a1142aa423.diff

[clang] 04b3c8c - Pass -fcrash-diagnostics-dir along to LLVM

2021-04-06 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2021-04-06T09:30:52-07:00 New Revision: 04b3c8c52c549ee57e69a1b23484b8c4109f83b8 URL: https://github.com/llvm/llvm-project/commit/04b3c8c52c549ee57e69a1b23484b8c4109f83b8 DIFF: https://github.com/llvm/llvm-project/commit/04b3c8c52c549ee57e69a1b23484b8c4109f83b8.diff

[clang] 676a9ab - Remove .gitignore entries not relevant in the monorepo.

2021-04-07 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2021-04-07T12:25:02-07:00 New Revision: 676a9ab5e406f3a54179b3dd7be1ccd141841d19 URL: https://github.com/llvm/llvm-project/commit/676a9ab5e406f3a54179b3dd7be1ccd141841d19 DIFF: https://github.com/llvm/llvm-project/commit/676a9ab5e406f3a54179b3dd7be1ccd141841d19.diff

[clang] a72248c - Drop dangling comments from a recent test

2024-10-03 Thread Paul Robinson via cfe-commits
Author: Paul Robinson Date: 2024-10-03T12:56:29-04:00 New Revision: a72248cb65a74aff3cc5aef8d2807fc7efb4fb75 URL: https://github.com/llvm/llvm-project/commit/a72248cb65a74aff3cc5aef8d2807fc7efb4fb75 DIFF: https://github.com/llvm/llvm-project/commit/a72248cb65a74aff3cc5aef8d2807fc7efb4fb75.diff

<    1   2   3   4