amd64: Spell amd64 as AMD64 in macro names.
[libfirm] / scripts / gen_ir_io.py
2012-12-12 Matthias Braunremove license stuff from files
2012-11-03 Christoph MallonAdd newline to avoid warning.
2012-08-21 Matthias Braunrefactor specfiles/scripts
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2011-11-17 Matthias Braunirio: complete rewrite
2011-08-18 Julian OppermannDon't try to import cons_flags.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-01-08 Matthias Braunremove the 'special-constructor' feature. This removes...
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-08 Matthias Braunrename tarval to ir_tarval
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-05-20 Matthias Braunreduce unsupported attributes from error to a warning
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias Braunrework python generators: we can make use of the classe...
2009-05-15 Michael Beck- make errors and warnings more understandable
2009-05-11 Matthias Braunmore fixes (sorry for the breakages...)
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 Call. Sort generated irio...
2009-03-30 Moritz KrollSome minor changes
2009-03-02 Moritz Krollirio: Readded support for strictConv
2009-02-22 Christoph MallonAsk env where python is.
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 support for Builtin 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