An open API service indexing awesome lists of open source software.

LLVM

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.

https://github.com/jiriklepl/masters-thesis-code

This is a supplementary repository for my master's thesis

cabal cmm compiler haskell language llvm master-thesis masters-thesis mff-uk

Last synced: 04 Feb 2026

https://github.com/xia-mc/clang-mc

A Development Toolchain for Minecraft Datapacks.

compiler llvm minecraft minecraft-datapack programming stdlib toolchain

Last synced: 07 Apr 2025

https://github.com/devcheckog/llvmircourse

Basic course on LLVM Intermediate Representation (LLVM IR) for an introduction to code generation for developing optimized compilers.

llvm llvm-ir

Last synced: 09 Oct 2025

https://github.com/jsfpdn/yatlc

yet-another-toy-language compiler

compiler llvm zig

Last synced: 14 Oct 2025

https://github.com/zincnode/mlir-he

A naive template for out-of-tree MLIR projects.

llvm mlir template

Last synced: 12 Apr 2025

https://github.com/lejenome/compiler-demo-101

Compiler Design Overview workshop materials

bison flex gcc lex lexer llvm parser yacc

Last synced: 18 Aug 2025

https://github.com/jonathanvdc/flame-llvm

LLVM front-end that consumes Flame IR; can be used to compile C# to native code.

compiler csharp flame llvm

Last synced: 19 May 2026

https://github.com/99thedark/sulfur

Fourth try at a programming language

compiler language llvm programming-language sulfur sulfur-lang

Last synced: 15 Apr 2025

https://github.com/samuelmarks/type-correct

Correct types: typed correctly

c cpp libclang libtooling llvm

Last synced: 08 May 2026

https://github.com/andrew-wja/instrumentor

instrumentor is a tool for instrumenting LLVM IR to detect problems at runtime. The initial focus is on memory safety issues such as leaks, use-after-free, stack smashing, and out-of-bounds access.

instrumentation llvm memory-leak memory-safety

Last synced: 03 Aug 2025

https://github.com/karellen/karellen-llvm

Karellen Python LLVM Library

clang compiler cpython llvm python wheel

Last synced: 05 Jun 2026

https://github.com/shovon/grammar-infer

Infer syntactic context-free grammar of an application's input

context-free-grammar grammar llvm

Last synced: 27 Apr 2026

https://github.com/googleinterns/step240-2020

A lightweight dashboard designed to display the build status of LLVM Build Bots in an easily interpretable fashion.

dashboard llvm wiki

Last synced: 05 Mar 2026

https://github.com/emmanuelmess/jaspercompiler

A simple Jasper interpreter made with Flex, Bison and the LLVM IR

bison flex llvm

Last synced: 08 May 2025

https://github.com/rashadphz/penne

Partial Python Compiler with OCaml and LLVM

compiler llvm

Last synced: 20 Jan 2026

https://github.com/zhongruoyu/llvm-ports

LLVM ported to recent Debian and Ubuntu releases.

backport clang docker-image llvm

Last synced: 25 Oct 2025

https://github.com/linuskmr/fortytwo-lang

FTL is my own programming language. It is inspired by Kaleidoscope, a language introduced in an LLVM tutorial.

compiler kaleidoscope-lang llvm programming-language rust rust-lang

Last synced: 16 Jul 2025

https://github.com/frewtypebbles/intersect-programming-language

A simple, strict and uncompromising language.

compiler language llvm programming-language

Last synced: 11 Apr 2025

https://github.com/wgibbs-rs/blang

An LLVM-based compiler for the B programming language

bison compilation compiler cross-platform flex flex-bison lex-yacc llvm llvm-ir llvm-ir-code-generation

Last synced: 12 Aug 2025

https://github.com/bnoordhuis/fth

a not-quite-Forth-to-LLVM-bitcode compiler

forth llvm

Last synced: 16 May 2026

https://github.com/seigtm/spbpu

Все домашние задания, курсовые, учебные материалы, лабораторные работы, собранные за всё время обучения в СПбПУ, ИКНК (бывший ИКНТ), ВШПИ.

asm assembler assembly circuit cpp english-learning fortran homework homework-assignments labs llvm math oop physics spbpu spbstu

Last synced: 09 Aug 2025

https://github.com/stirlinglabs/libllvm

Build LLVM from llvm.org and make binaries available

library linux llvm macos windows-10

Last synced: 30 Apr 2025

https://github.com/zhuorantan/pl0

A PL/0 programming language compiler implemented with Python 3 and LLVM

compiler llvm llvm-ir pl0 python3

Last synced: 05 May 2026

https://github.com/alsch092/llvm-obfuscatedynamicimports

LLVM Pass Plugin for obfuscating imported/resolved functions using `GetProcAddress` (x64)

llvm llvm-clang llvm-ir llvm-pass obfuscation obfuscation-tool

Last synced: 30 Jun 2025

https://github.com/hr-fahim/enhanced-ir-code-for-compilation-efficiency-with-llvm-clang

Transforming algorithms with LLVM for optimal energy-efficient computing.

clang llvm

Last synced: 22 Sep 2025

https://github.com/mfori/mlang

Simple programming language using LLVM, flex and bison.

bison compiler flex llvm programming-language

Last synced: 02 May 2026

https://github.com/rxwei/llvm_c

Swift Package for LLVM C bindings

llvm swift

Last synced: 01 May 2026

https://github.com/paradiseduo/tiktok

Tiktok是一个AST扫描器,用于发现敏感函数调用链,方便通过静态扫描的方式提前做隐私合规水位预警

ast china chinese ios llvm scan scanner xcode

Last synced: 04 Oct 2025

https://github.com/fanyang89/gwp-asan

Standalone gwp-asan from LLVM

address-sanitizer gwp-asan llvm sanitizer sanitizers

Last synced: 29 Jul 2025

https://github.com/ararslan/llvm.vim

Official LLVM definitions for Vim extracted from the LLVM source (see the sync branch)

llvm plugin vim

Last synced: 18 Mar 2025

https://github.com/ciusji/sql_vectorization_compilation

Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretation based) engines and compiling engines.

code-generation compilation-database llvm llvm-bitcode llvm-compiler query-engine vectorization vectorized-computation

Last synced: 01 May 2026

https://github.com/caballa/llpe

LLPE - Smowton's partial evaluator on LLVM bitcode

llvm partial-evaluators

Last synced: 02 May 2026

https://github.com/zuojianfa/ca-lang

CA is a new programming language, has similar grammar to rust, compatible with C ABI, support calling C functions directly, support for JIT execution, support garbage collections

compiler-design llvm programming-language rust

Last synced: 01 Sep 2025

https://github.com/vezel-dev/libap

An arbitrary-precision numerics library, ported from LLVM to Zig with a C API.

c llvm numerics zig

Last synced: 12 Apr 2025

https://github.com/wqweto/kscope

LLVM's Kaleidoscope Toy Language to Lua Transpiler

compiler dsl llvm lua

Last synced: 22 May 2026

https://github.com/blacktop/go-llvm-mc

Go wrapper for llvm-mc

armv8 disassembler golang llvm llvm-mc

Last synced: 28 Apr 2026

https://github.com/newworldcomingsoon/llvm-msvc-issues

Issues about llvm-msvc can be sent here

llvm msvc

Last synced: 17 Jan 2026

https://github.com/ashvardanian/cppneuralstl

Simple neural network models from scratch using only C++ STL

ai clang cplusplus-17 git llvm multilayer-perceptron stl-algorithms

Last synced: 20 Feb 2026

https://github.com/robamu/cpp-cmake-template

Template project for C++ and C projects built with CMake using GCC or LLVM

cmake eclipse gcc llvm mingw visual-studio

Last synced: 01 Apr 2025

https://github.com/parthkolekar/dcc

A Decaf Compiler with some language modifications

dcc decaf-compiler decaf-language decaf-specifications llvm

Last synced: 08 Feb 2026

https://github.com/vhiribarren/llvm-tuto-kaleidoscope-rust

LLVM Kaleidoscope tutorial in Rust, toy project.

inkwell llvm rust toy-project tutorial

Last synced: 14 Apr 2025

https://github.com/jaepil/expressions

A simple script language with the JIT compilation.

aarch64 asmjit code-generation interpreter jit llvm x86-64

Last synced: 14 May 2026

https://github.com/hammpa/aiko_cross_platform

Repository bahasa pemrograman Aiko, dibangun menggunakan LLVM-14 dan C++. Mendukung tipe data primitif, array, struct, fungsi, loop, dan ekspresi kompleks untuk pengembangan bahasa modern

aiko clang codegen gcc lexer llvm parser

Last synced: 04 Sep 2025

https://github.com/gbaraldi/spinach.jl

Toy language based on Scheme, built with LLVM.jl.

julia llvm programming-language scheme

Last synced: 21 Jan 2026

https://github.com/jferard/selfhosted

A self hosted compiler project

llvm python toy-compiler toy-language toy-project

Last synced: 27 Apr 2026

https://github.com/alexandrecarlton/llvm-docker

The LLVM toolchain in a docker image

docker llvm

Last synced: 26 Apr 2026

https://github.com/luisfelipepoma/compilers_theory

Learning about Compilers Theory Course: Building with ANTLR, LLVM, Bison, and Flex.

antlr arch-linux bison c compiler-construction compilers flex llvm

Last synced: 19 Aug 2025

https://github.com/thomasleese/acorn

Powerful and elegant programming language.

cpp language llvm programming-language

Last synced: 24 Apr 2026

https://github.com/junlarsen/xd

Compiler for a toy programming language with an MLIR backend

compiler llvm mlir

Last synced: 22 Apr 2026

https://github.com/nkhmelni/obscura

An LLVM pass plugin for compile-time encryption of all primitive kinds of variables

arm64 code-protection compiler-plugin encryption llvm macos obfuscation security

Last synced: 07 Mar 2026

https://github.com/ahueck/irprinter

Explore the generated LLVM IR of a translation unit

c cpp llvm llvm-clang llvm-ir

Last synced: 05 Apr 2026

https://github.com/omarazizi/kaleidoscope

Toy Programming language & optimizing JIT Compiler built with LLVM compiler infrastructure and C++

compilers cplusplus llvm llvm-ir programming-language

Last synced: 02 Feb 2026

https://github.com/aermoss/brainfuck-compiler

A simple BrainFuck compiler written in Python using LLVM.

brainfuck brainfuck-compiler compiler llvm llvmlite

Last synced: 06 Mar 2025

https://github.com/mojothon/libc

a standard C library for Mojo programming language.

libc llvm mojo

Last synced: 08 Jul 2025

https://github.com/mrjameshamilton/bf-llvm

A LLVM brainf*ck compiler

brainfuck brainfuck-compiler compiler llvm

Last synced: 03 May 2026

https://github.com/icculus/mojobasic

Attempt to write an LLVM frontend to BASIC.

basic llvm

Last synced: 15 Apr 2026

https://github.com/karmakrafts/manganese

LLVM based bootstrap compiler for the Ferrous programming language.

bootstrap-compiler compiler compilers ferrous java java-21 java-preview lld lldb llvm lwjgl lwjgl3 programming-language remotery

Last synced: 01 Feb 2026

https://github.com/afnanenayet/tiny-c

Work from my compilers class, in which we implemented an AST, a few optimizations, and linear scan register allocation for a subset of the C language.

assembly ast bison c compilers cpp flex lex llvm optimization yacc

Last synced: 14 Aug 2025

https://github.com/rj45/llbrew

llbrew - a homebrew LLVM backend for your homebrew CPU

compiler compiler-backend customasm llvm llvm-ir

Last synced: 13 Jul 2025

https://github.com/markusn/bfer

Brainfuck to LLVM IR compiler written in Erlang

brainfuck erlang llvm

Last synced: 15 May 2026

https://github.com/tensoriumcore/tensorium_mlir

Tensorium_MLIR automatically generates solid metrics and initial conditions for numerical relativity, in a MLIR based compiler environment

compiler llvm mathematics metrics mlir mlir-dialect numerical-relativity

Last synced: 04 Sep 2025

https://github.com/farzonl/llvmplugins

llvm plugins I have written for cs6241.

compiler-construction compiler-design compilers computer-systems llvm

Last synced: 27 Apr 2026

https://github.com/gabryon99/mucomp-lang

μcomp-lang is a didactic language implemented for Language, Compilers and Interpreters course at UniPi.

compilers languages lexer llvm menhir ocaml ocamllex parser programming

Last synced: 03 May 2026

https://github.com/morgancaron/latest-clang-action

GitHub action to provide a precompiled version of LLVM Clang for continuous integration without having to recompile at each run.

clang cpp cpp20 cpp20-modules cpp23 llvm

Last synced: 05 Jan 2026

https://github.com/giarve/julia-subset-toy-compiler

Toy language interpreter and compiler for simple .jl files

bison clang compiler-frontend cpp20 flex gcc interpreter julia llvm

Last synced: 04 May 2026

https://github.com/allenvox/llvm-compilers

Workspace for Compilation Technologies class, fall

compiler compiler-design cpp cxx llvm

Last synced: 15 Apr 2026

https://github.com/salekinsirajus/licm-optimization-pass-llvm

Loop Invariant Code Motion Optimization Pass - operates on LLVM Intermediate Representation (IR)

compiler compiler-optimization intermediate-representation llvm llvm-pass loop-optimization

Last synced: 26 Apr 2026

https://github.com/theow03/lakecompilerv1

Strongly typed procedural programming language

asm compiler-design cpp llvm programminglanguages

Last synced: 18 May 2026

https://github.com/solo-steven/toy-lang-in-rust

A toy language build by myself

learning-by-doing llvm rust toy-project tutorial

Last synced: 09 Mar 2025

https://github.com/zhangboyang/qemu

LLVM-accelerated QEMU, focused on user-mode emulation (my personal project, still under development)

binary-translation llvm qemu

Last synced: 31 Jan 2026

https://github.com/igor-ramazanov/scala-native-playground

Scala Native + Nix Flakes + Nix Devshell + Direnv + ImageMagick + libsndfile

clang devshell direnv imagemagick llvm nix nix-flake nixpkgs scala scala-native sndfile

Last synced: 19 Feb 2026

https://github.com/sclorentz/rust-test

C.A. presentation: Tests with no_std rust and integrated asm

aarch64 assembly linker-script llvm rust smallest x86-64

Last synced: 26 Sep 2025

https://github.com/mrlsd/llvm-api-swift

Swift LLVM API is a library and utils set fully compatible with LLVM-C API. The library can be used to create compilers backend based on LLVM

compilers llvm llvm-bindings swift

Last synced: 07 Feb 2026

https://github.com/eoic/iridium

A simple LLVM programming language.

c c-plus-plus lex llvm yacc

Last synced: 15 Apr 2025

https://github.com/theow03/hazelc

LLVM Compiler for Hazel; a declarative, Functional Programming Language

compilers functional-programming llvm

Last synced: 08 Apr 2026

https://github.com/reussir-lang/reussir-playground

A programming language with region-based memory management

functional-programming llvm memory-management mlir

Last synced: 25 Feb 2026

https://github.com/souris-dev/slangc

Compiler for my own toy programming language - slang.

antlr4 compiler llvm slang

Last synced: 20 May 2026

https://github.com/sonicstark/sanitizerreports

Grab various reports from Sanitizers to test https://github.com/SonicStark/CapSanX

llvm llvm-test-suite llvm-utils sanitizer

Last synced: 25 Apr 2026

https://github.com/tgymnich/outoftreellvmpass

🧾Template for creating an out of tree llvm pass that can be built with pre compiled llvm binaries or from llvm source.

llvm llvm-pass out-of-tree template

Last synced: 26 Oct 2025

https://github.com/n0thhhing/zeon

ARM/ARM64 Neon intrinsics implemented in zig

arm arm64 assembly implementation inline-assembly intrinsics llvm neon pure-zig simd vectors zig ziglang

Last synced: 26 Sep 2025

https://github.com/retrooper/turbolang

This is a compiler for the TurboLang programming language.

cmake cmakelists compiler cpp cpp17 cross-compiler llvm llvm-ir

Last synced: 03 Aug 2025

https://github.com/alexdenisov/bazel-llvm-plugin

Example of an LLVM plugin built with Bazel

bazel bazel-examples llvm

Last synced: 22 Apr 2026

https://github.com/belajarqywok/strmc

Credentials Management Tool Using Stream Cipher Algorithm.

clang cryptography cybersecurity llvm rc4-algorithm stream-cipher

Last synced: 07 Feb 2026

https://github.com/exein-io/icedragon

Linux cross-compilation suite for building portable software

cross-compiler gentoo linux llvm musl musl-libc rust

Last synced: 06 May 2026

https://github.com/ergrelet/llvm-ebctoll

Portable and standalone utility to extract embedded LLVM bitcode from binaries compiled with -fembed-bitcode.

bitcode llvm python

Last synced: 07 Jan 2026

https://github.com/hirbodbehnam/cminusllvm

C-Minus Language with Flex/Bison and LLVM 15

bison compiler flex llvm

Last synced: 09 Feb 2026

https://github.com/tinybiggames/libllvm

libLLVM brings the full power of LLVM's compilation infrastructure directly to Delphi, providing native bindings for code generation, optimization, and linking with clean, Pascal-style integration.

codegen compiler compiler-construction compiler-design delphi lld llvm llvm-bindings pascal win64 windows11

Last synced: 06 Sep 2025