no unnecessary and cryptic abreviations: rename vrfy to verify
[libfirm] / scripts / ir_spec.py
2010-07-28 Matthias Braunautomatically generate code to allocate the 'frag_arr...
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-05-05 Matthias Braunallow comments for outputs in node specification
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-02 Michael BeckBugFix: Cast is an Unop
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-29 Matthias Braunfix bad merge in last commit
2009-06-29 Matthias Braunrework python generators: we can make use of the classe...
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-18 Matthias Braunsmall fixes
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-15 Matthias Braungenerate a few more things automatically
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 Div, DivMod, Mod, and Quot
2009-04-02 Moritz KrollRenamed attr.cast.totype to attr.cast.type. Added Cast...
2009-04-02 Moritz KrollUpdated VC2005 project. Sorted ir_spec.py entries
2009-04-01 Moritz Krollgen_ir.py:
2009-03-30 Moritz KrollStarted Python implementation of gen_ir.pl
2009-03-30 Moritz KrollSome minor changes
2009-03-02 Moritz Krollirio: Added support for DivRL
2009-03-02 Moritz Krollirio: Readded support for strictConv
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-21 Michael Beck- BugFix: the block of a Confirm can (and is in most...
2009-02-21 Moritz Krollirio: Save all attributes of Cond
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-02-18 Moritz Krollirio: Added CopyB support
2009-02-18 Moritz Krollirio: Added support for Builtin nodes
2009-02-18 Moritz Krollirio: Added support for Quot and Mod nodes
2009-02-11 Moritz Krollirio: Fixed ir_cons_flags import for Load and Store...
2009-02-04 Moritz KrollAdded first version of IR importer/exporter