[clang] [buildbot] VE builders: disable ctx_profile (PR #89969)

2024-04-24 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 approved this pull request. This solves a problem in a buildbot for VE. Thank you. https://github.com/llvm/llvm-project/pull/89969 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[clang] [buildbot] VE builders: disable ctx_profile (PR #89969)

2024-04-24 Thread Kazushi Marukawa via cfe-commits
https://github.com/jam7 approved this pull request. This solves a problem in a buildbot for VE. Thank you. https://github.com/llvm/llvm-project/pull/89969 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/l

[clang] Reland Print library module manifest path again (PR #84881)

2024-03-16 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 approved this pull request. Thank you for updating test scripts. It works fine in the situation I explained before. It works fine under VE buildbot configuration too. https://github.com/llvm/llvm-project/pull/84881 ___ cfe-co

[clang] Reland "[clang][modules] Print library module manifest path." (PR #82160)

2024-03-04 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: The point is to build libraries and test clang. The `TC.getFilePaths` is constructed from following items in `ToolChain::ToolChain` 1. `BUILD/bin/../lib/x86_64-unknown-linux-gnu` 2. `%t/Inputs/usr/lib/x86_64-linux-gnu` 3. `%t/Inputs/usr/lib` Yes. It contains 1st item at run time

[clang] Reland "[clang][modules] Print library module manifest path." (PR #82160)

2024-03-04 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: Reverted. It is possible to reproduce erros by following commands. ``` $ mkdir build $ cd build $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../llvm-project/llvm -DLLVM_ENABLE_PROJECTS=clang -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" $ ninja $ ninja check-clang

[clang] c240aca - Revert "Reland "[clang][modules] Print library module manifest path." (#82160)"

2024-03-04 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2024-03-05T01:34:48+09:00 New Revision: c240aca7a8a71f7218724aeb6c040289b51057dc URL: https://github.com/llvm/llvm-project/commit/c240aca7a8a71f7218724aeb6c040289b51057dc DIFF: https://github.com/llvm/llvm-project/commit/c240aca7a8a71f7218724aeb6c040289b5105

[clang] Reland "[clang][modules] Print library module manifest path." (PR #82160)

2024-03-04 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: Unfortunately, this is breaking VE buildbot again. I'll check the source of your problem, but can you revert your patch once? https://lab.llvm.org/buildbot/#/builders/91/builds/23291 https://github.com/llvm/llvm-project/pull/82160 ___ cf

[clang] [clang][modules] Print library module manifest path. (PR #76451)

2024-01-22 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: Hi @mordante, Does this test, `Driver/modules-print-library-module-manifest-path.cpp`, work on other than x86? It is failing on VE build bot like below. https://lab.llvm.org/buildbot/#/builders/91/builds/22189 https://github.com/llvm/llvm-project/pull/76451 __

[libunwind] [libunwind][WebAssembly] Fix libunwind.cpp guard (PR #78230)

2024-01-16 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 approved this pull request. It's compilable on VE now. Thank you! https://github.com/llvm/llvm-project/pull/78230 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi

[libunwind] [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (PR #73196)

2024-01-16 Thread Kazushi Marukawa via cfe-commits
@@ -26,7 +26,7 @@ #include #endif -#if !defined(__USING_SJLJ_EXCEPTIONS__) +#if !defined(__USING_SJLJ_EXCEPTIONS__) || !defined(__USING_WASM_EXCEPTIONS__) kaz7 wrote: Thanks a lot!! https://github.com/llvm/llvm-project/pull/73196 ___

[libunwind] [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (PR #73196)

2024-01-15 Thread Kazushi Marukawa via cfe-commits
@@ -26,7 +26,7 @@ #include #endif -#if !defined(__USING_SJLJ_EXCEPTIONS__) +#if !defined(__USING_SJLJ_EXCEPTIONS__) || !defined(__USING_WASM_EXCEPTIONS__) kaz7 wrote: This must be `#if !defined(__USING_SJLJ_EXCEPTIONS__) && !defined(__USING_WASM_EXCEPTIONS_

[libunwind] [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (PR #73196)

2024-01-15 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 commented: Please correct this code. Thank you! https://github.com/llvm/llvm-project/pull/73196 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (PR #73196)

2024-01-15 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 edited https://github.com/llvm/llvm-project/pull/73196 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] a3c1172 - [Clang][test][VE] Correct bad test in 1e00423

2023-09-29 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2023-09-30T07:27:00+09:00 New Revision: a3c11723d508efd59dbadcc078fec7513f99fdfd URL: https://github.com/llvm/llvm-project/commit/a3c11723d508efd59dbadcc078fec7513f99fdfd DIFF: https://github.com/llvm/llvm-project/commit/a3c11723d508efd59dbadcc078fec7513f99f

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-29 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 closed https://github.com/llvm/llvm-project/pull/67671 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-29 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 resolved https://github.com/llvm/llvm-project/pull/67671 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-29 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 resolved https://github.com/llvm/llvm-project/pull/67671 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-28 Thread Kazushi Marukawa via cfe-commits
@@ -2213,12 +2210,12 @@ bool tools::GetSDLFromOffloadArchive( // Wrapper function used by driver for adding SDLs during link phase. void tools::AddStaticDeviceLibsLinking(Compilation &C, const Tool &T, -const JobAction &JA, kaz7

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-28 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 updated https://github.com/llvm/llvm-project/pull/67671 >From 80e49b131f2a00d8eb71e7d23652870b53603a37 Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Thu, 28 Sep 2023 19:25:09 +0900 Subject: [PATCH] [Clang][VE] Correct rpath handling on VE Add rpath for li

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-28 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 updated https://github.com/llvm/llvm-project/pull/67671 >From f50505a9eb1d86f029bf552cd846ccc8c6deb0e4 Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Thu, 28 Sep 2023 19:25:09 +0900 Subject: [PATCH 1/2] [Clang][VE] Correct rpath handling on VE Add rpath fo

[clang] [Clang][VE] Correct rpath handling on VE (PR #67671)

2023-09-28 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 created https://github.com/llvm/llvm-project/pull/67671 Add rpath for libc++ libraries in order to not specify rpath by user each time. Disable -frthlib-add-ppath by default for VE similar to other architectures. Update regression tests to check modifications. >From f

[libunwind] [libunwind][nfc] Avoid type warning of debug printf (PR #67390)

2023-09-28 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 closed https://github.com/llvm/llvm-project/pull/67390 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][nfc] Avoid type warning of debug printf (PR #67390)

2023-09-26 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: Update the top comment to describe what I modify. https://github.com/llvm/llvm-project/pull/67390 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][nfc] Avoid type warning of debug printf (PR #67390)

2023-09-26 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 edited https://github.com/llvm/llvm-project/pull/67390 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][nfc] Avoid type warning of debug printf (PR #67390)

2023-09-26 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 updated https://github.com/llvm/llvm-project/pull/67390 >From 18e3568db4a3a11c794f077e9effd0a713dbd2dc Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Sun, 24 Sep 2023 08:08:24 +0200 Subject: [PATCH 1/2] [libunwind][nfc] Avoid type warning of debug printf A

[libunwind] [libunwind][nfc] Avoid type warning of debug printf (PR #67390)

2023-09-26 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: @arichardson Thank for your kind comment. I confused them already. I update my patch following your 2nd suggestion. https://github.com/llvm/llvm-project/pull/67390 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llv

[libunwind] [libunwind][nfc] Avoid type warning of debug printf (PR #67390)

2023-09-25 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 created https://github.com/llvm/llvm-project/pull/67390 Avoid type warning of debug printf since VE uses 64 bits SjLj. >From 18e3568db4a3a11c794f077e9effd0a713dbd2dc Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Sun, 24 Sep 2023 08:08:24 +0200 Subject: [P

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-24 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 closed https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-23 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 closed https://github.com/llvm/llvm-project/pull/67250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-23 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: This is "NFC" commit, so I'm going to merge this without reviewers. Let me know if someone has problem on this. https://github.com/llvm/llvm-project/pull/67250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-23 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: ping. Is it possible to look over this someone in pr-subscribers-clang? Or is it OK to merge this since this is a cache file for cmake to compile llvm for VE? Thanks in advance! https://github.com/llvm/llvm-project/pull/65921 ___ cfe-c

[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-23 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 created https://github.com/llvm/llvm-project/pull/67250 Avoid following prototype related warning. Unwind-sjlj.c:85:75: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >From 5c4fbab9e6140cd6a7ec2edfcdb4bcd615a

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-13 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: Add a comment to the cache file and rebase. https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-13 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 updated https://github.com/llvm/llvm-project/pull/65921: >From 7c1a3ccb7977781ec8b45f4c230520abeca907f5 Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Mon, 11 Sep 2023 11:46:56 +0900 Subject: [PATCH] [CMake] Add VE cache file Add VE cache file for the ease

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 review_requested https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 labeled https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 created https://github.com/llvm/llvm-project/pull/65921: Add VE cache file for the ease of compiling. >From fd2b43aaf57427699be9caab9ff32e1190b15de0 Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Mon, 11 Sep 2023 11:46:56 +0900 Subject: [PATCH] [CMake] Add

[clang] b6ce860 - [Driver][VE] Change to enable VPU flag by default

2023-08-31 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2023-09-01T00:41:38+09:00 New Revision: b6ce860024013397982cdd26b762df8182b14df9 URL: https://github.com/llvm/llvm-project/commit/b6ce860024013397982cdd26b762df8182b14df9 DIFF: https://github.com/llvm/llvm-project/commit/b6ce860024013397982cdd26b762df8182b14

[clang] 5ba0a95 - [Clang][VE] Add missing intrinsics

2022-06-20 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2022-06-21T07:30:36+09:00 New Revision: 5ba0a9571b3ee3bc76f65e16549012a440d5a0fb URL: https://github.com/llvm/llvm-project/commit/5ba0a9571b3ee3bc76f65e16549012a440d5a0fb DIFF: https://github.com/llvm/llvm-project/commit/5ba0a9571b3ee3bc76f65e16549012a440d5a

[clang] 140ad7d - [Clang][VE][NFC] Fix a comment

2022-06-11 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2022-06-12T10:27:30+09:00 New Revision: 140ad7d37813e525a202f38ceac64d7e12b38930 URL: https://github.com/llvm/llvm-project/commit/140ad7d37813e525a202f38ceac64d7e12b38930 DIFF: https://github.com/llvm/llvm-project/commit/140ad7d37813e525a202f38ceac64d7e12b38

[clang] b1b4b6f - [Clang][VE] Add vector load intrinsics

2022-03-11 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2022-03-12T09:09:57+09:00 New Revision: b1b4b6f366956a5fd1bfccb3d7c2f7519ed45a28 URL: https://github.com/llvm/llvm-project/commit/b1b4b6f366956a5fd1bfccb3d7c2f7519ed45a28 DIFF: https://github.com/llvm/llvm-project/commit/b1b4b6f366956a5fd1bfccb3d7c2f7519ed45

[clang] 83f5725 - [VE] Support multiple architectures installation

2021-12-06 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2021-12-06T19:56:41+09:00 New Revision: 83f572527e0fcc1cd0be8ee23bc12abf27027daf URL: https://github.com/llvm/llvm-project/commit/83f572527e0fcc1cd0be8ee23bc12abf27027daf DIFF: https://github.com/llvm/llvm-project/commit/83f572527e0fcc1cd0be8ee23bc12abf27027

[clang] 3d32218 - [VE] Change to omitting the frame pointer on leaf functions

2021-11-03 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2021-11-03T17:45:18+09:00 New Revision: 3d32218d1af29a86389357b75af31af36dec051a URL: https://github.com/llvm/llvm-project/commit/3d32218d1af29a86389357b75af31af36dec051a DIFF: https://github.com/llvm/llvm-project/commit/3d32218d1af29a86389357b75af31af36dec0

[clang] 7313a6d - [CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pragma float_control similarly

2021-08-16 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2021-08-16T18:34:29+09:00 New Revision: 7313a6d87c04c33f0bc67297241e33f2d82a0d5d URL: https://github.com/llvm/llvm-project/commit/7313a6d87c04c33f0bc67297241e33f2d82a0d5d DIFF: https://github.com/llvm/llvm-project/commit/7313a6d87c04c33f0bc67297241e33f2d82a0

[libunwind] 3cbd476 - [VE] Support VE in libunwind

2021-01-16 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2021-01-17T15:35:02+09:00 New Revision: 3cbd476c54886e8ebac64b4145d4517732a71023 URL: https://github.com/llvm/llvm-project/commit/3cbd476c54886e8ebac64b4145d4517732a71023 DIFF: https://github.com/llvm/llvm-project/commit/3cbd476c54886e8ebac64b4145d4517732a71

[clang] 489000d - [VE] Change clang to support SjLj Lowering

2021-01-05 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2021-01-05T22:19:02+09:00 New Revision: 489000d8516da7eaf6aabaad11cce0ed7e67c61f URL: https://github.com/llvm/llvm-project/commit/489000d8516da7eaf6aabaad11cce0ed7e67c61f DIFF: https://github.com/llvm/llvm-project/commit/489000d8516da7eaf6aabaad11cce0ed7e67c

[clang] 05d1729 - [VE] Optimize toolchain regression test

2020-12-13 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-12-13T20:26:05+09:00 New Revision: 05d1729232cdff323cafd469532504aa85740967 URL: https://github.com/llvm/llvm-project/commit/05d1729232cdff323cafd469532504aa85740967 DIFF: https://github.com/llvm/llvm-project/commit/05d1729232cdff323cafd469532504aa85740

[clang] cd5855a - [VE] Remove -faddrsig and -fnoaddrsig tests

2020-12-10 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-12-11T08:25:38+09:00 New Revision: cd5855ac3ba7a91b2a4a7c97b2723c95038dacbe URL: https://github.com/llvm/llvm-project/commit/cd5855ac3ba7a91b2a4a7c97b2723c95038dacbe DIFF: https://github.com/llvm/llvm-project/commit/cd5855ac3ba7a91b2a4a7c97b2723c95038da

[clang] 7d30df7 - [VE] Add standard include path and library path for C++

2020-12-03 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-12-03T22:22:56+09:00 New Revision: 7d30df7b59973a42a93c86cb501bd3d0fbb07404 URL: https://github.com/llvm/llvm-project/commit/7d30df7b59973a42a93c86cb501bd3d0fbb07404 DIFF: https://github.com/llvm/llvm-project/commit/7d30df7b59973a42a93c86cb501bd3d0fbb07

[clang] 33eac0f - [VE] Specify vector alignments

2020-11-30 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-11-30T22:09:21+09:00 New Revision: 33eac0f2830ee3f362ec0207a3d0e5f0861de8f1 URL: https://github.com/llvm/llvm-project/commit/33eac0f2830ee3f362ec0207a3d0e5f0861de8f1 DIFF: https://github.com/llvm/llvm-project/commit/33eac0f2830ee3f362ec0207a3d0e5f0861de

[clang] 9c504ec - [VE] Disable -fsigaddr option for VE

2020-11-12 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-11-13T06:22:12+09:00 New Revision: 9c504ec06da636832d03e98581eade3d8f81eb24 URL: https://github.com/llvm/llvm-project/commit/9c504ec06da636832d03e98581eade3d8f81eb24 DIFF: https://github.com/llvm/llvm-project/commit/9c504ec06da636832d03e98581eade3d8f81e

[clang] 6e0ae20 - [VE] Support vector register in inline asm

2020-11-11 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-11-12T06:18:35+09:00 New Revision: 6e0ae20f3b98b7bb5a44ced22c3da42a8fe5dbc8 URL: https://github.com/llvm/llvm-project/commit/6e0ae20f3b98b7bb5a44ced22c3da42a8fe5dbc8 DIFF: https://github.com/llvm/llvm-project/commit/6e0ae20f3b98b7bb5a44ced22c3da42a8fe5d

[clang] b5ac372 - [VE] Change to use integrated assembly by defualt

2020-10-29 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-10-30T00:16:04+09:00 New Revision: b5ac3721c8a497ebf33a9d0cc0d300564b0cefe1 URL: https://github.com/llvm/llvm-project/commit/b5ac3721c8a497ebf33a9d0cc0d300564b0cefe1 DIFF: https://github.com/llvm/llvm-project/commit/b5ac3721c8a497ebf33a9d0cc0d300564b0ce

[clang] 3ac1eb6 - [VE] Remove obsoleted getVEAsmModeForCPU function

2020-08-07 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-08-07T18:20:34+09:00 New Revision: 3ac1eb6358b172f54788def4125f80ddd9170d8e URL: https://github.com/llvm/llvm-project/commit/3ac1eb6358b172f54788def4125f80ddd9170d8e DIFF: https://github.com/llvm/llvm-project/commit/3ac1eb6358b172f54788def4125f80ddd9170

[clang] 045e79e - [VE] Extend integer arguments and return values smaller than 64 bits

2020-08-03 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-08-04T08:07:05+09:00 New Revision: 045e79e77c252f2c73c640e820e977ef52836d50 URL: https://github.com/llvm/llvm-project/commit/045e79e77c252f2c73c640e820e977ef52836d50 DIFF: https://github.com/llvm/llvm-project/commit/045e79e77c252f2c73c640e820e977ef52836

[clang] df3bda0 - [VE] Correct stack alignment

2020-07-06 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-07-06T17:25:29+09:00 New Revision: df3bda047d5abe9190bdd0422270328140556bd4 URL: https://github.com/llvm/llvm-project/commit/df3bda047d5abe9190bdd0422270328140556bd4 DIFF: https://github.com/llvm/llvm-project/commit/df3bda047d5abe9190bdd0422270328140556

[clang] 804d968 - [VE] Rename VE toolchain source files

2020-07-02 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-07-02T18:45:16+09:00 New Revision: 804d9687443e1132157a9bb3696cb5327ae0558c URL: https://github.com/llvm/llvm-project/commit/804d9687443e1132157a9bb3696cb5327ae0558c DIFF: https://github.com/llvm/llvm-project/commit/804d9687443e1132157a9bb3696cb5327ae05

[clang] 6036bf5 - [VE] Add clang tests for VE

2020-06-24 Thread Kazushi Marukawa via cfe-commits
Author: Kazushi (Jam) Marukawa Date: 2020-06-25T12:03:19+09:00 New Revision: 6036bf53090e03537f7d06a8daecda84a72a9bc9 URL: https://github.com/llvm/llvm-project/commit/6036bf53090e03537f7d06a8daecda84a72a9bc9 DIFF: https://github.com/llvm/llvm-project/commit/6036bf53090e03537f7d06a8daecda84a72a9