Lines Matching refs:LLVM
259 cases, including a lot of corner cases that LLVM BPF back end may
361 Q: Features changing BPF JIT and/or LLVM
364 that would require BPF JIT and/or LLVM integration as well?
382 into the Linux kernel, please implement support into LLVM's BPF back
511 LLVM chapter
514 Q: Where do I find LLVM with BPF support?
516 A: The BPF back end for LLVM is upstream in LLVM since version 3.7.1.
518 All major distributions these days ship LLVM with BPF back end enabled,
519 so for the majority of use-cases it is not required to compile LLVM by
522 LLVM's static compiler lists the supported targets through
526 LLVM (http://llvm.org/):
527 LLVM version 10.0.0
540 For developers in order to utilize the latest features added to LLVM's
541 BPF back end, it is advisable to run the latest LLVM releases. Support
545 All LLVM releases can be found at: http://releases.llvm.org/
547 Q: Got it, so how do I build LLVM manually anyway?
553 You need ninja, cmake and gcc-c++ as build requisites for LLVM. Once you
554 have that set up, proceed with building the latest LLVM and clang version
573 Q: Reporting LLVM BPF issues
575 Q: Should I notify BPF kernel maintainers about issues in LLVM's BPF code
576 generation back end or about LLVM generated code that the verifier
581 LLVM's BPF back end is a key piece of the whole BPF
587 list and Cc BPF maintainers for LLVM and kernel bits:
593 LLVM also has an issue tracker where BPF related bugs can be found:
600 Q: New BPF instruction for kernel and LLVM
603 it into LLVM?
605 A: LLVM has a ``-mcpu`` selector for the BPF back end in order to allow
610 LLVM has an option to select ``-mcpu=probe`` where it will probe the host
642 A: Although LLVM IR generation and optimization try to stay architecture
668 while the BPF LLVM back end still operates in 64 bit. The native