merge kaps
[libfirm] / ir / ir / irio.c
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-02 Michael BeckFixed size_t related warnings.
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-01-06 Matthias Braunfix memory leak
2011-01-06 Matthias Braunimplement ASM import/export
2011-01-06 Matthias Braunadd functions for generic list im/exporting
2011-01-06 Matthias Braunrework string reading/writing
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...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-12 Matthias Braunexport/import visibility and linkageflags
2010-02-12 Matthias Braunremove pointless message
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
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
2010-01-07 Matthias Braunwe still need to read in pointer mode
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-05-08 Michael Beck- C99 feature removed
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-05-07 Matthias Braunfix warning, add a panic when irio imports vector modes
2009-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
2009-02-28 Matthias Braunfix some warnings
2009-02-27 Michael Beck- fixed warnings
2009-02-21 Moritz KrollMake Visual Studio happy
2009-02-21 Moritz Krollirio: Ex/Import non-internal modes
2009-02-21 Moritz Krollirio: Save all attributes of Cond
2009-02-21 Moritz Krollirio: Map id of body block of const irg to new const irg
2009-02-21 Moritz Krollirio: Improved dump order to allow self-referencing...
2009-02-21 Moritz Krollirio: Save method variadicity
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
2009-02-20 Moritz Krollirio: Added union support. Save calling_convention...
2009-02-20 Moritz Krollirio: Fixed symbols with same string but different...
2009-02-18 Moritz Krollirio: Fixed wrong line numbers
2009-02-18 Moritz Krollirio: Added support for Builtin nodes
2009-02-18 Moritz Krollirio: Also dump the frame types of irgs
2009-02-18 Moritz Krollirio: Implemented importing entity initializers
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-06 Moritz Kroll- Added ir_export which is supposed to export the whole irp
2009-02-05 Michael Beck- don't call it Schn... it's a symbol table
2009-02-04 Moritz KrollAdded first version of IR importer/exporter