becopyheur2: Cache the admissible registers eagerly.
[libfirm] / ir / ir / irio.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallontr: Remove the unused type_info from class types.
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-11-29 Christoph Mallonirop: Provide macro wrappers for [gs]et_generic_functio...
2012-11-27 Ingmar WirthsAllow the first line to be a comment.
2012-10-24 Matthias Braunreorgranize method properties
2012-08-22 Matthias Braunremove unnecessary irma_unitialized
2012-07-27 Matthias Braunfix import/export of ASM
2012-07-23 Matthias Braunrework ASM node, it always has a memory input now
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-14 Christoph MallonRemove compound path initializers.
2012-05-04 Matthias Braunir_visibility cleanup
2012-02-09 Matthias Braunirio: do not leave construction mode too early
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunperform end/first block mature in libfirm
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-11-17 Matthias Braunirio: complete rewrite
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunirmode: remove support for vector mode
2011-10-20 Matthias Braunirmode: remove support for exotic arithmetics
2011-08-19 Julian OppermannIR export: export mode name as string; mark "the" mode_...
2011-08-18 Julian OppermannDon't try to import cons_flags.
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
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