sxtyzhangzk / MxCompiler

A Mx-language compiler focused on backend optimization (Compiler Project of ACM class @ SJTU)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MxCompiler

A Mx-language compiler focused on backend optimization and code generation for x86-64.

This is the codebase for compiler project of ACM class @ SJTU

Useful links:

Main Optimizations

  • Function Inlining
  • Register Allocation based on SSA
  • Loop-invariant Code Motion
  • Dead Code Elimination
  • Global Value Numbering

About

A Mx-language compiler focused on backend optimization (Compiler Project of ACM class @ SJTU)


Languages

Language:C++ 97.6%Language:ANTLR 1.1%Language:Makefile 0.9%Language:Shell 0.4%