Author: sdmitriev
Date: Fri Aug 3 13:19:28 2018
New Revision: 338916
URL: http://llvm.org/viewvc/llvm-project?rev=338916&view=rev
Log:
[OpenMP] Encode offload target triples into comdat key for offload
initialization code
Encoding offload target triples onto comdat group key for offload initial
Author: sdmitriev
Date: Wed Sep 11 09:03:21 2019
New Revision: 371633
URL: http://llvm.org/viewvc/llvm-project?rev=371633&view=rev
Log:
[Clang][Bundler] Fix for a potential memory leak [NFC]
Bundler leaks memory if it is called with -type=o but given input isn't an
object file (though it has to
Author: sdmitriev
Date: Wed Sep 11 09:28:47 2019
New Revision: 371637
URL: http://llvm.org/viewvc/llvm-project?rev=371637&view=rev
Log:
[Clang][Bundler] Replace std::vector by SmallVector [NFC]
Differential Revision: https://reviews.llvm.org/D67413
Modified:
cfe/trunk/tools/clang-offload-bun
Author: sdmitriev
Date: Wed Oct 2 13:44:45 2019
New Revision: 373523
URL: http://llvm.org/viewvc/llvm-project?rev=373523&view=rev
Log:
[Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.
Differential Revision: https://reviews.llvm.org/D68355
Modified:
cfe/trunk/lib/Driver/
Author: sdmitriev
Date: Wed Oct 9 13:42:58 2019
New Revision: 374219
URL: http://llvm.org/viewvc/llvm-project?rev=374219&view=rev
Log:
[Clang][OpenMP Offload] Add new tool for wrapping offload device binaries
This patch removes the remaining part of the OpenMP offload linker scripts
which was u
Author: sdmitriev
Date: Thu Oct 17 14:55:39 2019
New Revision: 375177
URL: http://llvm.org/viewvc/llvm-project?rev=375177&view=rev
Log:
[clang-offload-wrapper][NFC] Use captured name of the entry type in LIT test
Differential Revision: https://reviews.llvm.org/D69140
Modified:
cfe/trunk/test
Author: Sergey Dmitriev
Date: 2019-10-25T16:29:57-07:00
New Revision: dd501045cdea1c80b6788f0266d2a79f8b412eea
URL:
https://github.com/llvm/llvm-project/commit/dd501045cdea1c80b6788f0266d2a79f8b412eea
DIFF:
https://github.com/llvm/llvm-project/commit/dd501045cdea1c80b6788f0266d2a79f8b412eea.dif
Author: Sergey Dmitriev
Date: 2019-10-25T17:57:55-07:00
New Revision: 93b29d3882baf7df42e4e9bc26b977b00373ef56
URL:
https://github.com/llvm/llvm-project/commit/93b29d3882baf7df42e4e9bc26b977b00373ef56
DIFF:
https://github.com/llvm/llvm-project/commit/93b29d3882baf7df42e4e9bc26b977b00373ef56.dif
Author: Sergey Dmitriev
Date: 2019-10-25T19:00:06-07:00
New Revision: edb1a1de1b79c190ed7b76cf889a295c72e73729
URL:
https://github.com/llvm/llvm-project/commit/edb1a1de1b79c190ed7b76cf889a295c72e73729
DIFF:
https://github.com/llvm/llvm-project/commit/edb1a1de1b79c190ed7b76cf889a295c72e73729.dif
Author: sdmitriev
Date: Mon Aug 26 12:48:43 2019
New Revision: 369955
URL: http://llvm.org/viewvc/llvm-project?rev=369955&view=rev
Log:
[Clang][Bundler] Use llvm-objcopy for creating fat object files
clang-offload-bundler currently uses partial linking for creating fat object
files, but such tec
Author: sdmitriev
Date: Tue Aug 27 14:47:52 2019
New Revision: 370115
URL: http://llvm.org/viewvc/llvm-project?rev=370115&view=rev
Log:
[Clang][Bundler] Fix for a hang when unbundling fat binary
clang-offload-bundler tool may hang under certain conditions when it extracts a
subset of all availab
Author: sdmitriev
Date: Tue Aug 27 18:26:13 2019
New Revision: 370143
URL: http://llvm.org/viewvc/llvm-project?rev=370143&view=rev
Log:
[Clang][Bundler] Do not require host triple for extracting device bundles
Bundler currently requires host triple to be provided no matter if you are
performing
Author: Sergey Dmitriev
Date: 2020-11-24T08:07:31-08:00
New Revision: 1b0ca81a6c358d2d52d4f84b7f42e620ead1ed26
URL:
https://github.com/llvm/llvm-project/commit/1b0ca81a6c358d2d52d4f84b7f42e620ead1ed26
DIFF:
https://github.com/llvm/llvm-project/commit/1b0ca81a6c358d2d52d4f84b7f42e620ead1ed26.dif
Author: Sergey Dmitriev
Date: 2021-05-18T08:44:41-07:00
New Revision: 8998a8aa97f81c758403615ec897ce79c1ccdcad
URL:
https://github.com/llvm/llvm-project/commit/8998a8aa97f81c758403615ec897ce79c1ccdcad
DIFF:
https://github.com/llvm/llvm-project/commit/8998a8aa97f81c758403615ec897ce79c1ccdcad.dif
Author: Sergey Dmitriev
Date: 2021-05-19T20:25:05-07:00
New Revision: f8444a8e94227401f816d948ec09ae1b2761d575
URL:
https://github.com/llvm/llvm-project/commit/f8444a8e94227401f816d948ec09ae1b2761d575
DIFF:
https://github.com/llvm/llvm-project/commit/f8444a8e94227401f816d948ec09ae1b2761d575.dif
Author: Sergey Dmitriev
Date: 2021-11-30T20:38:59-08:00
New Revision: 4b553297ef3ee4dc2119d5429adf3072e90fac38
URL:
https://github.com/llvm/llvm-project/commit/4b553297ef3ee4dc2119d5429adf3072e90fac38
DIFF:
https://github.com/llvm/llvm-project/commit/4b553297ef3ee4dc2119d5429adf3072e90fac38.dif
Author: Sergey Dmitriev
Date: 2020-01-29T09:00:45-08:00
New Revision: 6e82d0dfd8dfaebc3985e73740a020b273a2dd31
URL:
https://github.com/llvm/llvm-project/commit/6e82d0dfd8dfaebc3985e73740a020b273a2dd31
DIFF:
https://github.com/llvm/llvm-project/commit/6e82d0dfd8dfaebc3985e73740a020b273a2dd31.dif
Author: Sergey Dmitriev
Date: 2020-01-30T08:21:39-08:00
New Revision: c53cb2bdc78ee3d3eec8c30821480b390b0eb145
URL:
https://github.com/llvm/llvm-project/commit/c53cb2bdc78ee3d3eec8c30821480b390b0eb145
DIFF:
https://github.com/llvm/llvm-project/commit/c53cb2bdc78ee3d3eec8c30821480b390b0eb145.dif
Author: Sergey Dmitriev
Date: 2020-01-30T10:16:41-08:00
New Revision: 36bfdb7096cfe1925448e408ec72f1a6bdc4cd2c
URL:
https://github.com/llvm/llvm-project/commit/36bfdb7096cfe1925448e408ec72f1a6bdc4cd2c
DIFF:
https://github.com/llvm/llvm-project/commit/36bfdb7096cfe1925448e408ec72f1a6bdc4cd2c.dif
Author: Sergey Dmitriev
Date: 2020-01-30T12:50:04-08:00
New Revision: 5be2ca29217ad977f2479bfc530127c7fb418963
URL:
https://github.com/llvm/llvm-project/commit/5be2ca29217ad977f2479bfc530127c7fb418963
DIFF:
https://github.com/llvm/llvm-project/commit/5be2ca29217ad977f2479bfc530127c7fb418963.dif
20 matches
Mail list logo