refactor specfiles/scripts
[libfirm] / scripts / gen_ir.py
2012-08-21 Matthias Braunrefactor specfiles/scripts
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-09 Matthias BraunRework API documentation
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
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-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braungenerate n_Node_XXX enums for node inputs
2011-05-23 Matthias Braunfix some set_ functions not being marked as FIRM_API
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
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 Braunremove unnecessary line-endings from beginning of gener...
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
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 non-strict exception mode
2010-09-22 Matthias Braunoptimisations work independently of current_ir_graph...
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 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