gen_docu: fix missing attributes, show generation time at the end
[libfirm] / scripts /
2011-11-11 Matthias Braungen_docu: fix missing attributes, show generation time...
2011-11-10 Matthias Brauna first attempt at a node-documentation tool
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-03 Matthias Braunupdate jinja2 to avoid some annoying warnings
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-09-06 Matthias Braunrename Free argument from size to count to be consisten...
2011-08-18 Julian OppermannDon't try to import cons_flags.
2011-07-27 Matthias Braunfix statev messing up column-name/value relation in...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-17 Christoph Mallons/threat/treat/.
2011-06-09 Christoph MallonInclude begin.h and end.h in the generated headers.
2011-06-09 Christoph MallonFix typo.
2011-06-08 Matthias Braunverify nodes before optimizing them
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-31 Matthias Braunfragile nodes must be exception or memory pinned
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braungenerate n_Node_XXX enums for node inputs
2011-05-25 Matthias BraunBad,Unknown are no cfopcdes
2011-05-23 Matthias Braunfix some set_ functions not being marked as FIRM_API
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckSplit the divmod attribute into one div and one mod...
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
2011-01-08 Matthias Braunautomatically generate node constructor declarations
2011-01-08 Matthias Braunadd comments to attributes and inputs in spec file
2011-01-08 Matthias Braunkill the niymap exception from generator
2011-01-08 Matthias Braunremove special case with ir_cons_flags argument
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
2011-01-08 Matthias Braunremove the 'special-constructor' feature. This removes...
2011-01-08 Matthias Braunput node descriptions into the spec file
2011-01-08 Matthias Braunjava_add parts are specified in jFirm now
2011-01-08 Matthias Braunremove unnecessary line-endings from beginning of gener...
2011-01-06 Matthias Brauncleanup reading/writing of long/int/unsigned values
2011-01-06 Matthias Braunyou can specify in the spec now for which nodes no...
2011-01-05 Matthias Braunfix irio not working correctly anymore after MacroBlock...
2011-01-05 Matthias Braunavoid current_ir_graph in irio
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-11 Andreas ZwinkauUpdate ir_spec for JNA direct-mode in jFirm
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunmake firm optimisations independent of current_ir_graph
2010-09-22 Matthias Braunremove MacroBlock concept
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...
next