Displaying 1 result from an estimated 1 matches for "ast2ir".
Did you mean:
as_dir
2019 Jun 09
2
Major release of xocc C compiler, 0.9.2, based on BSD license!
...code generator are not release for temporary.
XGEN provides IR2OR translator, Pre-Instruction-Schedular, Register Allocation, Post-Instruction-Schedular,
Instruction Packager and Assembly Printer.
XOCFE is a C frontend, it could provide AST as output.
xocc is a driver that compose XOCFE, AST2IR, XOC and XGEN into complete C compiler.
All features provided by xocc, XOC, XGEN, XOCFE could empower you to develop any compiler and analysis tools.
More important is, any feedback on the compiler and its components would be much appreciated!
For more details, see:
https://github.com/...