[clang] b6178cc - [OffloadPackager] Use appropriate kind for LTO bitcode

2022-07-04 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-04T17:34:14-04:00 New Revision: b6178ccfe85238e123ecf29a12af23d3b70bef22 URL: https://github.com/llvm/llvm-project/commit/b6178ccfe85238e123ecf29a12af23d3b70bef22 DIFF: https://github.com/llvm/llvm-project/commit/b6178ccfe85238e123ecf29a12af23d3b70bef22.diff

[clang] 0bb1bf1 - [LinkerWrapper] Add AMDGPU specific options to the LLD invocation

2022-07-05 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-05T13:43:51-04:00 New Revision: 0bb1bf1b1761a9070540df0ae0e51bc1bfb80ccd URL: https://github.com/llvm/llvm-project/commit/0bb1bf1b1761a9070540df0ae0e51bc1bfb80ccd DIFF: https://github.com/llvm/llvm-project/commit/0bb1bf1b1761a9070540df0ae0e51bc1bfb80ccd.diff

[clang] ed801ad - [Clang] Use metadata to make identifying embedded objects easier

2022-07-07 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-07T12:20:25-04:00 New Revision: ed801ad5e5fef76c4303d04fd8de21662b428bee URL: https://github.com/llvm/llvm-project/commit/ed801ad5e5fef76c4303d04fd8de21662b428bee DIFF: https://github.com/llvm/llvm-project/commit/ed801ad5e5fef76c4303d04fd8de21662b428bee.diff

[clang] 41fba3c - [Metadata] Add 'exclude' metadata to add the exclude flags on globals

2022-07-07 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-07T12:20:40-04:00 New Revision: 41fba3c107a5bc99065f3bf8b9f5b9d52eab2d98 URL: https://github.com/llvm/llvm-project/commit/41fba3c107a5bc99065f3bf8b9f5b9d52eab2d98 DIFF: https://github.com/llvm/llvm-project/commit/41fba3c107a5bc99065f3bf8b9f5b9d52eab2d98.diff

[clang] 42e1035 - [LinkerWrapper] Identify offloading sections using ELF type

2022-07-07 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-07T12:38:00-04:00 New Revision: 42e10354d4553cdce131add80a4bf135f01d40db URL: https://github.com/llvm/llvm-project/commit/42e10354d4553cdce131add80a4bf135f01d40db DIFF: https://github.com/llvm/llvm-project/commit/42e10354d4553cdce131add80a4bf135f01d40db.diff

[clang] d2ead9e - [LinkerWrapper][NFC] Rework command line argument handling in the linker wrapper

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T11:18:38-04:00 New Revision: d2ead9e324d4d268e8c0634849d6081e177c9dd7 URL: https://github.com/llvm/llvm-project/commit/d2ead9e324d4d268e8c0634849d6081e177c9dd7 DIFF: https://github.com/llvm/llvm-project/commit/d2ead9e324d4d268e8c0634849d6081e177c9dd7.diff

[clang] e0de264 - [LinkerWrapper][NFC] Move error handling to a common function

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T11:18:38-04:00 New Revision: e0de264f6355c397e91927827a9cbb940c903607 URL: https://github.com/llvm/llvm-project/commit/e0de264f6355c397e91927827a9cbb940c903607 DIFF: https://github.com/llvm/llvm-project/commit/e0de264f6355c397e91927827a9cbb940c903607.diff

[clang] 74a8fce - [LinkerWrapper] Fix save-temps and argument name

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T11:38:33-04:00 New Revision: 74a8fce6e87e81802b4fe69769daec19504753bf URL: https://github.com/llvm/llvm-project/commit/74a8fce6e87e81802b4fe69769daec19504753bf DIFF: https://github.com/llvm/llvm-project/commit/74a8fce6e87e81802b4fe69769daec19504753bf.diff

[clang] 0d7161a - [Clang] Fix test failing due to renamed arg

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T11:50:56-04:00 New Revision: 0d7161af89f91db798f7be2a521568a4cd754214 URL: https://github.com/llvm/llvm-project/commit/0d7161af89f91db798f7be2a521568a4cd754214 DIFF: https://github.com/llvm/llvm-project/commit/0d7161af89f91db798f7be2a521568a4cd754214.diff

[clang] 7ecec30 - [Clang][Docs] Update the clang-linker-wrapper documentation.

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T14:30:07-04:00 New Revision: 7ecec30e43987f4851130fc08423ab23fec234a4 URL: https://github.com/llvm/llvm-project/commit/7ecec30e43987f4851130fc08423ab23fec234a4 DIFF: https://github.com/llvm/llvm-project/commit/7ecec30e43987f4851130fc08423ab23fec234a4.diff

[clang] d36b96a - [LinkerWrapper] Fix use of string savers and correctly pass bitcode libraries

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T17:22:35-04:00 New Revision: d36b96afb2245d791eaf9d9b1b1adfa52df1e498 URL: https://github.com/llvm/llvm-project/commit/d36b96afb2245d791eaf9d9b1b1adfa52df1e498 DIFF: https://github.com/llvm/llvm-project/commit/d36b96afb2245d791eaf9d9b1b1adfa52df1e498.diff

[clang] 24849c9 - [Clang] Fix the wrong features being derivec in the offload packager

2022-07-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-08T17:26:20-04:00 New Revision: 24849c9eb504cad5b17f16ed23a88dab92882d5d URL: https://github.com/llvm/llvm-project/commit/24849c9eb504cad5b17f16ed23a88dab92882d5d DIFF: https://github.com/llvm/llvm-project/commit/24849c9eb504cad5b17f16ed23a88dab92882d5d.diff

[clang] dbd3ade - [LinkerWrapper] Fix errors not exiting inside of the LTO pipeline

2022-07-09 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-09T11:29:04-04:00 New Revision: dbd3ade17bc1ed889f306ce13955b2048b5df969 URL: https://github.com/llvm/llvm-project/commit/dbd3ade17bc1ed889f306ce13955b2048b5df969 DIFF: https://github.com/llvm/llvm-project/commit/dbd3ade17bc1ed889f306ce13955b2048b5df969.diff

[clang] 22a01b8 - [LinkerWrapper] Forward `-mllvm` options to the linker wrapper

2022-07-09 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-09T21:18:19-04:00 New Revision: 22a01b860b909d7836658e0c58e484950766239b URL: https://github.com/llvm/llvm-project/commit/22a01b860b909d7836658e0c58e484950766239b DIFF: https://github.com/llvm/llvm-project/commit/22a01b860b909d7836658e0c58e484950766239b.diff

[clang] 0d16c23 - [OpenMP] Do not create offloading entries for internal or hidden symbols

2022-03-23 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-23T18:27:16-04:00 New Revision: 0d16c23af1da2e7c83c84cf64f8b76947f038044 URL: https://github.com/llvm/llvm-project/commit/0d16c23af1da2e7c83c84cf64f8b76947f038044 DIFF: https://github.com/llvm/llvm-project/commit/0d16c23af1da2e7c83c84cf64f8b76947f038044.diff

[clang] d912232 - [CUDA][FIX] Fix name conflict in getNVPTXTargetFeatures

2022-03-23 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-23T23:07:51-04:00 New Revision: d91223274145a0c33ab01641902650b249921a43 URL: https://github.com/llvm/llvm-project/commit/d91223274145a0c33ab01641902650b249921a43 DIFF: https://github.com/llvm/llvm-project/commit/d91223274145a0c33ab01641902650b249921a43.diff

[clang] bfda793 - [OpenMP] Add a semantic check for updating hidden or internal values

2022-03-24 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-24T19:38:30-04:00 New Revision: bfda79341bb5e5d8eb9a8fa63958ecfe75f57d78 URL: https://github.com/llvm/llvm-project/commit/bfda79341bb5e5d8eb9a8fa63958ecfe75f57d78 DIFF: https://github.com/llvm/llvm-project/commit/bfda79341bb5e5d8eb9a8fa63958ecfe75f57d78.diff

[clang] b9f67d4 - [OpenMP] Replace device kernel linkage with weak_odr

2022-03-25 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-25T11:29:15-04:00 New Revision: b9f67d44ba37f3012f892a65550ec941f13626c0 URL: https://github.com/llvm/llvm-project/commit/b9f67d44ba37f3012f892a65550ec941f13626c0 DIFF: https://github.com/llvm/llvm-project/commit/b9f67d44ba37f3012f892a65550ec941f13626c0.diff

[clang] 3c6d32e - [OpenMP] Make Ctor / Dtor functions have external visibility

2022-03-25 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-25T22:44:17-04:00 New Revision: 3c6d32ec6cdb426d531e0a3b3aa4449ff6e4d75c URL: https://github.com/llvm/llvm-project/commit/3c6d32ec6cdb426d531e0a3b3aa4449ff6e4d75c DIFF: https://github.com/llvm/llvm-project/commit/3c6d32ec6cdb426d531e0a3b3aa4449ff6e4d75c.diff

[clang] 9d3550c - [OpenMP] Add AMDGPU calling convention to ctor / dtor functions

2022-03-25 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-25T22:44:20-04:00 New Revision: 9d3550c5173373305c10a5a471a935be205191a2 URL: https://github.com/llvm/llvm-project/commit/9d3550c5173373305c10a5a471a935be205191a2 DIFF: https://github.com/llvm/llvm-project/commit/9d3550c5173373305c10a5a471a935be205191a2.diff

[clang] 392bb8c - [OpenMP] Fix AMDGPU globals test

2022-03-25 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-25T23:05:41-04:00 New Revision: 392bb8cf1f726207fd994b400f6bc38cb4757a05 URL: https://github.com/llvm/llvm-project/commit/392bb8cf1f726207fd994b400f6bc38cb4757a05 DIFF: https://github.com/llvm/llvm-project/commit/392bb8cf1f726207fd994b400f6bc38cb4757a05.diff

[clang] fceea4e - [OpenMP] Fix library path missing when using OpenMP

2022-03-28 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-28T14:30:35-04:00 New Revision: fceea4e11028f4bfbafbd6893ddeb319420107d9 URL: https://github.com/llvm/llvm-project/commit/fceea4e11028f4bfbafbd6893ddeb319420107d9 DIFF: https://github.com/llvm/llvm-project/commit/fceea4e11028f4bfbafbd6893ddeb319420107d9.diff

[clang] 69a7777 - [OpenMP] Make linker wrapper thin-lto default thread count use all

2022-04-01 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-01T09:44:28-04:00 New Revision: 69a1a9f5e577083338c3cebd61bbeb417843 URL: https://github.com/llvm/llvm-project/commit/69a1a9f5e577083338c3cebd61bbeb417843 DIFF: https://github.com/llvm/llvm-project/commit/69a1a9f5e577083338c3cebd61bbeb417843.diff

[clang] e27026c - [LinkerWrapper] Do not consume `--verbose` from the linker

2022-07-27 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-27T16:06:48-04:00 New Revision: e27026cce16a98f923bbdb71362334faf6d68cd3 URL: https://github.com/llvm/llvm-project/commit/e27026cce16a98f923bbdb71362334faf6d68cd3 DIFF: https://github.com/llvm/llvm-project/commit/e27026cce16a98f923bbdb71362334faf6d68cd3.diff

[clang] 3b52341 - [CUDA] Fix output name being replaced in device-only mode

2022-08-05 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-08-05T19:08:41-04:00 New Revision: 3b52341116b794e53dec2fd07e568884e5a0b8bb URL: https://github.com/llvm/llvm-project/commit/3b52341116b794e53dec2fd07e568884e5a0b8bb DIFF: https://github.com/llvm/llvm-project/commit/3b52341116b794e53dec2fd07e568884e5a0b8bb.diff

[clang] b71b22e - [LinkerWrapper] Use C++17 structured bindings

2022-08-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-08-08T15:07:03-04:00 New Revision: b71b22e48ddcf98ada78dc1e98c2fbdb562e0bd2 URL: https://github.com/llvm/llvm-project/commit/b71b22e48ddcf98ada78dc1e98c2fbdb562e0bd2 DIFF: https://github.com/llvm/llvm-project/commit/b71b22e48ddcf98ada78dc1e98c2fbdb562e0bd2.diff

[clang] 806bbc4 - [OpenMP] Try to embed offloading objects after codegen

2022-03-14 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-14T20:08:24-04:00 New Revision: 806bbc49dc07465eddc883b09d48dd93fb64d147 URL: https://github.com/llvm/llvm-project/commit/806bbc49dc07465eddc883b09d48dd93fb64d147 DIFF: https://github.com/llvm/llvm-project/commit/806bbc49dc07465eddc883b09d48dd93fb64d147.diff

[clang] 9f89769 - [Clang] Add offload kind to embedded offload object

2022-03-14 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-14T20:08:27-04:00 New Revision: 9f89769cd775ce6dc27cad0fbfdd94bf94bc8f99 URL: https://github.com/llvm/llvm-project/commit/9f89769cd775ce6dc27cad0fbfdd94bf94bc8f99 DIFF: https://github.com/llvm/llvm-project/commit/9f89769cd775ce6dc27cad0fbfdd94bf94bc8f99.diff

[clang] 23d885b - [OpenMP][NFC] Refactor new driver to be more general

2022-03-14 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-14T20:08:29-04:00 New Revision: 23d885b3a2e8a1e0c22cfcbccec410865e7653c9 URL: https://github.com/llvm/llvm-project/commit/23d885b3a2e8a1e0c22cfcbccec410865e7653c9 DIFF: https://github.com/llvm/llvm-project/commit/23d885b3a2e8a1e0c22cfcbccec410865e7653c9.diff

[clang] 06b336c - [OpenMP] Implement dense map info for device file

2022-03-14 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-14T20:08:26-04:00 New Revision: 06b336c4cd2c91e0dec877cca1303eddaeb4ef79 URL: https://github.com/llvm/llvm-project/commit/06b336c4cd2c91e0dec877cca1303eddaeb4ef79 DIFF: https://github.com/llvm/llvm-project/commit/06b336c4cd2c91e0dec877cca1303eddaeb4ef79.diff

[clang] 670438e - [OpenMP][Fix] Add offloading kind to AMDGPU libraries

2022-03-14 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-14T21:18:19-04:00 New Revision: 670438e55dc265dc0b25567e62a6e328d91f30a0 URL: https://github.com/llvm/llvm-project/commit/670438e55dc265dc0b25567e62a6e328d91f30a0 DIFF: https://github.com/llvm/llvm-project/commit/670438e55dc265dc0b25567e62a6e328d91f30a0.diff

[clang] f1388b6 - [OpenMP][Fix] Fix test failing after patch

2022-03-14 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-14T21:51:38-04:00 New Revision: f1388b616ab83b1022cb967ab8a868cf36d83161 URL: https://github.com/llvm/llvm-project/commit/f1388b616ab83b1022cb967ab8a868cf36d83161 DIFF: https://github.com/llvm/llvm-project/commit/f1388b616ab83b1022cb967ab8a868cf36d83161.diff

[clang] a3248e4 - [CUDA] Add getTargetFeatures for the NVPTX toolchain

2022-03-21 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-21T16:32:36-04:00 New Revision: a3248e4b28ce09c3a749ecae5378dd0b3a8d42b1 URL: https://github.com/llvm/llvm-project/commit/a3248e4b28ce09c3a749ecae5378dd0b3a8d42b1 DIFF: https://github.com/llvm/llvm-project/commit/a3248e4b28ce09c3a749ecae5378dd0b3a8d42b1.diff

[clang] 5856f30 - [LTO] Add configuartion option to use default optimization pipeline

2022-03-22 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-03-22T09:28:45-04:00 New Revision: 5856f30b5ae06153ff4a7d3db73ff8d9a05b4144 URL: https://github.com/llvm/llvm-project/commit/5856f30b5ae06153ff4a7d3db73ff8d9a05b4144 DIFF: https://github.com/llvm/llvm-project/commit/5856f30b5ae06153ff4a7d3db73ff8d9a05b4144.diff

[clang] ae37757 - [OpenMP] Remove help and documentation for old flag

2022-04-08 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-08T10:16:33-04:00 New Revision: ae377575b23b07107c08627357821a131a2ab1e0 URL: https://github.com/llvm/llvm-project/commit/ae377575b23b07107c08627357821a131a2ab1e0 DIFF: https://github.com/llvm/llvm-project/commit/ae377575b23b07107c08627357821a131a2ab1e0.diff

[clang] a1d57fc - [OpenMP] Do not use the default pipeline without optimizations

2022-04-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-11T17:27:38-04:00 New Revision: a1d57fc22587173c928ed5d82bc6b182d2465eb7 URL: https://github.com/llvm/llvm-project/commit/a1d57fc22587173c928ed5d82bc6b182d2465eb7 DIFF: https://github.com/llvm/llvm-project/commit/a1d57fc22587173c928ed5d82bc6b182d2465eb7.diff

[clang] cac8116 - [OpenMP] Don't manually strip sections in the linker wrapper

2022-04-15 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-15T20:35:25-04:00 New Revision: cac81161ed1386b32443e13ab513c6a3d081d6a7 URL: https://github.com/llvm/llvm-project/commit/cac81161ed1386b32443e13ab513c6a3d081d6a7 DIFF: https://github.com/llvm/llvm-project/commit/cac81161ed1386b32443e13ab513c6a3d081d6a7.diff

[clang] 984a0dc - [OpenMP] Use new offloading binary when embedding offloading images

2022-04-15 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-15T20:35:26-04:00 New Revision: 984a0dc386553f28068716a087d65ccf8a92889b URL: https://github.com/llvm/llvm-project/commit/984a0dc386553f28068716a087d65ccf8a92889b DIFF: https://github.com/llvm/llvm-project/commit/984a0dc386553f28068716a087d65ccf8a92889b.diff

[clang] 33b604d - [OpenMP] Fix linting diagnostics in the linker wrapper

2022-04-15 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-15T21:19:29-04:00 New Revision: 33b604d1c3017a6d09e47384566353efe7bbfe57 URL: https://github.com/llvm/llvm-project/commit/33b604d1c3017a6d09e47384566353efe7bbfe57 DIFF: https://github.com/llvm/llvm-project/commit/33b604d1c3017a6d09e47384566353efe7bbfe57.diff

[clang] ae23be8 - [OpenMP] Make the new offloading driver the default

2022-04-18 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-18T15:05:09-04:00 New Revision: ae23be84cb60357829078e832613660bfe98687f URL: https://github.com/llvm/llvm-project/commit/ae23be84cb60357829078e832613660bfe98687f DIFF: https://github.com/llvm/llvm-project/commit/ae23be84cb60357829078e832613660bfe98687f.diff

[clang] 15e6206 - [Clang][Docs] Update information on the new driver now that it's default

2022-04-18 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-18T15:05:09-04:00 New Revision: 15e62062c0c919ac1fa28d6f0c9f438063da2286 URL: https://github.com/llvm/llvm-project/commit/15e62062c0c919ac1fa28d6f0c9f438063da2286 DIFF: https://github.com/llvm/llvm-project/commit/15e62062c0c919ac1fa28d6f0c9f438063da2286.diff

[clang] 944b25a - [OpenMP] Make Xopenmp-target args compile-only to silence warnings

2022-04-19 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-19T08:42:43-04:00 New Revision: 944b25aee393ceb31d847fb4d3b98695852eecc9 URL: https://github.com/llvm/llvm-project/commit/944b25aee393ceb31d847fb4d3b98695852eecc9 DIFF: https://github.com/llvm/llvm-project/commit/944b25aee393ceb31d847fb4d3b98695852eecc9.diff

[clang] 0f8b8d7 - [OpenMP][Docs] Remove old 14.0 release information

2022-04-19 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-19T08:45:51-04:00 New Revision: 0f8b8d79af8bf97a414986cdebfa728ce5018f80 URL: https://github.com/llvm/llvm-project/commit/0f8b8d79af8bf97a414986cdebfa728ce5018f80 DIFF: https://github.com/llvm/llvm-project/commit/0f8b8d79af8bf97a414986cdebfa728ce5018f80.diff

[clang] 260c5df - [OpenMP] Add better testing for the linker wrapper

2022-04-19 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-19T18:37:09-04:00 New Revision: 260c5df2d52b67751f9ed33fde1b453c53f44f88 URL: https://github.com/llvm/llvm-project/commit/260c5df2d52b67751f9ed33fde1b453c53f44f88 DIFF: https://github.com/llvm/llvm-project/commit/260c5df2d52b67751f9ed33fde1b453c53f44f88.diff

[clang] dbb10f7 - [OpenMP] Fix deleted move constructor failing on some compiles

2022-04-19 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-19T18:40:15-04:00 New Revision: dbb10f7097dd357557b7b1976ff0b47c5627141b URL: https://github.com/llvm/llvm-project/commit/dbb10f7097dd357557b7b1976ff0b47c5627141b DIFF: https://github.com/llvm/llvm-project/commit/dbb10f7097dd357557b7b1976ff0b47c5627141b.diff

[clang] 8c64928 - [OpenMP] Add necessary registered targets for linker wrapper test

2022-04-19 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-19T18:48:58-04:00 New Revision: 8c64928887997a176c8f78b26c0edf00d6b2f59d URL: https://github.com/llvm/llvm-project/commit/8c64928887997a176c8f78b26c0edf00d6b2f59d DIFF: https://github.com/llvm/llvm-project/commit/8c64928887997a176c8f78b26c0edf00d6b2f59d.diff

[clang] 1dfe027 - [OpenMP] Add explicit triple to linker wrapper test

2022-04-20 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-20T07:24:51-04:00 New Revision: 1dfe0273fda3972662bd979de3c216155b18f6ed URL: https://github.com/llvm/llvm-project/commit/1dfe0273fda3972662bd979de3c216155b18f6ed DIFF: https://github.com/llvm/llvm-project/commit/1dfe0273fda3972662bd979de3c216155b18f6ed.diff

[clang] ee74aba - [OpenMP] Add triple to the linker wrapper job

2022-04-20 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-20T08:23:43-04:00 New Revision: ee74abaad71e80628540ca7e8abc42ba0cde2101 URL: https://github.com/llvm/llvm-project/commit/ee74abaad71e80628540ca7e8abc42ba0cde2101 DIFF: https://github.com/llvm/llvm-project/commit/ee74abaad71e80628540ca7e8abc42ba0cde2101.diff

[clang] 3348991 - [OpenMP] Properly guard linker input using the new driver

2022-04-21 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-21T18:50:26-04:00 New Revision: 334899110639297d62618f2bb5f8da9c0c46698a URL: https://github.com/llvm/llvm-project/commit/334899110639297d62618f2bb5f8da9c0c46698a DIFF: https://github.com/llvm/llvm-project/commit/334899110639297d62618f2bb5f8da9c0c46698a.diff

[clang] 28ab594 - [Clang][Docs] Add documention for new OpenMP offloading driver

2022-02-03 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-03T13:09:49-05:00 New Revision: 28ab5944cd75b790bc6a60ab82e80bc6d4972b63 URL: https://github.com/llvm/llvm-project/commit/28ab5944cd75b790bc6a60ab82e80bc6d4972b63 DIFF: https://github.com/llvm/llvm-project/commit/28ab5944cd75b790bc6a60ab82e80bc6d4972b63.diff

[clang] 9138d96 - [OpenMP] Don't use bound architecture when checking cache on the host

2022-02-03 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-03T17:17:38-05:00 New Revision: 9138d96f8b01605b213e8c4d587853a46cca3f44 URL: https://github.com/llvm/llvm-project/commit/9138d96f8b01605b213e8c4d587853a46cca3f44 DIFF: https://github.com/llvm/llvm-project/commit/9138d96f8b01605b213e8c4d587853a46cca3f44.diff

[clang] da20df2 - Revert "[OpenMP] Don't use bound architecture when checking cache on the host"

2022-02-03 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-03T17:43:10-05:00 New Revision: da20df21157f316648447b21f2ce6cf79a5ef57c URL: https://github.com/llvm/llvm-project/commit/da20df21157f316648447b21f2ce6cf79a5ef57c DIFF: https://github.com/llvm/llvm-project/commit/da20df21157f316648447b21f2ce6cf79a5ef57c.diff

[clang] 8cc4ca9 - [OpenMP] Add Cuda path to linker wrapper tool

2022-02-03 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-03T20:39:18-05:00 New Revision: 8cc4ca95b02bc5b5b668b3d537b45a6585575cba URL: https://github.com/llvm/llvm-project/commit/8cc4ca95b02bc5b5b668b3d537b45a6585575cba DIFF: https://github.com/llvm/llvm-project/commit/8cc4ca95b02bc5b5b668b3d537b45a6585575cba.diff

[clang] eeb29c8 - [OpenMP] Add -Bsymbolic to arguments for GNU linker

2022-02-04 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-04T15:13:32-05:00 New Revision: eeb29c8477d96ad821b3283dad8ed060a3426118 URL: https://github.com/llvm/llvm-project/commit/eeb29c8477d96ad821b3283dad8ed060a3426118 DIFF: https://github.com/llvm/llvm-project/commit/eeb29c8477d96ad821b3283dad8ed060a3426118.diff

[clang] 5966c2e - [OpenMP] Fix mismatched device runtime name

2022-02-04 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-04T16:54:31-05:00 New Revision: 5966c2ec026c7953a86dd849b13a98589ed10e9c URL: https://github.com/llvm/llvm-project/commit/5966c2ec026c7953a86dd849b13a98589ed10e9c DIFF: https://github.com/llvm/llvm-project/commit/5966c2ec026c7953a86dd849b13a98589ed10e9c.diff

[clang] 280716e - [OpenMP] Change amdgcn to amdgpu in device library handling

2022-02-04 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-04T20:51:05-05:00 New Revision: 280716e75f76820f1c8b7c13812c96237dc4bcc5 URL: https://github.com/llvm/llvm-project/commit/280716e75f76820f1c8b7c13812c96237dc4bcc5 DIFF: https://github.com/llvm/llvm-project/commit/280716e75f76820f1c8b7c13812c96237dc4bcc5.diff

[clang] 7ee8bd6 - [OpenMP] Use executable path when searching for lld

2022-02-07 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-07T15:09:51-05:00 New Revision: 7ee8bd60f225b36623114f52103b0ecb91e2fb64 URL: https://github.com/llvm/llvm-project/commit/7ee8bd60f225b36623114f52103b0ecb91e2fb64 DIFF: https://github.com/llvm/llvm-project/commit/7ee8bd60f225b36623114f52103b0ecb91e2fb64.diff

[clang] 5c9ee35 - [Clang][Docs] Fix some typos in offloading design documentation

2022-02-07 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-07T15:24:17-05:00 New Revision: 5c9ee3513870cc597d50ba6145d6c2e60cdddb67 URL: https://github.com/llvm/llvm-project/commit/5c9ee3513870cc597d50ba6145d6c2e60cdddb67 DIFF: https://github.com/llvm/llvm-project/commit/5c9ee3513870cc597d50ba6145d6c2e60cdddb67.diff

[clang] a0e8077 - [OpenMP][NFC] Simplify identifying the device bitcode library

2022-02-12 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-12T14:55:47-05:00 New Revision: a0e8077d285ad35578677e3e03375cb9f1208e36 URL: https://github.com/llvm/llvm-project/commit/a0e8077d285ad35578677e3e03375cb9f1208e36 DIFF: https://github.com/llvm/llvm-project/commit/a0e8077d285ad35578677e3e03375cb9f1208e36.diff

[clang] 24ecafb - [OpenMP] Add support for CPU offloading in new driver

2022-02-15 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-15T15:05:30-05:00 New Revision: 24ecafb4132704db513d550f2edfe875d353287f URL: https://github.com/llvm/llvm-project/commit/24ecafb4132704db513d550f2edfe875d353287f DIFF: https://github.com/llvm/llvm-project/commit/24ecafb4132704db513d550f2edfe875d353287f.diff

[clang] 61fb260 - [OpenMP] Pass AMDGPU math libraries into the linker wrapper

2022-02-16 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-16T11:39:11-05:00 New Revision: 61fb260d9d8c26a61a8dfd64e94d51f2c9a06830 URL: https://github.com/llvm/llvm-project/commit/61fb260d9d8c26a61a8dfd64e94d51f2c9a06830 DIFF: https://github.com/llvm/llvm-project/commit/61fb260d9d8c26a61a8dfd64e94d51f2c9a06830.diff

[clang] 5781839 - Revert "[OpenMP] Pass AMDGPU math libraries into the linker wrapper"

2022-02-16 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-16T11:54:44-05:00 New Revision: 5781839f7a348d4f942e6c7ee5d720e93517022a URL: https://github.com/llvm/llvm-project/commit/5781839f7a348d4f942e6c7ee5d720e93517022a DIFF: https://github.com/llvm/llvm-project/commit/5781839f7a348d4f942e6c7ee5d720e93517022a.diff

[clang] 55639c2 - [OpenMP] Properly save strings when doing LTO

2022-02-16 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-16T16:40:39-05:00 New Revision: 55639c2f7c3ede5a3fba26e82cb038355d4d8542 URL: https://github.com/llvm/llvm-project/commit/55639c2f7c3ede5a3fba26e82cb038355d4d8542 DIFF: https://github.com/llvm/llvm-project/commit/55639c2f7c3ede5a3fba26e82cb038355d4d8542.diff

[clang] 64ecdc1 - [OpenMP] Pass AMDGPU math libraries into the linker wrapper

2022-02-16 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-02-16T16:40:40-05:00 New Revision: 64ecdc1cb168dddc06aa57a8bac5afb8abe05634 URL: https://github.com/llvm/llvm-project/commit/64ecdc1cb168dddc06aa57a8bac5afb8abe05634 DIFF: https://github.com/llvm/llvm-project/commit/64ecdc1cb168dddc06aa57a8bac5afb8abe05634.diff

[clang] 3530c35 - [OpenMP] Use CUDA's non-RDC mode when LTO has whole program visibility

2022-04-23 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-23T12:42:40-04:00 New Revision: 3530c35c660919b9367f1ac598abfb9a569e7606 URL: https://github.com/llvm/llvm-project/commit/3530c35c660919b9367f1ac598abfb9a569e7606 DIFF: https://github.com/llvm/llvm-project/commit/3530c35c660919b9367f1ac598abfb9a569e7606.diff

[clang] 2fb1316 - [OpenMP] Fix incorrect path taken when searching for LLD for offloading

2022-04-26 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-26T10:51:04-04:00 New Revision: 2fb131668fff921dcfedb0b22efb908cc794c07f URL: https://github.com/llvm/llvm-project/commit/2fb131668fff921dcfedb0b22efb908cc794c07f DIFF: https://github.com/llvm/llvm-project/commit/2fb131668fff921dcfedb0b22efb908cc794c07f.diff

[clang] 0a4a43c - [OpenMP] Properly handle the `-f/-fno` veraints for the new driver

2022-04-27 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-27T09:58:55-04:00 New Revision: 0a4a43cf138b929b5280dbe4fcf5f219ca18ae43 URL: https://github.com/llvm/llvm-project/commit/0a4a43cf138b929b5280dbe4fcf5f219ca18ae43 DIFF: https://github.com/llvm/llvm-project/commit/0a4a43cf138b929b5280dbe4fcf5f219ca18ae43.diff

[clang] 643c9b2 - [OpenMP] Make generating offloading entries more generic

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T09:14:31-04:00 New Revision: 643c9b22ef527be8532d7b75ccf64180fa060339 URL: https://github.com/llvm/llvm-project/commit/643c9b22ef527be8532d7b75ccf64180fa060339 DIFF: https://github.com/llvm/llvm-project/commit/643c9b22ef527be8532d7b75ccf64180fa060339.diff

[clang] ca6bbe0 - [OpenMP] Make clang argument handling for the new driver more generic

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T09:14:35-04:00 New Revision: ca6bbe008512c9dc6a1ac242466a9d42288daff8 URL: https://github.com/llvm/llvm-project/commit/ca6bbe008512c9dc6a1ac242466a9d42288daff8 DIFF: https://github.com/llvm/llvm-project/commit/ca6bbe008512c9dc6a1ac242466a9d42288daff8.diff

[clang] 4e2b5a6 - [Clang] Make enabling the new driver more generic

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T09:14:39-04:00 New Revision: 4e2b5a6693e299fcb8671d4dbb69c993d181b29f URL: https://github.com/llvm/llvm-project/commit/4e2b5a6693e299fcb8671d4dbb69c993d181b29f DIFF: https://github.com/llvm/llvm-project/commit/4e2b5a6693e299fcb8671d4dbb69c993d181b29f.diff

[clang] c5e5b54 - [CUDA] Add driver support for compiling CUDA with the new driver

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T09:14:44-04:00 New Revision: c5e5b54350fecd4b44c60eb4e982c13de5307aee URL: https://github.com/llvm/llvm-project/commit/c5e5b54350fecd4b44c60eb4e982c13de5307aee DIFF: https://github.com/llvm/llvm-project/commit/c5e5b54350fecd4b44c60eb4e982c13de5307aee.diff

[clang] 47d6625 - [OpenMP] Add options to only compile the host or device when offloading

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T11:22:21-04:00 New Revision: 47d66255701a5cfeab6c05e3642a2cccf7a4c09f URL: https://github.com/llvm/llvm-project/commit/47d66255701a5cfeab6c05e3642a2cccf7a4c09f DIFF: https://github.com/llvm/llvm-project/commit/47d66255701a5cfeab6c05e3642a2cccf7a4c09f.diff

[clang] d9c64d3 - [OpenMP] Allow CUDA to be linked with OpenMP using the new driver

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T11:38:40-04:00 New Revision: d9c64d33b98be695fc78a65624242033058ed117 URL: https://github.com/llvm/llvm-project/commit/d9c64d33b98be695fc78a65624242033058ed117 DIFF: https://github.com/llvm/llvm-project/commit/d9c64d33b98be695fc78a65624242033058ed117.diff

[clang] 9c8a883 - [Clang][Docs] Add new offloading flags to the clang documentation

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T13:07:11-04:00 New Revision: 9c8a88382d86c731db3c5c92d8ecd6ef296329ab URL: https://github.com/llvm/llvm-project/commit/9c8a88382d86c731db3c5c92d8ecd6ef296329ab DIFF: https://github.com/llvm/llvm-project/commit/9c8a88382d86c731db3c5c92d8ecd6ef296329ab.diff

[clang] 9f7ac52 - [OpenMP] Fix printing commands twice in verbose mode

2022-04-29 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-04-29T23:06:22-04:00 New Revision: 9f7ac522ae1cacd954e12f89cd4f3d049251188e URL: https://github.com/llvm/llvm-project/commit/9f7ac522ae1cacd954e12f89cd4f3d049251188e DIFF: https://github.com/llvm/llvm-project/commit/9f7ac522ae1cacd954e12f89cd4f3d049251188e.diff

[clang] 46a5a80 - [OpenMP] Fix save-temps name in linker wrapper

2022-05-03 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-03T20:51:05-04:00 New Revision: 46a5a8029e151daf6cb97d51c9cdd1aeab59de78 URL: https://github.com/llvm/llvm-project/commit/46a5a8029e151daf6cb97d51c9cdd1aeab59de78 DIFF: https://github.com/llvm/llvm-project/commit/46a5a8029e151daf6cb97d51c9cdd1aeab59de78.diff

[clang] e12905b - [OpenMP] Add basic support for properly handling static libraries

2022-05-06 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-06T11:20:58-04:00 New Revision: e12905b4d5f95952600515901b82da0a8eefcd73 URL: https://github.com/llvm/llvm-project/commit/e12905b4d5f95952600515901b82da0a8eefcd73 DIFF: https://github.com/llvm/llvm-project/commit/e12905b4d5f95952600515901b82da0a8eefcd73.diff

[clang] 8477a0d - [OpenMP] Allow compiling multiple target architectures with OpenMP

2022-05-06 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-06T16:57:16-04:00 New Revision: 8477a0d769a0b877f14e3ec3fde576b6a3b173ce URL: https://github.com/llvm/llvm-project/commit/8477a0d769a0b877f14e3ec3fde576b6a3b173ce DIFF: https://github.com/llvm/llvm-project/commit/8477a0d769a0b877f14e3ec3fde576b6a3b173ce.diff

[clang] 509b631 - [OpenMP] Try to Infer target triples using the offloading architecture

2022-05-06 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-06T16:57:18-04:00 New Revision: 509b631f84e97e717a675a6ef60ae4728bb11551 URL: https://github.com/llvm/llvm-project/commit/509b631f84e97e717a675a6ef60ae4728bb11551 DIFF: https://github.com/llvm/llvm-project/commit/509b631f84e97e717a675a6ef60ae4728bb11551.diff

[clang] 359e4a8 - [Clang] Parse toolchain-specific offloading arguments directly

2022-07-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-11T15:37:50-04:00 New Revision: 359e4a8247316c2f0c21072919836fd9fd4cf0f1 URL: https://github.com/llvm/llvm-project/commit/359e4a8247316c2f0c21072919836fd9fd4cf0f1 DIFF: https://github.com/llvm/llvm-project/commit/359e4a8247316c2f0c21072919836fd9fd4cf0f1.diff

[clang] e88d53d - [HIP] Generate offloading entries for HIP with the new driver.

2022-07-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-11T15:49:21-04:00 New Revision: e88d53d25f3b48204615195615da35e575081903 URL: https://github.com/llvm/llvm-project/commit/e88d53d25f3b48204615195615da35e575081903 DIFF: https://github.com/llvm/llvm-project/commit/e88d53d25f3b48204615195615da35e575081903.diff

[clang] ce091eb - [HIP] Add support for handling HIP in the linker wrapper

2022-07-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-11T15:49:23-04:00 New Revision: ce091eb3b91fc683513f47a565d68cf2799804c9 URL: https://github.com/llvm/llvm-project/commit/ce091eb3b91fc683513f47a565d68cf2799804c9 DIFF: https://github.com/llvm/llvm-project/commit/ce091eb3b91fc683513f47a565d68cf2799804c9.diff

[clang] fe6a391 - [Clang] Fix tests failing due to invalid syntax for host triple

2022-07-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-11T21:31:56-04:00 New Revision: fe6a391357fcf0823a97a9a3814572655c3b3b74 URL: https://github.com/llvm/llvm-project/commit/fe6a391357fcf0823a97a9a3814572655c3b3b74 DIFF: https://github.com/llvm/llvm-project/commit/fe6a391357fcf0823a97a9a3814572655c3b3b74.diff

[clang] d214bfe - [OpenMP] Do not link static library with `-nogpulib`

2022-07-12 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-12T08:15:15-04:00 New Revision: d214bfe78d8d79a9c6bce5a7daf8d70135ebc670 URL: https://github.com/llvm/llvm-project/commit/d214bfe78d8d79a9c6bce5a7daf8d70135ebc670 DIFF: https://github.com/llvm/llvm-project/commit/d214bfe78d8d79a9c6bce5a7daf8d70135ebc670.diff

[clang] 86a49a4 - [LinkerWrapper] Make ThinLTO work inside the linker wrapper

2022-07-12 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-12T11:46:46-04:00 New Revision: 86a49a4f4f50c2590716bdc440a97e89f5858a4f URL: https://github.com/llvm/llvm-project/commit/86a49a4f4f50c2590716bdc440a97e89f5858a4f DIFF: https://github.com/llvm/llvm-project/commit/86a49a4f4f50c2590716bdc440a97e89f5858a4f.diff

[clang] 1586b59 - [LinkerWrapper] Clean-up unused definitions

2022-07-12 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-12T11:46:46-04:00 New Revision: 1586b5952894c9ba1941fd38a1f7a6b8ca4ee8df URL: https://github.com/llvm/llvm-project/commit/1586b5952894c9ba1941fd38a1f7a6b8ca4ee8df DIFF: https://github.com/llvm/llvm-project/commit/1586b5952894c9ba1941fd38a1f7a6b8ca4ee8df.diff

[clang] a3cbb15 - [LinkerWrapper] Tweak save-temps output name

2022-07-12 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-12T19:42:04-04:00 New Revision: a3cbb158a277e62dfa19b3740012270b3cfd0a47 URL: https://github.com/llvm/llvm-project/commit/a3cbb158a277e62dfa19b3740012270b3cfd0a47 DIFF: https://github.com/llvm/llvm-project/commit/a3cbb158a277e62dfa19b3740012270b3cfd0a47.diff

[clang] 20d253e - [LinkerWrapper] Fix linker-wrapper not working with host-LTO

2022-07-13 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-13T12:32:02-04:00 New Revision: 20d253e3bf69494e670ad529b311948a21caf783 URL: https://github.com/llvm/llvm-project/commit/20d253e3bf69494e670ad529b311948a21caf783 DIFF: https://github.com/llvm/llvm-project/commit/20d253e3bf69494e670ad529b311948a21caf783.diff

[clang] 96f16a6 - [LinkerWrapper] Add support for timescope tracing

2022-07-13 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-13T15:38:39-04:00 New Revision: 96f16a6867f78e42e67807cbd357546a95b2a9b6 URL: https://github.com/llvm/llvm-project/commit/96f16a6867f78e42e67807cbd357546a95b2a9b6 DIFF: https://github.com/llvm/llvm-project/commit/96f16a6867f78e42e67807cbd357546a95b2a9b6.diff

[clang] c70db40 - [LinkerWrapper] Support time tracing in the linker wrapper

2022-07-13 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-13T15:38:39-04:00 New Revision: c70db40ceb65ef5ad4549a0ad4665ed88a5e2224 URL: https://github.com/llvm/llvm-project/commit/c70db40ceb65ef5ad4549a0ad4665ed88a5e2224 DIFF: https://github.com/llvm/llvm-project/commit/c70db40ceb65ef5ad4549a0ad4665ed88a5e2224.diff

[clang] 1a5c1ee - [LinkerWrapper] Fix deleted constructor error on older compilers

2022-07-13 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-13T15:45:35-04:00 New Revision: 1a5c1ee5b8bb580ce35e660f9ea907148c6bf627 URL: https://github.com/llvm/llvm-project/commit/1a5c1ee5b8bb580ce35e660f9ea907148c6bf627 DIFF: https://github.com/llvm/llvm-project/commit/1a5c1ee5b8bb580ce35e660f9ea907148c6bf627.diff

[clang] 6abaa8e - [CUDA][HIP][NFC] Do not add `-fgpu-rdc` flag twice

2022-07-13 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-13T15:57:53-04:00 New Revision: 6abaa8e2103760025cee76528f555de7cf6698e6 URL: https://github.com/llvm/llvm-project/commit/6abaa8e2103760025cee76528f555de7cf6698e6 DIFF: https://github.com/llvm/llvm-project/commit/6abaa8e2103760025cee76528f555de7cf6698e6.diff

[clang] b370be3 - [CUDA] Allow the new driver to compile CUDA in non-RDC mode

2022-07-13 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-13T21:49:15-04:00 New Revision: b370be37cca760122903f1e202952fecf5182cc1 URL: https://github.com/llvm/llvm-project/commit/b370be37cca760122903f1e202952fecf5182cc1 DIFF: https://github.com/llvm/llvm-project/commit/b370be37cca760122903f1e202952fecf5182cc1.diff

[clang] bb957a8 - [CUDA] Make the new driver properly ignore non-CUDA inputs

2022-07-15 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-15T17:38:34-04:00 New Revision: bb957a8d524cd38d6c5f7d547302258026049438 URL: https://github.com/llvm/llvm-project/commit/bb957a8d524cd38d6c5f7d547302258026049438 DIFF: https://github.com/llvm/llvm-project/commit/bb957a8d524cd38d6c5f7d547302258026049438.diff

[clang] 47b0aa5 - [LinkerWrapper] Rework passing args to the LLVM backend

2022-07-18 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-18T12:44:15-04:00 New Revision: 47b0aa5e4be7ba88bab60b9573407be1f6c387b1 URL: https://github.com/llvm/llvm-project/commit/47b0aa5e4be7ba88bab60b9573407be1f6c387b1 DIFF: https://github.com/llvm/llvm-project/commit/47b0aa5e4be7ba88bab60b9573407be1f6c387b1.diff

[clang] 0c1b327 - [HIP] Allow the new driver to compile HIP in non-RDC mode

2022-07-20 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-20T16:52:23-04:00 New Revision: 0c1b32717bcffcf8edf95294e98933bd4c1e76ed URL: https://github.com/llvm/llvm-project/commit/0c1b32717bcffcf8edf95294e98933bd4c1e76ed DIFF: https://github.com/llvm/llvm-project/commit/0c1b32717bcffcf8edf95294e98933bd4c1e76ed.diff

[clang] 080022d - [LinkerWrapper] Embed OffloadBinaries for OpenMP offloading images

2022-07-21 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-07-21T13:20:01-04:00 New Revision: 080022d8ed6c1bd9ba5ece33cfea248f9473e775 URL: https://github.com/llvm/llvm-project/commit/080022d8ed6c1bd9ba5ece33cfea248f9473e775 DIFF: https://github.com/llvm/llvm-project/commit/080022d8ed6c1bd9ba5ece33cfea248f9473e775.diff

[clang] 0456654 - [OpenMP] Fix embedding offload code when there is no offloading toolchain

2022-05-10 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-10T13:33:20-04:00 New Revision: 045665423e6e893ee168368dab10469c8d3168c5 URL: https://github.com/llvm/llvm-project/commit/045665423e6e893ee168368dab10469c8d3168c5 DIFF: https://github.com/llvm/llvm-project/commit/045665423e6e893ee168368dab10469c8d3168c5.diff

[clang] 0035f71 - [CUDA] Create offloading entries when using the new driver

2022-05-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-11T07:30:21-04:00 New Revision: 0035f7154c2a80c58aea6c6dfcac548050e4c5e0 URL: https://github.com/llvm/llvm-project/commit/0035f7154c2a80c58aea6c6dfcac548050e4c5e0 DIFF: https://github.com/llvm/llvm-project/commit/0035f7154c2a80c58aea6c6dfcac548050e4c5e0.diff

[clang] e7858a9 - [Cuda] Add initial support for wrapping CUDA images in the new driver.

2022-05-11 Thread Joseph Huber via cfe-commits
Author: Joseph Huber Date: 2022-05-11T07:30:23-04:00 New Revision: e7858a9fab8c11a44868ad4e0572c6c7618b219a URL: https://github.com/llvm/llvm-project/commit/e7858a9fab8c11a44868ad4e0572c6c7618b219a DIFF: https://github.com/llvm/llvm-project/commit/e7858a9fab8c11a44868ad4e0572c6c7618b219a.diff

<    1   2   3   4   5   6   7   8   9   10   >