JanBaig's Stars
dgunther2001/Pyroxene_Lang
SeaOfNodes/Simple
A Simple showcase for the Sea-of-Nodes compiler IR
PacktPublishing/Learn-LLVM-17
Learn LLVM 17, published by Packt
lukasz-madon/awesome-concepts
Awesome list about all kinds of interesting topics: Laws, Principles, Mental Models, Cognitive Biases
ManuelJBrito/GSoC-Report2024
Repo for GSoC 2024 final work submission
yshoaib/RyersonSgsThesisTemplateLatex
Ryerson School of Graduate Studies Thesis Latex Template
pharo-project/pharo-changelogs
To describe each version
sampsyo/bril
an educational compiler intermediate representation
leddoo/kibi
learn-llvm/awesome-llvm
A curated list of awesome LLVM (including Clang, etc) related resources.
leaningtech/cheerp-meta
Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript
tristanisham/zvm
zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
Pylir/Pylir
An optimizing ahead-of-time Python Compiler
zero9178/IntroductionToLLVM
llvm/circt
Circuit IR Compilers and Tools
PennyLaneAI/catalyst
A JIT compiler for hybrid quantum programs in PennyLane
linjames0/Transformer-CUDA
An implementation of the transformer architecture onto an Nvidia CUDA kernel
EpicGames/DirectXShaderCompiler
This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
Alamvic/druid
Meta-compiler to generate an optimised JIT compiler frontend based on an Interpreter definition
SquareBracketAssociates/Booklet-LLVMCompilationWithPharo
kassane/llvm-zig
LLVM bindings written in Zig
0x7CFE/llst
LLVM powered Little Smalltalk.
QDucasse/LLVMBindings
LLVM C bindings from Pharo
jasonjckn/llvm-clojure-bindings
LLVM Clojure Bindings and Toy Language.
jondgoodwin/cone
Cone Programming Language
pharo-project/pharo-vm
This is the VM used by Pharo
triton-lang/triton
Development repository for the Triton language and compiler
f0rki/mapping-high-level-constructs-to-llvm-ir
A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
banach-space/llvm-tutor
A collection of out-of-tree LLVM passes for teaching and learning