All Projects → doc → Similar Projects or Alternatives

425 Open source projects that are alternatives of or similar to doc

mlir-hs
Haskell bindings for MLIR
Stars: ✭ 53 (+130.43%)
Mutual labels:  llvm
ugo
µGo编程语言(从头开发一个迷你Go语言编译器)
Stars: ✭ 38 (+65.22%)
Mutual labels:  llvm
Grimheart
Torture your LLVM Obfuscation
Stars: ✭ 29 (+26.09%)
Mutual labels:  llvm
mlir-standalone-template
An out-of-tree MLIR dialect template.
Stars: ✭ 44 (+91.3%)
Mutual labels:  llvm
sead
Decompilation of sead: the standard C++ library for first-party Nintendo games
Stars: ✭ 91 (+295.65%)
Mutual labels:  decompilation
ebsrc
Source code recreation for the game Earthbound
Stars: ✭ 91 (+295.65%)
Mutual labels:  decompilation
clad
clad -- automatic differentiation for C/C++
Stars: ✭ 161 (+600%)
Mutual labels:  llvm
Decaf-Compiler
Compiler for Decaf Programming Language
Stars: ✭ 36 (+56.52%)
Mutual labels:  llvm-ir
systemc-compiler
This tool translates synthesizable SystemC code to synthesizable SystemVerilog.
Stars: ✭ 128 (+456.52%)
Mutual labels:  llvm
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (+0%)
Mutual labels:  llvm
pacxx-llvm
Programming Accelerators with C++ (PACXX)
Stars: ✭ 57 (+147.83%)
Mutual labels:  llvm
ghidra2dwarf
🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
Stars: ✭ 135 (+486.96%)
Mutual labels:  decompiler
manyclangs
Repository hosting unofficial binary pack files for many commits of LLVM
Stars: ✭ 125 (+443.48%)
Mutual labels:  llvm
SDA
SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.
Stars: ✭ 98 (+326.09%)
Mutual labels:  decompiler
MadMax
Ethereum Static Vulnerability Detector for Gas-Focussed Vulnerabilities
Stars: ✭ 96 (+317.39%)
Mutual labels:  decompiler
qbicc
Experimental static compiler for Java programs.
Stars: ✭ 118 (+413.04%)
Mutual labels:  llvm
ethdasm
Tool for auditing Ethereum contracts
Stars: ✭ 52 (+126.09%)
Mutual labels:  decompiler
nocc
A LLVM based self-hosting C compiler
Stars: ✭ 22 (-4.35%)
Mutual labels:  llvm
pa.llvm
Program Analysis for LLVM
Stars: ✭ 37 (+60.87%)
Mutual labels:  llvm
linux
Linux kernel source tree
Stars: ✭ 234 (+917.39%)
Mutual labels:  llvm
Weld
High-performance runtime for data analytics applications
Stars: ✭ 2,709 (+11678.26%)
Mutual labels:  llvm
TON-Compiler
Clang compiler for Free TON Virtual Machine
Stars: ✭ 56 (+143.48%)
Mutual labels:  llvm
FPChecker
A dynamic analysis tool to detect floating-point errors in HPC applications.
Stars: ✭ 26 (+13.04%)
Mutual labels:  llvm
pikmin
A decompilation of Pikmin brought to you by fans of the series.
Stars: ✭ 43 (+86.96%)
Mutual labels:  decompilation
open-ops
Open Optimizing Parallelizing System
Stars: ✭ 21 (-8.7%)
Mutual labels:  llvm
Star-lang-specification
Work in progress specs for the Star programming language
Stars: ✭ 26 (+13.04%)
Mutual labels:  llvm
MetaCG
MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.
Stars: ✭ 21 (-8.7%)
Mutual labels:  llvm
Llvm Ir Tutorial
LLVM IR入门指南
Stars: ✭ 232 (+908.7%)
Mutual labels:  llvm
NatsuLang
No description or website provided.
Stars: ✭ 96 (+317.39%)
Mutual labels:  llvm
juce faustllvm
JUCE Module for the libfaust JIT compiler
Stars: ✭ 32 (+39.13%)
Mutual labels:  llvm
expressi
Expression-oriented toy programming language written in Rust
Stars: ✭ 17 (-26.09%)
Mutual labels:  llvm
joern
Open-source code analysis platform for C/C++/Java/Binary/Javascript/Python/Kotlin based on code property graphs
Stars: ✭ 968 (+4108.7%)
Mutual labels:  llvm
Lesma
The Lesma Programming Language
Stars: ✭ 14 (-39.13%)
Mutual labels:  llvm
rain
A programming language.
Stars: ✭ 20 (-13.04%)
Mutual labels:  llvm
Dxbc2Dxil
DEPRECATED. DXBC to DXIL (HLSL Bytecode to LLVM IR) using internal APIs.
Stars: ✭ 21 (-8.7%)
Mutual labels:  llvm-ir
mollusc
Pure-Rust libraries for parsing, interpreting, and analyzing LLVM
Stars: ✭ 49 (+113.04%)
Mutual labels:  llvm
Kernel-Compile-Script
This is a collection of scripts aimed at streamlining the process of kernel compilation for improved efficiency and effectiveness.
Stars: ✭ 20 (-13.04%)
Mutual labels:  llvm
U-00DC-Sprache
"Ü" programming language development
Stars: ✭ 43 (+86.96%)
Mutual labels:  llvm
sbt-instrumentation
Configurable instrumentation of LLVM bitcode
Stars: ✭ 31 (+34.78%)
Mutual labels:  llvm
tools.decompiler
A decompiler for clojure, in clojure
Stars: ✭ 66 (+186.96%)
Mutual labels:  decompiler
FIDL
A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research
Stars: ✭ 421 (+1730.43%)
Mutual labels:  decompiler
Chigraph
A visual systems language for beginners compiled using LLVM
Stars: ✭ 247 (+973.91%)
Mutual labels:  llvm
Chromium Clang
Chromium browser compiled with the Clang/LLVM compiler.
Stars: ✭ 77 (+234.78%)
Mutual labels:  llvm
Checkedc
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 eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, a…
Stars: ✭ 2,692 (+11604.35%)
Mutual labels:  llvm
dumb-obfuscator
Tutorial on how to write the dumbest obfuscator I could think of.
Stars: ✭ 147 (+539.13%)
Mutual labels:  llvm
verificarlo
A tool for debugging and assessing floating point precision and reproducibility.
Stars: ✭ 51 (+121.74%)
Mutual labels:  llvm
Ts Llvm
TypeScript to LLVM compiler (abandoned)
Stars: ✭ 230 (+900%)
Mutual labels:  llvm
heyoka.py
Python library for ODE integration via Taylor's method and LLVM
Stars: ✭ 45 (+95.65%)
Mutual labels:  llvm
Kazan
Mirror; Work-in-progress software-rendering Vulkan implementation
Stars: ✭ 226 (+882.61%)
Mutual labels:  llvm
Spirv Llvm Translator
A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Stars: ✭ 223 (+869.57%)
Mutual labels:  llvm
LLVM-Obfuscator
LLVM Obfuscator
Stars: ✭ 44 (+91.3%)
Mutual labels:  llvm
ghidra-r2web
Ghidra plugin to start an r2 webserver to let r2 interact with it
Stars: ✭ 38 (+65.22%)
Mutual labels:  decompiler
Omniscidb
OmniSciDB (formerly MapD Core)
Stars: ✭ 2,601 (+11208.7%)
Mutual labels:  llvm
Llvm
[MERGED UPSTREAM] AVR backend for the LLVM compiler library
Stars: ✭ 222 (+865.22%)
Mutual labels:  llvm
mars
Minimal language with type inference, structures, control flow, and more.
Stars: ✭ 19 (-17.39%)
Mutual labels:  llvm
Jfs
Constraint solver based on coverage-guided fuzzing
Stars: ✭ 215 (+834.78%)
Mutual labels:  llvm
Symbiotic
Symbiotic is a tool for finding bugs in computer programs based on instrumentation, program slicing and KLEE
Stars: ✭ 212 (+821.74%)
Mutual labels:  llvm
llvm-package-windows
Provides LLVM binary packages for an (almost) complete Windows build matrix. Built and packaged by GitHub Actions.
Stars: ✭ 77 (+234.78%)
Mutual labels:  llvm
OCCAM
OCCAM: Object Culling and Concretization for Assurance Maximization
Stars: ✭ 20 (-13.04%)
Mutual labels:  llvm
llvm2cpg
LLVM meets Code Property Graphs
Stars: ✭ 62 (+169.57%)
Mutual labels:  llvm
61-120 of 425 similar projects