Add two break; missing in r20857.
[libfirm] / ir / tv / tv.c
2008-08-01 Christoph MallonAdd two break; missing in r20857.
2008-07-31 Michael Beck- allow add and sub with reference values
2008-07-26 Michael Beck- BugFix: although tarval_b_false and tarval_b_true...
2008-07-26 Michael Beck- add tarval_is_constant() to check whether a tarval...
2008-07-24 Michael Beck- is_tarval() added
2008-07-24 Christoph MallonBreak trigraph.
2008-07-14 Michael Beck- when printing tarvals, differentiate between tarval_b...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-04-30 Matthias Braundon't use memcmp for tarval comparison, there might...
2008-04-27 Michael Beck- added fc_can_lossless_conv_to() / tarval_ieee754_can_...
2008-04-26 Michael Beckallow Cmp, Neg, Abs for floating point even if no_float...
2008-01-02 Michael Beckupdate copyright message
2007-11-23 Michael Becksome preliminary long double support, more panic's
2007-11-14 Michael Beck- added more classification functions for floating...
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-10-31 Michael Becktarval_is_minus_one() added
2007-10-02 Matthias Braunreally fix convert problems/truncate committ
2007-10-02 Matthias Braunfix tarval convert from pointer to signed int
2007-10-02 Matthias Braunfix fehler89 by correctly truncating tarvals (wrote...
2007-09-19 Matthias Braunallow get_tarval_null for mode_b
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-17 Michael Beckdo sign extension for teo completent only
2007-09-17 Matthias Braunuse length parameter and not sc_get_buffer_length
2007-09-15 Matthias Braun- always sign extend in get_tarval (this fixes results...
2007-09-07 Michael BeckAdd support for float->int conversion (no overflow...
2007-09-05 Michael Becktarval_divmod added
2007-09-03 Michael Beckallow general conversions between reference and intereg...
2007-08-01 Michael Beckfixed broken get_tarval_sub_bits() implementation:...
2007-07-31 Michael Beckfixed new_tarval_from_long() (added missing sign extend...
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 indentation
2007-07-18 Matthias Braunconstant folding for floating point tarvals is disabled...
2007-07-12 Matthias Braunallow getting long values from reference tarvals
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-29 Michael Beckfixed get_tarval_sub_bits() implementation: use mode...
2007-06-27 Michael Beckenable again floating point constant folding that was...
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-18 Matthias Braunfixed warnings
2007-05-25 Michael BeckBugFix: type conversion must signed extend for the...
2007-05-14 Matthias Braunallow conversion of reference tarvals to mode_Iu
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-23 Michael BeckAllow casts from character mode in the same way as...
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Michael BeckRemoved ANNOUNCE macro
2006-10-18 Michael Becksign_extend() did NOT expect all upper bits cleared...
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-08-21 Michael BeckBugFix:
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-06-08 Michael BeckFixed output of mode_P constants
2006-06-08 Michael Beckadded a resid to the reserved tarvals to allow the...
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-05-15 Michael BeckFixed really slow overflow handling ;-)
2006-03-20 Michael Beckis_singlebit_tarval() added, needed for Cmp optimization
2006-03-18 Michael Beckremoved tarval_P_void, every reference mode now has...
2005-11-14 Michael Beckfixed sc_val_from_str()
2005-11-08 Michael BeckBugfixes: missing include
2005-11-08 Michael Beckadded a firm_kind field
2005-09-17 Michael Becktarval_not() han now handle tarval_b_true and tarval_b_...
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-08-23 Michael Beckallow character values to be converted into long
2005-06-28 Michael Beckadded special case to fc_comp() to speed things up
2005-06-20 Michael BeckBugFix: tarval_cmp(NaN, NaN) was wrongly evaluated...
2005-06-08 Michael Beckmade small functions inline
2005-06-06 Michael Beckget_tarval_minus_one() function added
2005-02-16 Sebastian HackAdapted to pnc_number change to pn_Cmp
2005-01-12 Michael Beckadded get_tarval_plus_inf() and get_tarval_minus_inf...
2004-12-02 Michael Beckfixed config.h include
2004-11-26 Florian Liekwegprepare add of 'link' field to tarvals
2004-10-29 Michael BeckRemoved last change, did not work with fltcalc
2004-10-28 Michael BeckLets zeor/sign extend sc_val_to_long()
2004-10-19 Michael BeckAdded overflow mode for interger operations (was alread...
2004-10-06 Michael Becksimplify code
2004-10-04 Sebastian HackImplemented get_tarval_bitpattern()
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-06 Beyhannew SymConst semantics
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-03-30 Michael BeckBugfix for modulo shift in Shr and Shrs
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-02-09 Michael Beckfixed add & sub
2004-02-04 Michael BeckVector modes must be handled, currently most non-trivia...
2004-01-20 Götz Lindenmaierbugfix
2004-01-09 Michael BeckFixed documentation od tarval_classify and add new...
2003-11-27 Michael BeckAdded tarval_is_one function
2003-11-21 Michael BeckUse more config.h defines for more compatibility
2003-09-26 Boris Boesler*** empty log message ***
2003-09-25 Boris Boeslersome changes for APPLE
2003-09-25 Matthias Heilshifts now use modulo_shift field of mode
2003-09-23 Michael BeckFixed sc_neg() and sc_not(), added tarval_not(), fixed...
2003-09-12 Michael BeckAllocated predefined tarvals statically, this solves...
2003-08-20 Götz Lindenmaierremoved tune.h
2003-08-19 Michael BeckMake prefixes for most (hopefully all) enum values...
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz Lindenmaier???
next