Unconditionally include stdlib.h.
[libfirm] / ir / tv / fltcalc.c
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-12 Michael Beck- BugFix: fc_get_plusinf()/fc_get_minusinf() must set...
2008-09-12 Michael BeckImproved handling of fc_exact: NaN and Inf results...
2008-09-02 Christoph MallonFix printing tarvals into long double.
2008-09-02 Christoph MallonStyle fix.
2008-08-24 Michael Beckmore tarval cleanup
2008-08-24 Michael Beck- simplified code
2008-08-23 Michael BeckBugFix: used right descriptor in fc_val_from_str()
2008-08-23 Michael Beckfixed fc_val_from_str(), this fixes fehler137.c
2008-08-23 Michael Beckadd support for explicit one
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-02 Christoph MallonReplace memcpy() by simple assignment.
2008-04-27 Michael Beck- added fc_can_lossless_conv_to() / tarval_ieee754_can_...
2008-04-05 Michael Beck- init function for inlining added
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-01 Michael Beckclear the tarval buffer before fc_val_from_ieee754...
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-06 Michael Beckfixed conversion of NAN's
2007-08-25 Christoph MallonProtect buffer[] by #ifdef FLTCALC_TRACE_CALC. It is...
2007-07-25 Michael Beckadded ieee754 exact flag which allows more cases to...
2007-07-24 Michael Beckmore cleanup; non-functioning fc_set_immediate_precisio...
2007-07-23 Michael BeckCleaned up the tarval handling:
2007-07-18 Michael Beckfixed fc_val_from_str() do NOT produce values with...
2007-06-18 Michael Beckremoved C99 feature
2007-06-18 Matthias Braunfixed warnings
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-09-13 Matthias Braunwarning fix
2006-09-12 Michael Beckdecimal output is now always unsigned for unsigned...
2006-08-28 Christian Würdigadded memset and NULL initializers to keep valgrind...
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2005-10-28 Michael Beckmore config.h stuff added
2005-09-01 Michael Beckremoved wrong const
2005-07-20 Michael Beckrenamed c++ class keyword
2005-06-29 Michael BeckBugFix: comparasion between two signed floats was wrong
2005-06-28 Michael Beckadded special case to fc_comp() to speed things up
2005-06-20 Michael Beckfixed typos
2004-12-23 Michael Beckused xmalloc instead of malloc, renamed some variables...
2004-12-08 Michael BeckFixed the last fix :-(
2004-12-02 Michael Beckfixed config.h include
2004-10-29 Michael BeckRemoved last changes
2004-10-28 Michael BeckLets zeor/sign extend sc_val_to_long()
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-02-26 Götz Lindenmaieradded routines to free memory
2003-11-21 Michael BeckUse more config.h defines for more campatibility
2003-09-26 Boris Boesler*** empty log message ***
2003-09-25 Boris Boeslersome changes for APPLE
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Michael BeckRemoved c99 feature
2003-08-11 Matthias HeilRepaired fltcalc to work with a long double interface
2003-08-04 Matthias HeilCommit of new floating point module
2003-07-03 Michael Beckinteger floating point values will be printed witha...
2003-06-23 Till Riedeleliminated compiler wearnings
2003-05-15 Michael BeckFixed floating point minimum values, must be -*_MAX...
2003-04-09 Michael BeckTarval:
2003-04-04 Michael BeckChanged inf/nan to remove non-partabel ieee754.h file
2003-04-04 Michael BeckFixed floting point computation, other small fixes
2003-04-01 Michael BeckAdded tarval_sub_bits() fucntion to access the (binary...
2003-03-28 Michael BeckRemoved static buffer.
2003-03-26 Götz LindenmaierNew implementation of tarval module