automatically generate opcode declarations from ir_spec
[libfirm] / scripts / gen_ir.py
2010-07-28 Matthias Braunautomatically generate opcode declarations from ir_spec
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-08-24 Matthias Braunadd missing NL to generated file
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-29 Matthias Braunrework python generators: we can make use of the classe...
2009-06-18 Matthias Braunsmall fixes
2009-05-15 Matthias Braungenerate a few more things automatically
2009-05-11 Matthias Braunadd a newline to avoid warning
2009-05-11 Matthias Braunmore fixes for strange op entries
2009-05-11 Matthias Braunmore fixes (sorry for the breakages...)
2009-05-11 Matthias Braunfix a bunch of stuff in my last commit
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-05-07 Matthias Braunredo pinned mode handling in spec generator
2009-04-02 Moritz KrollAdded gen_ir.py support for Bound, CopyB, InstOf and...
2009-04-02 Moritz KrollAdded gen_ir.py support for Break and Filter
2009-04-02 Moritz KrollAdded gen_ir.py support for Alloc and Builtin
2009-04-02 Moritz KrollAdded gen_ir.py support for Call. Sort generated irio...
2009-04-02 Moritz KrollAdded gen_ir.py support for DivRL and strictConv
2009-04-02 Moritz KrollAdded gen_ir.py support for Div, DivMod, Mod, and Quot
2009-04-02 Moritz KrollRenamed attr.cast.totype to attr.cast.type. Added Cast...
2009-04-01 Moritz KrollUse setdefault in several cases to simplify code
2009-04-01 Moritz KrollPrepare for 'production'
2009-04-01 Moritz Krollgen_ir.py:
2009-03-30 Moritz KrollStarted Python implementation of gen_ir.pl