static-analysis-and-compilers icon indicating copy to clipboard operation
static-analysis-and-compilers copied to clipboard

real world implementation of analyses

Open 0xalpharush opened this issue 3 years ago • 6 comments

llvm... too many to name.

rust mlir dataflow

0xalpharush avatar Jan 16 '23 04:01 0xalpharush

https://github.com/WebAssembly/binaryen/tree/main/src/passes

0xalpharush avatar Jan 25 '23 04:01 0xalpharush

ssa destruction: https://github.com/LLVM-but-worse/maple-ir/blob/master/org.mapleir.ir/src/main/java/org/mapleir/ir/algorithms/BoissinotDestructor.java https://github.com/LLVM-but-worse/maple-ir/blob/master/org.mapleir.ir/src/main/java/org/mapleir/ir/algorithms/BoissinotDestructor.java

0xalpharush avatar Jan 28 '23 01:01 0xalpharush

https://github.com/facebook/infer/ https://github.com/cs-au-dk/TIP https://github.com/cs-au-dk/jelly

0xalpharush avatar Feb 20 '23 19:02 0xalpharush

https://github.com/facebook/redex/blob/main/service/constant-propagation/IPConstantPropagationAnalysis.cpp

0xalpharush avatar Apr 20 '23 21:04 0xalpharush

semantic analysis https://clang.llvm.org/docs/InternalsManual.html#introduction https://github.com/rust-analyzer/rowan/blob/master/src/ast.rs http://blog.ezyang.com/2013/05/the-ast-typing-problem/

0xalpharush avatar Sep 01 '23 03:09 0xalpharush

https://github.com/facebook/pyre-check

0xalpharush avatar Sep 07 '23 17:09 0xalpharush