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

Resources to consider adding

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

https://lists.eatonphil.com/compilers-and-interpreters.html

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

https://www.youtube.com/@jblow888

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

https://llvm.org/docs/tutorial/

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

Curation of program analysis resources https://gist.github.com/MattPD/00573ee14bf85ccac6bed3c0678ddbef

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

http://www.msreverseengineering.com/program-analysis-reading-list/

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

https://cs.au.dk/~amoeller/spa/ code https://github.com/cs-au-dk/TIP/tree/master/src/tip

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

https://mitpress.mit.edu/9780262043410/introduction-to-static-analysis/ code https://github.com/sree314/simple-abstract-interpreter

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

https://link.springer.com/book/10.1007/978-1-84800-017-9

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

dataflow:

  • Kildall's worklist, least fix point https://www.cs.cmu.edu/~emc/15817-s11/reading.html https://pages.cs.wisc.edu/~horwitz/CS704-NOTES/DATAFLOW-AUX/lattice.html https://www.cs.cmu.edu/~aldrich/courses/17-355-17sp/notes/03-dataflow-frameworks.pdf https://www.cs.rice.edu/~keith/EMBED/dom.pdf https://courses.cs.washington.edu/courses/cse401/16wi/sections/section8/dfa.html Two approaches to interprocedural data flow analysis

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

loops: https://www.cs.cornell.edu/courses/cs4120/2011fa/lectures/lec27-fa11.pdf https://www.cs.princeton.edu/courses/archive/spr03/cs320/notes/loops.pdf https://www.cs.cmu.edu/afs/cs/academic/class/15745-f03/public/lectures/

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

https://groups.seas.harvard.edu/courses/cs153/2018fa/lectures/Lec17-CFG-dataflow.pdf

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

https://www.sable.mcgill.ca/~hendren/621/ControlFlowAnalysis_Handouts.pdf

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

http://venge.net/graydon/talks/CompilerTalk-2019.pdf

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

https://groups.seas.harvard.edu/courses/cs252/2011sp/

0xalpharush avatar Mar 19 '23 23:03 0xalpharush

https://nickdesaulniers.github.io/blog/2023/01/27/critical-edge-splitting/ https://github.com/bytecodealliance/cranelift/issues/796 https://news.ycombinator.com/item?id=10495342

0xalpharush avatar Apr 15 '23 14:04 0xalpharush

semantic analysis https://web.stanford.edu/class/cs143/lectures/lecture09.pdf https://www.cs.rochester.edu/~sree/courses/csc-255-455/spring-2020/schedule.html https://www.cs.cornell.edu/courses/cs4120/2013fa/schedule.html

  • more recently https://www.cs.cornell.edu/courses/cs4120/2023sp/

https://cs.brown.edu/courses/cs173/2012/book/Introduction.html https://stanford-cs242.github.io/f19/

0xalpharush avatar Apr 29 '23 04:04 0xalpharush

https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/get-started/semantic-analysis

0xalpharush avatar Apr 29 '23 04:04 0xalpharush

https://iucompilercourse.github.io/IU-P423-P523-E313-E513-Fall-2020/ (has videos) https://plfa.github.io/ http://www.cs.cmu.edu/~rwh/pfpl.html http://openclassroom.stanford.edu/MainFolder/courses/Compilers/ (has videos) https://cs.brown.edu/courses/cs173/2012/Videos/ (has videos) https://courses.cs.washington.edu/courses/cse341/19sp/ (has videos) https://www.plai.org/

0xalpharush avatar May 18 '23 21:05 0xalpharush

ASTs https://medium.com/basecs/leveling-up-ones-parsing-game-with-asts-d7a6fc2400ff https://www.cs.cornell.edu/courses/cs4120/2022sp/notes.html?id=ast https://www.cs.mcgill.ca/~cs520/2023/slides/7-ast.pdf

0xalpharush avatar Aug 20 '23 03:08 0xalpharush

lowering https://luctielen.com/posts/how-to-lower-an-ir/

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

cs6120 https://carstein.github.io/2020/10/22/ssa-explained.html

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

abstract binding trees https://siek.blogspot.com/2020/07/type-safety-in-two-easy-lemmas.html https://semantic-domain.blogspot.com/2015/03/abstract-binding-trees.html https://github.com/willcrichton/rabbot

0xalpharush avatar Dec 06 '23 18:12 0xalpharush

https://ucarion.com/llvm-rust-toy-compiler https://github.com/true-grue/python-dsls https://github.com/true-grue/graph-irs

0xalpharush avatar Dec 15 '23 05:12 0xalpharush

CFGs https://nicolo.dev/en/blog/role-control-flow-graph-static-analysis/

Section 12.3 PDGs https://pfalcon.github.io/ssabook/latest/book.pdf ægraphs: Acyclic E-graphs for Efficient Optimization in a Production Compiler

0xalpharush avatar Apr 20 '24 18:04 0xalpharush

https://bernsteinbear.com/blog/whats-in-an-egraph/ https://github.com/egraphs-good/eggcc/blob/main/src/rvsdg/from_cfg.rs

0xalpharush avatar Nov 22 '24 03:11 0xalpharush

https://thorstenball.com/talks/writing_tucan_nov_2024_homebrew_systems_club.pdf

0xalpharush avatar Nov 22 '24 03:11 0xalpharush