Changed behaviour of new_ir_mode to accept all predefined modes.
[libfirm] / ir / ir / irmode.c
2003-08-06 Matthias HeilChanged behaviour of new_ir_mode to accept all predefin...
2003-07-30 Rubino Geiß*** empty log message ***
2003-07-14 Sebastian FelisReset link field to NULL on construction
2003-07-11 Michael Beckfixed:
2003-07-10 Götz Lindenmaierimplemented irmode mode_P_mach stuff
2003-07-01 Till Riedelset mode values to reasonable values
2003-06-27 Michael BeckFixed the modes_are_equal function(), added comments
2003-06-26 Till RiedelWe now conform to iso-c99
2003-06-23 Till Riedelintoduced kind field to mode node graph
2003-06-17 Michael BeckAdded two new modes: mode_BAD the mode of tarval_bad...
2003-06-11 Michael BeckAdd a lot of const's
2003-05-22 Götz Lindenmaiernew mode class questioning methods
2003-05-05 Boris Boeslerreplaced malloc.h by stdlib.h for better portability
2003-04-30 Michael BeckFixed aligment of standard types, it's now in BYTES...
2003-04-22 Michael BeckFixed default modes, all members must be initialized.
2003-04-22 Michael BeckAdded mode_sort prefix irms_, added new_ir_mode() function.
2003-04-17 Michael BeckDoxygen docu updated.
2003-04-17 Matthias HeilRemoved wrong comment from documentation
2003-04-11 Michael BeckAdded data pointer to store that tarval output mode.
2003-03-28 Götz Lindenmaierfurther adaptions in irmode.h
2003-03-28 Götz Lindenmaiersize access with unit
2003-03-26 Götz Lindenmaieriremoved stdbool.h, problems with g++
2003-03-26 Götz Lindenmaierbugfix: method names wrong
2003-03-26 Götz LindenmaierAdded funcionality to configure modes. Modes include...
2003-03-12 Boris Boesler*** empty log message ***
2003-01-22 Götz LindenmaierBugfix
2003-01-20 Boris Boesler*** empty log message ***
2003-01-13 Sebastian Felisadded doxygen comments
2003-01-09 Götz LindenmaierAdded new mode for unicode character
2002-11-26 Matthias HeilModi umbenannt
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-07-18 Götz Lindenmaierimplemented typecheck, called in inline_method.
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2001-11-28 Boris Boesleradded Id tag
2001-11-09 Boris Boeslerirgopt.c, irgwalk.c : bugfix
2001-09-11 Boris Boesleradded size and alignment for float and double
2001-03-05 Boris Boesleradded
2001-03-01 Götz Lindenmaier*** empty log message ***
2000-12-20 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision