assume we always have strings.h
[libfirm] / ir / tv / strcalc.h
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-02-18 Matthias Braunsome cleanups in preparation for a new tarval_from_str...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2008-12-13 Christoph MallonFix generating bit representation of INF modes with...
2008-11-20 Michael Beck- a new and more correct tarval_carry()
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-01-02 Michael Beckupdate copyright message
2007-10-17 Michael Beck- renamed a lot of parameters to more sensible names
2007-10-02 Matthias Braunfix fehler89 by correctly truncating tarvals (wrote...
2007-09-11 Christoph MallonHandle left shift (when magnitude > mantissa) when...
2007-09-07 Michael BeckAdd support for float->int conversion (no overflow...
2007-09-05 Michael Becktarval_divmod added
2007-08-01 Michael Beckfixed broken get_tarval_sub_bits() implementation:...
2007-07-31 Michael Beckchanged signature of sign_extend()
2007-07-25 Michael Beckadded ieee754 exact flag which allows more cases to...
2007-07-23 Michael Becksc_div() returns non-zero if divide without remainder
2007-07-23 Michael BeckCleaned up the tarval handling:
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-09-12 Michael Beckdecimal output is now always unsigned for unsigned...
2006-08-21 Michael BeckBugFix:
2005-11-14 Michael BeckBugFix: sc_val_from_str() did not handled hexnumbers...
2005-09-01 Michael Beckremoved wrong const
2005-07-20 Michael Becktypos fixed
2004-10-29 Michael BeckRemoved last changes
2004-10-28 Michael BeckLets zeor/sign extend sc_val_to_long()
2004-04-28 Florian LiekwegFixed gcc warnings --flo
2004-02-26 Götz Lindenmaieradded routines to free memory
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-04 Matthias HeilCommit of new floating point module
2003-06-23 Till Riedeleliminated compiler wearnings
2003-04-17 Matthias HeilRepaired bug in multiplication,
2003-04-11 Michael BeckAdded tarval output mode.
2003-04-09 Michael BeckTarval:
2003-04-09 Matthias HeilFixed rotation
2003-04-09 Michael BeckAdded decimal/octal/binary output for integer values
2003-04-01 Michael BeckAdded tarval_sub_bits() fucntion to access the (binary...
2003-03-26 Götz LindenmaierNew implementation of tarval module