becopyheur2: Cache the admissible registers eagerly.
[libfirm] / ir / ir / irmode.c
2012-12-12 Matthias Braunremove license stuff from files
2012-08-23 Matthias Braunadd more Conv(Conv) localopt rules
2011-12-19 Matthias Braunmake modelist global
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-17 Matthias Braunirio: complete rewrite
2011-11-17 Matthias Braunfix float modes always getting irma_ieee754
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-03 Matthias Braunirmode: set some default values for (un)signed_eq of...
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunavoid usage of identifiers with _ prefix
2011-10-27 Matthias Braunirmode: remove support for vector mode
2011-10-20 Matthias Braunirmode: remove support for exotic arithmetics
2011-08-10 Matthias Braunalso change mode_P when setting a new modeP_data
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-08-02 Matthias Braunremove odd mode->index, index->mode API for statistics...
2010-05-28 Matthias Braunadd missing get_type_for_mode functions
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Michael BeckAllow the modulo-shift setting for reference modes...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-04-03 Michael Beck- simplified
2009-04-03 Michael Beck- constify
2009-02-21 Moritz Krollirio: Ex/Import non-internal modes
2008-12-13 Matthias Braunredefine mode_E to 96 bits
2008-10-16 Moritz Krolladd missing inlucde
2008-10-16 Moritz Krolladd some asserts/switch to panics
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-02 Michael BeckBugFix of r22380 (fixes 176.gcc):
2008-09-30 Moritz KrollMallon: Fixed smaller_mode()
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-07-31 Michael Beck- allow add and sub with reference values
2008-07-08 Michael Beck- small indentation changes
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-04-29 Michael Beckfix 64bit warnings
2008-03-30 Matthias Braundon't rely on obstack hacks
2008-02-16 Matthias Braunallow get_mode_one for mode_b
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
next