sign_extend() did NOT expect all upper bits cleared but clear it
[libfirm] / ir / tv / strcalc.c
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-09-10 Michael Beckremoved strange (and probably wrong) assertion
2006-09-06 Matthias Braunwarning fix
2006-09-06 Michael BeckBugFix:
2006-08-21 Michael BeckBugFix:
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-01-30 Michael BeckBugFix: sign extension code erroniously overwrites...
2005-11-28 Michael Beckuses xmalloc() now
2005-11-14 Michael BeckBugFix: sc_val_from_str() did not handled hexnumbers...
2005-09-01 Michael Beckremoved wrong const
2005-08-03 Michael Beckbugfixed: need a cast
2005-08-03 Michael Beckremoved warnings
2005-07-20 Michael Beck do(+0.3);
2004-12-21 Michael Beckremoved C99 constructs
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-10-27 Michael BeckFixed calculation of remainder
2004-10-19 Michael BeckAdded carry flag to ADD, make alignment calculation...
2004-02-26 Götz Lindenmaieradded routines to free memory
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-08-19 Götz Lindenmaieradded copyright information
2003-08-04 Matthias HeilCommit of new floating point module
2003-07-10 Matthias Heilout-of-bounds check for tarval_to_long
2003-06-26 Till RiedelWe now conform to iso-c99
2003-06-23 Till Riedeleliminated compiler wearnings
2003-06-17 Michael BeckAdded two new modes: mode_BAD the mode of tarval_bad...
2003-05-05 Boris Boeslerreplaced malloc.h by stdlib.h and values.h by limits...
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-28 Michael BeckMake DEBUGPRINT macro portable, make tables const,...
2003-03-26 Götz LindenmaierNew implementation of tarval module