constant-propagation
There are 11 repositories under constant-propagation topic.
chc4/lineiform
A meta-JIT library for Rust interpreters
sigurdschneider/lvc
LVC verified compiler
anaghasethu/KTU-sem7-compilerdesign-programs
KTU 7th Semester Compiler Design lab programs along with algorithms
WrenOswin/Compiler-Lab-CSL411
Experiments done during 7th semester of B.tech CSE for Compiler Lab at KTU
bersilin-robert1609/CS6013-Advanced_Compiler_Design
Advanced Compiler Design - CS6013 Code for assignments - IIT Madras
motapinto/java-minus-compiler
Development of a compiler for the Mini-Java language
T-Brick/17355-program-analysis-project-s21
Constant propagation on simple Ocaml programs.
iamaayushrivastava/Inter-Procedural-Constant-Propagation
This repository features an LLVM optimization pass for inter-procedural, context-insensitive, and flow-sensitive constant propagation that analyses and substitutes constant values across function boundaries. Key features include handling diverse data types and operations, and transforming variables and function arguments to constants.
thinknathan/tstl-const-propagation
TypeScriptToLua plugin that performs constant propagation and constant folding