Added first version of IR importer/exporter
authorMoritz Kroll <Moritz.Kroll@gmx.de>
Wed, 4 Feb 2009 09:42:57 +0000 (09:42 +0000)
committerMoritz Kroll <Moritz.Kroll@gmx.de>
Wed, 4 Feb 2009 09:42:57 +0000 (09:42 +0000)
commit279822e9e2a4f26deaf67b5fe8423b27837a75d7
tree8f5238d832d49aff0c9dc459ae9c858010990ced
parentebddb7c8263778f56eff6765fbfe2ed437aba7f1
Added first version of IR importer/exporter

[r25422]
28 files changed:
include/libfirm/firm.h
include/libfirm/irio.h [new file with mode: 0644]
ir/ir/irio.c [new file with mode: 0644]
scripts/gen_ir_io.py [new file with mode: 0755]
scripts/ir_spec.py [new file with mode: 0755]
scripts/jinja2/__init__.py [new file with mode: 0644]
scripts/jinja2/_ipysupport.py [new file with mode: 0644]
scripts/jinja2/_speedups.c [new file with mode: 0644]
scripts/jinja2/bccache.py [new file with mode: 0644]
scripts/jinja2/compiler.py [new file with mode: 0644]
scripts/jinja2/constants.py [new file with mode: 0644]
scripts/jinja2/debug.py [new file with mode: 0644]
scripts/jinja2/defaults.py [new file with mode: 0644]
scripts/jinja2/environment.py [new file with mode: 0644]
scripts/jinja2/exceptions.py [new file with mode: 0644]
scripts/jinja2/ext.py [new file with mode: 0644]
scripts/jinja2/filters.py [new file with mode: 0644]
scripts/jinja2/lexer.py [new file with mode: 0644]
scripts/jinja2/loaders.py [new file with mode: 0644]
scripts/jinja2/nodes.py [new file with mode: 0644]
scripts/jinja2/optimizer.py [new file with mode: 0644]
scripts/jinja2/parser.py [new file with mode: 0644]
scripts/jinja2/runtime.py [new file with mode: 0644]
scripts/jinja2/sandbox.py [new file with mode: 0644]
scripts/jinja2/tests.py [new file with mode: 0644]
scripts/jinja2/utils.py [new file with mode: 0644]
scripts/jinja2/visitor.py [new file with mode: 0644]
vc2005/libfirm.vcproj