All Projects → Codegen → Similar Projects or Alternatives

547 Open source projects that are alternatives of or similar to Codegen

Inkwell
It's a New Kind of Wrapper for Exposing LLVM (Safely)
Stars: ✭ 732 (+102.21%)
Mutual labels:  llvm, jit, codegen
Awesome Graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
Stars: ✭ 302 (-16.57%)
Mutual labels:  llvm, jit
Cranelift
Cranelift code generator
Stars: ✭ 2,485 (+586.46%)
Mutual labels:  jit, codegen
Llvm Hs Examples
Examples for Haskell bindings to LLVM
Stars: ✭ 51 (-85.91%)
Mutual labels:  llvm, jit
dmr c
dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Stars: ✭ 45 (-87.57%)
Mutual labels:  llvm, jit
adorad
Fast, Expressive, & High-Performance Programming Language for those who dare
Stars: ✭ 54 (-85.08%)
Mutual labels:  llvm, jit
Jfs
Constraint solver based on coverage-guided fuzzing
Stars: ✭ 215 (-40.61%)
Mutual labels:  llvm, jit
halo
😇 Wholly Adaptive LLVM Optimizer
Stars: ✭ 22 (-93.92%)
Mutual labels:  llvm, jit
Mull
Practical mutation testing tool for C and C++
Stars: ✭ 536 (+48.07%)
Mutual labels:  llvm, jit
Jitfromscratch
Example project from my talks in the LLVM Social Berlin and C++ User Group
Stars: ✭ 158 (-56.35%)
Mutual labels:  llvm, jit
Llvm Tutorial Standalone
DEPRECATED (Use: https://github.com/llvm-hs/llvm-hs-kaleidoscope )
Stars: ✭ 38 (-89.5%)
Mutual labels:  llvm, jit
FastLua
Lua trace JIT compiler using LLVM-C
Stars: ✭ 22 (-93.92%)
Mutual labels:  llvm, jit
Batch-First
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.
Stars: ✭ 27 (-92.54%)
Mutual labels:  llvm, jit
Lightbeam
Lightbeam has moved and now lives in the Wasmtime repository!
Stars: ✭ 253 (-30.11%)
Mutual labels:  jit, codegen
vox
Vox language compiler. AOT / JIT / Linker. Zero dependencies
Stars: ✭ 288 (-20.44%)
Mutual labels:  jit, codegen
Leekscript V2
A dynamically typed, compiled just-in-time programming language used in Leek Wars' AIs
Stars: ✭ 46 (-87.29%)
Mutual labels:  llvm, jit
jitmap
LLVM-jitted bitmaps
Stars: ✭ 25 (-93.09%)
Mutual labels:  llvm, jit
Easy Just In Time
LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In-Time compiler.
Stars: ✭ 361 (-0.28%)
Mutual labels:  llvm, jit
kolibrios-llvm
KolibriOS ported to LLVM
Stars: ✭ 31 (-91.44%)
Mutual labels:  llvm
Mapping High Level Constructs To Llvm Ir
A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
Stars: ✭ 305 (-15.75%)
Mutual labels:  llvm
prisma-tgql-types-gen
◭ Prisma generator for generating TypeGraphQL class types and enums with allowing to edit the generated output without being overwritten 💪
Stars: ✭ 32 (-91.16%)
Mutual labels:  codegen
KRFAnalysis
Collection of LLVM passes and triage tools for use with the KRF fuzzer
Stars: ✭ 26 (-92.82%)
Mutual labels:  llvm
Staticscript
🎉🎉🎉 A new statically typed programming language, syntactically like TypeScript.
Stars: ✭ 337 (-6.91%)
Mutual labels:  llvm
bl
Simple imperative programming language created for fun.
Stars: ✭ 57 (-84.25%)
Mutual labels:  llvm
AliveInLean
Formally verified implementation of Alive in Lean
Stars: ✭ 30 (-91.71%)
Mutual labels:  llvm
clang-format-editor
Clang-Format Editor is a tool that helps you find the best Clang-Format Style for your C++, C#, Java, JavaScript, and Objective-C code.
Stars: ✭ 15 (-95.86%)
Mutual labels:  llvm
modelina
Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents.
Stars: ✭ 55 (-84.81%)
Mutual labels:  codegen
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (-15.75%)
Mutual labels:  llvm
lowcode
React Lowcode - prototype, develop and maintain internal apps easier
Stars: ✭ 32 (-91.16%)
Mutual labels:  codegen
Bfc
An industrial-grade brainfuck compiler
Stars: ✭ 340 (-6.08%)
Mutual labels:  llvm
Ruscall
自作言語処理系のコンパイラ制作
Stars: ✭ 41 (-88.67%)
Mutual labels:  llvm
Enso Archive
Looking for Enso, the visual programming language? ➡️ https://github.com/enso-org/enso
Stars: ✭ 305 (-15.75%)
Mutual labels:  jit
Monohook
hook C# method at runtime without modify dll file (such as UnityEditor.dll)
Stars: ✭ 348 (-3.87%)
Mutual labels:  jit
Cranelift Jit Demo
JIT compiler and runtime for a toy language, using Cranelift
Stars: ✭ 297 (-17.96%)
Mutual labels:  jit
tailpress
A Tailwind CSS enabled Underscores theme
Stars: ✭ 60 (-83.43%)
Mutual labels:  jit
libebpf
Experiemental userspace eBPF library
Stars: ✭ 14 (-96.13%)
Mutual labels:  llvm
Speedy.js
Accelerate JavaScript Applications by Compiling to WebAssembly
Stars: ✭ 300 (-17.13%)
Mutual labels:  llvm
progge.rs
Program analysis playground for a simple, imperative language
Stars: ✭ 29 (-91.99%)
Mutual labels:  llvm
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (-5.8%)
Mutual labels:  jit
llvm-brainfuck
Brainfuck compiler based on LLVM API
Stars: ✭ 27 (-92.54%)
Mutual labels:  llvm
Go Ast Book
📚 《Go语法树入门——开启自制编程语言和编译器之旅》(开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST/凹语言)
Stars: ✭ 4,034 (+1014.36%)
Mutual labels:  llvm
qcc
qcc is a small toy C compiler
Stars: ✭ 37 (-89.78%)
Mutual labels:  llvm
yarrow
[yarrow] JVMCI based optimizing compiler for HotSpot VM
Stars: ✭ 21 (-94.2%)
Mutual labels:  jit
Graphaello
A Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL
Stars: ✭ 355 (-1.93%)
Mutual labels:  codegen
Opensmalltalk Vm
Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
Stars: ✭ 345 (-4.7%)
Mutual labels:  jit
Clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
Stars: ✭ 330 (-8.84%)
Mutual labels:  llvm
Clang Power Tools
Bringing clang-tidy magic to Visual Studio C++ developers.
Stars: ✭ 285 (-21.27%)
Mutual labels:  llvm
genna
Model generator for go-pg package
Stars: ✭ 103 (-71.55%)
Mutual labels:  codegen
Devito
Code generation framework for automated finite difference computation
Stars: ✭ 285 (-21.27%)
Mutual labels:  jit
dart-sealed
Codegen implementation for using with sealed annotation
Stars: ✭ 22 (-93.92%)
Mutual labels:  codegen
idris-codegen-wasm
WebAssembly Code Generation Backend for Idris Compiler
Stars: ✭ 79 (-78.18%)
Mutual labels:  codegen
Soll
SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
Stars: ✭ 329 (-9.12%)
Mutual labels:  llvm
Interfaces
Code generation tools for Go.
Stars: ✭ 279 (-22.93%)
Mutual labels:  codegen
llvm-svn
Arch Linux PKGBUILD for LLVM, Clang et al. (latest SVN code)
Stars: ✭ 18 (-95.03%)
Mutual labels:  llvm
eleventy solo starter njk
Further development suspended as of 2021-09-11. Please refer instead to https://www.11ty.dev/docs/starter/ for a wide selection of other Eleventy starter sets.
Stars: ✭ 22 (-93.92%)
Mutual labels:  jit
Protein
💊 Protein is an IntelliJ Plugin to generate Kotlin code for Retrofit 2 and RxJava 2 based on a Swagger definition
Stars: ✭ 273 (-24.59%)
Mutual labels:  codegen
codegen-ace
디미고 이과반 입학과제 코드젠 도우미📓
Stars: ✭ 16 (-95.58%)
Mutual labels:  codegen
contentful-typescript-codegen
Generate TypeScript interfaces from a Contentful environment
Stars: ✭ 164 (-54.7%)
Mutual labels:  codegen
Decomp
Components of a decompilation pipeline.
Stars: ✭ 343 (-5.25%)
Mutual labels:  llvm
Hack Codegen
Library to programatically generate Hack code and write it to signed files
Stars: ✭ 322 (-11.05%)
Mutual labels:  codegen
1-60 of 547 similar projects