[clang] Karikari (PR #67253)

2023-09-23 Thread Sunho Kim via cfe-commits
https://github.com/sunho closed https://github.com/llvm/llvm-project/pull/67253 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Karikari (PR #67253)

2023-09-23 Thread Sunho Kim via cfe-commits
sunho wrote: Oh mistake https://github.com/llvm/llvm-project/pull/67253 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [ORC] Implement basic reoptimization. (PR #67050)

2023-09-21 Thread Sunho Kim via cfe-commits
https://github.com/sunho created https://github.com/llvm/llvm-project/pull/67050 None >From 9d759677e725c244a7a3eb06864d6474253b6d86 Mon Sep 17 00:00:00 2001 From: Sunho Kim Date: Mon, 21 Aug 2023 15:48:26 +0900 Subject: [PATCH 1/4] [ORC] Introduce RedirectionManager interface and implementati

[clang] 773d51c - [clang-repl] XFAIL windows properly in simple-exception test case.

2022-07-31 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-08-01T09:06:35+09:00 New Revision: 773d51ce3bedd091539aa86a5e5fc15a9174ff7b URL: https://github.com/llvm/llvm-project/commit/773d51ce3bedd091539aa86a5e5fc15a9174ff7b DIFF: https://github.com/llvm/llvm-project/commit/773d51ce3bedd091539aa86a5e5fc15a9174ff7b.diff LOG

[clang] a8f2e24 - [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON.

2022-07-30 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-31T05:42:57+09:00 New Revision: a8f2e24e48fddb3707301c9d24cc50ab778d4fda URL: https://github.com/llvm/llvm-project/commit/a8f2e24e48fddb3707301c9d24cc50ab778d4fda DIFF: https://github.com/llvm/llvm-project/commit/a8f2e24e48fddb3707301c9d24cc50ab778d4fda.diff LOG

[clang] 32f59b3 - [clang-repl] Add missing link component.

2022-07-29 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-30T08:00:15+09:00 New Revision: 32f59b34b663c48c217047d4963ad3d1a2378c23 URL: https://github.com/llvm/llvm-project/commit/32f59b34b663c48c217047d4963ad3d1a2378c23 DIFF: https://github.com/llvm/llvm-project/commit/32f59b34b663c48c217047d4963ad3d1a2378c23.diff LOG

[clang] 65c9265 - [clang-repl] Disable exectuion unitests on unsupported platform by lljit instance test.

2022-07-29 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-30T07:18:04+09:00 New Revision: 65c9265f4158512e8dc85558ef8e73c0714e90c3 URL: https://github.com/llvm/llvm-project/commit/65c9265f4158512e8dc85558ef8e73c0714e90c3 DIFF: https://github.com/llvm/llvm-project/commit/65c9265f4158512e8dc85558ef8e73c0714e90c3.diff LOG

[clang] 4191d66 - [clang-repl] Disable execution unittests on unsupported platforms.

2022-07-29 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-30T02:28:03+09:00 New Revision: 4191d661c74622c6fa72c1643e4567f45e6c9e1b URL: https://github.com/llvm/llvm-project/commit/4191d661c74622c6fa72c1643e4567f45e6c9e1b DIFF: https://github.com/llvm/llvm-project/commit/4191d661c74622c6fa72c1643e4567f45e6c9e1b.diff LOG

[clang] c619d4f - [clang-repl] Support destructors of global objects.

2022-07-28 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-29T02:38:40+09:00 New Revision: c619d4f840dcba54751ff8c5aaafce0f173a4ad5 URL: https://github.com/llvm/llvm-project/commit/c619d4f840dcba54751ff8c5aaafce0f173a4ad5 DIFF: https://github.com/llvm/llvm-project/commit/c619d4f840dcba54751ff8c5aaafce0f173a4ad5.diff LOG

[clang] bd08f41 - [clang-repl] Disable exception unittest on AIX.

2022-07-28 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-28T22:48:51+09:00 New Revision: bd08f413c089da5a56438cc8902f60df91a08a66 URL: https://github.com/llvm/llvm-project/commit/bd08f413c089da5a56438cc8902f60df91a08a66 DIFF: https://github.com/llvm/llvm-project/commit/bd08f413c089da5a56438cc8902f60df91a08a66.diff LOG

[clang] 3cc3be8 - [clang-repl] Add host exception support check utility flag.

2022-07-28 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-28T21:14:58+09:00 New Revision: 3cc3be8fa471c69ac7cf9c071554a14020226158 URL: https://github.com/llvm/llvm-project/commit/3cc3be8fa471c69ac7cf9c071554a14020226158 DIFF: https://github.com/llvm/llvm-project/commit/3cc3be8fa471c69ac7cf9c071554a14020226158.diff LOG

[clang] 72ea1a7 - [ORC] Fix weak hidden symbols failure on PPC with runtimedyld

2022-07-28 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-28T21:12:25+09:00 New Revision: 72ea1a721e005f29c6fea4a684807a68abd93c39 URL: https://github.com/llvm/llvm-project/commit/72ea1a721e005f29c6fea4a684807a68abd93c39 DIFF: https://github.com/llvm/llvm-project/commit/72ea1a721e005f29c6fea4a684807a68abd93c39.diff LOG

[clang] 1343632 - [clang] Fix gcc-6 compilation error. (NFC)

2022-07-03 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-07-04T05:33:05+09:00 New Revision: 134363208b9272a967c911f7b56c255a72a6f0a0 URL: https://github.com/llvm/llvm-project/commit/134363208b9272a967c911f7b56c255a72a6f0a0 DIFF: https://github.com/llvm/llvm-project/commit/134363208b9272a967c911f7b56c255a72a6f0a0.diff LOG

[clang] 45b6c38 - Revert "[clang-repl] Support destructors of global objects."

2022-06-26 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-06-26T22:10:28+09:00 New Revision: 45b6c38145e72d8a2593f9637c01015122b0b28c URL: https://github.com/llvm/llvm-project/commit/45b6c38145e72d8a2593f9637c01015122b0b28c DIFF: https://github.com/llvm/llvm-project/commit/45b6c38145e72d8a2593f9637c01015122b0b28c.diff LOG

[clang] 9de8b05 - [clang-repl] Support destructors of global objects.

2022-06-26 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-06-26T19:02:19+09:00 New Revision: 9de8b05bfe0de2915d2443d06159396c5f9d389f URL: https://github.com/llvm/llvm-project/commit/9de8b05bfe0de2915d2443d06159396c5f9d389f DIFF: https://github.com/llvm/llvm-project/commit/9de8b05bfe0de2915d2443d06159396c5f9d389f.diff LOG

[clang] 7bc00ce - [clang-repl] Remove memory leak of ASTContext/TargetMachine.

2022-06-17 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-06-18T06:36:25+09:00 New Revision: 7bc00ce5cd41aad5fd0775f58c8e85a0a8d9ee56 URL: https://github.com/llvm/llvm-project/commit/7bc00ce5cd41aad5fd0775f58c8e85a0a8d9ee56 DIFF: https://github.com/llvm/llvm-project/commit/7bc00ce5cd41aad5fd0775f58c8e85a0a8d9ee56.diff LOG