[llvm-branch-commits] [compiler-rt] [llvm] [clang] [GlobalISel] Always direct-call IFuncs and Aliases (PR #74902)

2023-12-10 Thread Amara Emerson via llvm-branch-commits
https://github.com/aemerson approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/74902 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [BPF][GlobalISel] add initial gisel support for BPF (PR #74999)

2023-12-10 Thread Yingchi Long via llvm-branch-commits
https://github.com/inclyc ready_for_review https://github.com/llvm/llvm-project/pull/74999 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [TextAPI] Add support to convert RecordSlices -> InterfaceFile (PR #75007)

2023-12-10 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/75007 *Note*: This is a part of a stack. Please review https://github.com/llvm/llvm-project/pull/75006 first. Introduce RecordVisitor. This is used for different clients that want to extract information out of

[llvm-branch-commits] [llvm] [BPF][GlobalISel] add initial gisel support for BPF (PR #74999)

2023-12-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-globalisel Author: Yingchi Long (inclyc) Changes This adds initial codegen support for BPF backend. Only implemented ir-translator for "RET" (but not support isel). Depends on: #74998 --- Patch is 21.69 KiB, truncated to 20.00 KiB below, full ve

[llvm-branch-commits] [llvm] [BPF][GlobalISel] add initial gisel support for BPF (PR #74999)

2023-12-10 Thread Yingchi Long via llvm-branch-commits
https://github.com/inclyc created https://github.com/llvm/llvm-project/pull/74999 This adds initial codegen support for BPF backend. Only implemented ir-translator for "RET" (but not support isel). Depends on: #74998 >From 5549edd4862b6242c41df44a40a23adfa245ddb1 Mon Sep 17 00:00:00 2001 From