beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / scripts /
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-09-22 Matthias Braunremove non-strict exception mode
2010-09-22 Matthias Braunoptimisations work independently of current_ir_graph...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunautomatically generate most declarations for node gette...
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-28 Matthias Braunautomatically generate opcode declarations from ir_spec
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-05-20 Matthias Braunreduce unsupported attributes from error to a warning
2010-05-05 Matthias Braunallow comments for outputs in node specification
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-12 Matthias Braunupdate jinja version
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-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonIgnore generated files.
2010-02-10 Matthias Braunfix
2010-02-10 Matthias Braunmake statev_sql commandlines similar to mysql commandlines
2010-02-08 Matthias Braunin case of missing tables create them even in update...
2010-02-07 Matthias Brauncleanup rework and extend statev_sql.py; it should...
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
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-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 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-06-01 Matthias Braunsmall fixes and improvements to mysql support
2009-05-15 Michael Beck- make errors and warnings more understandable
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-09 Moritz KrollRemoved obsolete perl ir spec
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-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