LLVM
Last updated
Was this helpful?
Last updated
Was this helpful?
- Verifying the LLVM.
- Great intro to LLVM.
- Superoptimizer for LLVM IR. ()
- Mutation testing system built on top of LLVM.
- Experimental wrapper over LLVM for generating and compiling code at run-time.
- LLVM tutorial implementation in Rust with llvm-sys.
()
- Collection of self-contained reference LLVM passes. It's a tutorial that targets novice and aspiring LLVM developers.
()
- Type Qualifiers for LLVM/Clang.
- Symbolic execution of LLVM IR, written in Rust.
()
- C language family frontend for LLVM. ()
- Automatic verification of LLVM optimizations.
- Small library providing an execution engine for logical binary expressions on bitmaps.
- Notes created while studying LLVM compiler infrastructure in preparation for compiler engineer job and onsite interview.
- Toy Compiler Infrastructure influenced by LLVM written in Rust.
() ()
()
- Symbolic virtual machine built on top of LLVM. ()
- Tool that allows you to describe and detect patterns of bad behavior in function calls.
- Verifying constant-time code with symbolic execution.
- LLVM-based Static Analysis Framework. ()
- Tool for analyzing LLVM bitcode using Datalog.
- Coq formalization of the semantics of (a subset of) the LLVM compiler IR.
- Symbolic virtual machine built on top of the LLVM compiler infrastructure.
- All software components — except a small set needed for bootstrapping — are represented in a virtual instruction set instead of native machine code.
()
()
- With this project it is possible to take the output from an LLVM compiler such as clang and allow selected parts of the code to recompile themselves at runtime.
- Count lines of LLVM IR per generic function.
()
()
()
- High-Performance Automatic Differentiator of LLVM. ()
- Debugging LLVM-IR Files.