fix some warnings, represent mode size as unsigned value
[libfirm] / ir / ir / irmode.c
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-10-11 Michael Beckallow get_mode_all_one() for mode_b
2007-10-11 Matthias Braunfix smaller mode
2007-09-17 Christoph MallonAllow get_mode_null() for mode_b.
2007-09-15 Matthias Braun- always sign extend in get_tarval (this fixes results...
2007-08-25 Christoph MallonIn smaller_mode() state that mode_b can be converted...
2007-07-19 Michael Beckget_mode_arithmetic() returns a mode_arithmetic now
2007-07-17 Andreas SchösserRemoved modes that were not registered.
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-27 Matthias Braunintroduce 128bit long long modes
2007-02-26 Christian Würdigfixed CRLF
2007-02-02 Michael Beckadd signed and unsigned eq modes for reference modes
2006-12-18 Matthias Braundon't use __PTR_TO_INT from obstack.h... well the code...
2006-01-16 Michael Beckcharacter modes do not have modulo shift's
2005-08-26 Michael Beckremoved wrong INLINE spec
2005-08-23 Michael Beckmoke mode sort of character modes irms_twos_complement
2005-08-03 Michael Becksplit modeP_mach into modeP_code and modeP_data
2005-07-04 Michael Beckcalled hook for all modes
2005-06-21 Michael Beckmode_wrap_around() added
2005-06-15 Michael Beckchanged all inline functions from __func to _func
2005-06-08 Michael Beckget_mode_minus_one() added
2005-05-23 Michael BeckAdded hook for new_ir_mode() and new_ir_vector_mode()
2005-03-30 Michael Beckmode_overflow_on_unary_Minus() added
2005-03-18 Michael Beckadded mode_honor_signed_zeros() function
2005-01-12 Michael Beckadded get_tarval_plus_inf() and get_tarval_minus_inf...
2004-12-02 Michael Beckfixed config.h include
2004-10-19 Michael Beckremoved the align attribute
2004-10-11 Michael BeckAdded get_signed_mode() and get_unsigned_mode()
2004-08-13 Beyhannormalized names of functions, enums ...
2004-06-30 Michael Beckis_mode should not assert, as it is used in the dumper
2004-06-29 Michael BeckAlignment of modes is now specifyed in bits
2004-06-15 Michael BeckMore inlining functions
2004-06-14 Michael Beckallow floating points types to be registered
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-02-04 Michael BeckAdded vector modes and constructiors for it
2004-01-09 Michael BeckFixed smaller_mode
2003-11-27 Andreas Schösserallow computations on chars: needed for
2003-11-21 Michael BeckBugFix: Obstack traversing did not check for pointer...
2003-09-24 Götz Lindenmaiernew irmode field,
2003-09-24 Götz Lindenmaieradded new field for behaviour of shift instructions
2003-08-20 Götz Lindenmaiermoved misc.h to adt, splitted into misc and xmalloc,
2003-08-19 Götz Lindenmaieradded copyright headers
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-11 Michael BeckFixed broken find_mode() function
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