Skip to content

aprell/compiler-potpourri

Repository files navigation

Compiler Potpourri

A potpourri of programs, scripts, and tools for a compilers course covering:

  • Three-address code
  • Basic blocks
  • Control flow analysis
  • Data flow analysis
  • Static single assignment (SSA) form
  • SSA-based analysis and optimizations
  • Introduction to LLVM IR
  • Data dependences
  • Loop transformations
  • Parallel loops and tasks in OpenMP
  • List scheduling

References

Books

Papers

Articles

Courses

About

Tools for a compilers course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published