rework fragile ops to have a throws_exception attribute
[libfirm] / scripts /
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-02 Moritz KrollUpdated VC2005 project. Sorted ir_spec.py entries
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
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-22 Christoph MallonAsk env where python is.
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-17 Moritz Krollirio: Started adding support for entity initializers
2009-02-11 Moritz Krollirio: Fixed ir_cons_flags import for Load and Store...
2009-02-04 Moritz KrollPrepare ir_io scripts for Jam
2009-02-04 Moritz KrollAdded first version of IR importer/exporter
2009-01-16 Michael BeckBugFix:
2008-12-03 Moritz KrollAdded first version of partial specification for IR...
2008-10-10 Matthias Brauncleaned up my scripts a bit and added them to svn ...
2008-10-01 Matthias Brauncreate an index, as this heavily speeds up some queries
2008-09-29 Matthias Braunbe robust against event names containing special chars
2008-09-28 Matthias Braunfix bug in statev script for empty contexts
2008-01-11 Matthias Brauncosmetics
2008-01-07 Matthias Braunonly import datatbases that are actually used
2008-01-07 Matthias Braunmove statev_sql.py to scripts dir
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-21 Michael Becksome improvements
2006-12-21 Michael BeckInitial version of the automatic module init creator