HIR->LIR flow.

This commit is contained in:
Ben Vanik
2013-12-29 23:51:51 -08:00
parent cd9172ed62
commit 08cff81f6a
11 changed files with 394 additions and 52 deletions

View File

@@ -1,9 +1,11 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'lir_block.h',
'lir_builder.cc',
'lir_builder.h',
'lir_instr.h',
'lir_label.h',
'lir_opcodes.cc',
'lir_opcodes.h',
'lir_opcodes.inl',