Summary is not a doxygen tag
[libfirm] / ir / tv /
2007-06-18 Michael Beckremoved C99 feature
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-25 Michael BeckBugFix: type conversion must signed extend for the...
2007-05-25 Michael BeckBugFix: _divmod() returned wrong result for -x/x :...
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-06 Christoph MallonRemove the obsolete .cvsignore files.
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-12-13 Michael Beckremoved dead declaration
2006-12-13 Michael Beckrename type entity into ir_entity
2006-10-18 Michael Becksign_extend() did NOT expect all upper bits cleared...
2006-09-13 Matthias Braunwarning fix
2006-09-12 Michael Beckdecimal output is now always unsigned for unsigned...
2006-09-10 Michael Beckremoved strange (and probably wrong) assertion
2006-09-06 Matthias Braunwarning fix
2006-09-06 Michael BeckBugFix:
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...
2006-01-30 Michael BeckBugFix: sign extension code erroniously overwrites...
2005-12-05 Michael Beckadedd missing assert.h
2005-11-28 Michael Beckuses xmalloc() now
2005-11-14 Michael Beckfixed sc_val_from_str()
2005-11-14 Michael BeckBugFix: sc_val_from_str() did not handled hexnumbers...
2005-11-08 Michael Beckadded kind field
2005-11-08 Michael BeckBugfixes: missing include
2005-11-08 Michael Beckadded a firm_kind field
2005-10-28 Michael Beckmore config.h stuff added
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-09-01 Michael Beckremoved wrong const
2005-08-23 Michael Beckallow character values to be converted into long
2005-08-03 Michael Beckbugfixed: need a cast
2005-08-03 Michael Beckremoved warnings
2005-07-22 Daniel Grund*** empty log message ***
2005-07-20 Michael Beckrenamed c++ class keyword
2005-07-20 Michael Beck do(+0.3);
2005-07-20 Michael Becktypos fixed
2005-07-07 Michael Beckfixed doxygen docu
2005-07-01 Michael Beckfixed doxygen docu
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 Becktypos fixed
2005-06-20 Michael BeckBugFix: tarval_cmp(NaN, NaN) was wrongly evaluated...
2005-06-20 Michael Beckfixed typos
2005-06-09 Sebastian HackAdded const to tv.h
2005-06-08 Michael Beckmade small functions inline
2005-06-08 Michael Beckinline version of small functions added
2005-06-06 Michael Beckget_tarval_minus_one() function added
2005-03-09 Götz Lindenmaiercomments
2005-02-16 Sebastian HackAdapted to pnc_number change to pn_Cmp
2005-02-16 Michael Beckremoved pnc.h, used pn_Cmp
2005-02-10 Sebastian HackFixed include ring
2005-01-12 Michael Beckadded get_tarval_plus_inf() and get_tarval_minus_inf...
2004-12-28 Michael Becktypos fixed
2004-12-23 Michael Beckused xmalloc instead of malloc, renamed some variables...
2004-12-21 Michael Beckremoved C99 constructs
2004-12-08 Michael BeckFixed the last fix :-(
2004-12-06 Michael BeckFixed configure: should work now in a build directory...
2004-12-02 Michael Beckused firm_config.h instead of config.h
2004-12-02 Michael Beckfixed config.h include
2004-11-26 Florian Liekwegprepare add of 'link' field to tarvals
2004-11-11 Götz Lindenmaierpseudo irgs
2004-10-29 Michael BeckRemoved last changes
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-27 Michael BeckFixed calculation of remainder
2004-10-19 Michael BeckAdded overflow mode for interger operations (was alread...
2004-10-19 Michael BeckAdded carry flag to ADD, make alignment calculation...
2004-10-06 Michael Becksimplify code
2004-10-04 Sebastian HackImplemented get_tarval_bitpattern()
2004-08-16 Rubino Geißremoved C++ style comments
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-14 Götz Lindenmaiernormalized name
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-04-28 Florian LiekwegFixed gcc warnings --flo
2004-04-27 Florian LiekwegAdded .cvsignore files --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-12 Götz Lindenmaierfirmjni bugfix
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 Beckconfig.h most be a local include
next