CompilerNotes icon indicating copy to clipboard operation
CompilerNotes copied to clipboard

How to build

mkdir tmp && make clean && make BIBFILES=main.bib

Buy me a cup of coffee ☕️ if you find this is helpful!

TODO

  • [X] Local Optimizations
  • [X] LLVM
  • [X] Introduction to Dataflow analysis
  • [X] Foundations of Dataflow analysis
  • [X] GCSE/ConstProp
  • [X] SSA
  • [X] SSA Optimizations
  • [X] LICM
  • [X] Strength Reduction
  • [X] PRE
  • [X] Lazy Code Motion
  • [X] Region Analysis
  • [X] Pointer Analysis
  • [X] Register Allocation
  • [X] List Scheduling
  • [X] Dynamic Code Optimizations
  • [X] DSL
  • [ ] Global Scheduling SW Pipelining
  • [X] Data Prefetching
  • [X] Parallelism
  • [X] TLS