The LLVM compiler infrastructure project is a set of compiler and toolchain technologies, which can be used to develop a front end for any programming language and a back end for any instruction set architecture.
TinyGo 是一个针对小型场景设计的Go语言编译器。如微控制器,WebAssembly(WASM)和命令行工具等小型场景
Codon 是一款高性能 Python 编译器,可将 Python 代码编译为本机机器代码,而无需任何运行时开销
Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and elimina...
翻译 - Checked C是对C的扩展,它添加了检查以检测或防止常见的编程错误(例如缓冲区溢出和越界内存访问)的检查。此仓库有一个用于Checked C,示例代码,规范和测试代码的Wiki。
A collection of out-of-tree LLVM passes for teaching and learning
翻译 - LLVM通过的集合(带有测试和构建脚本)
CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.
翻译 - CodeChecker是Clang Static Analyzer和Clang Tidy的分析器工具,缺陷数据库和查看器扩展
Static Value-Flow Analysis Framework for Source Code
Userspace eBPF runtime for Observability, Network & General Extensions Framework
A Clojure dialect on LLVM with gradual typing, a native runtime, and C++ interop
#安卓# :electron: O-MVLL is a LLVM-based obfuscator for native code (Android & iOS)
A fork of Hikari Obfuscator [WIP]
ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK