bugfix
[libfirm] / ir / tv /
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
2003-11-21 Michael BeckUse more config.h defines for more compatibility
2003-11-21 Michael BeckUse more config.h defines for more campatibility
2003-10-16 Götz Lindenmaiercomment`
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-24 Götz Lindenmaier*** empty log message ***
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-29 Götz Lindenmaiertypes for constants (optional)
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 Michael BeckRemoved c99 feature
2003-08-19 Götz Lindenmaier???
2003-08-13 Götz LindenmaierSyntax -- to make firmjni compatible
2003-08-11 Götz Lindenmaieradded output of array bound nodes to vcg
2003-08-11 Matthias HeilRepaired fltcalc to work with a long double interface
2003-08-04 Matthias Heil*** empty log message ***
2003-08-04 Matthias Heiltestsuite for floating point module
2003-08-04 Matthias Heiltestsuite for flating point module
2003-08-04 Matthias HeilCommit of new floating point module
2003-07-16 Till RiedelCan't do arithmetics w/ character sorts
2003-07-11 Michael Beckfixed:
2003-07-10 Matthias Heilout-of-bounds check for tarval_to_long
2003-07-09 Till Riedelprint "NULL" for tarval_P_void
2003-07-03 Michael Beckinteger floating point values will be printed witha...
2003-07-01 Till RiedelChange initialization order to work with mode initializ...
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-26 Götz Lindenmaiernormalizations in irdump, changes for heap analysis...
2003-05-19 Michael Becktarval_is_null() function added
2003-05-16 Michael BeckAdded prefix/suffix for irms_reference (mode_P)
2003-05-15 Michael BeckFixed floating point minimum values, must be -*_MAX...
2003-05-05 Boris Boeslerreplaced malloc.h by stdlib.h and values.h by limits...
2003-05-01 Till Riedelremoved xprint stuff completely
2003-04-30 Michael BeckSimplification
2003-04-29 Till Riedel%I forgotten in snprintf
2003-04-29 Götz LindenmaierBugfix
2003-04-28 Michael BeckNew function tarval_snprintf() implemented.
2003-04-22 Götz LindenmaierChanges to make firmjni compatible
2003-04-22 Michael BeckAdded mode_sort prefix irms_.
2003-04-17 Matthias HeilRepaired bug in multiplication,
2003-04-11 Michael BeckAdded tarval output mode.
2003-04-10 Till RiedelFirst part of commit removing xprintf to make later...
2003-04-09 Michael BeckTarval:
2003-04-09 Matthias HeilFixed rotation
2003-04-09 Michael BeckRemoved debugging code
2003-04-09 Michael BeckAdded decimal/octal/binary output for integer values
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 BeckFixed tarval_is_negative()
2003-04-01 Michael BeckAdded tarval_sub_bits() fucntion to access the (binary...
2003-04-01 Michael BeckCleaned up a bit.
2003-04-01 Michael BeckConverted comments to doxygen style, added more documen...
2003-03-31 Michael BeckAdded a NULL return if functions fails, no, assert...
2003-03-28 Michael BeckRemoved static buffer.
2003-03-28 Michael BeckMake DEBUGPRINT macro portable, make tables const,...
2003-03-28 Götz Lindenmaierfurther adaptions in irmode.h
2003-03-28 Götz Lindenmaier*** empty log message ***
2003-03-26 Götz Lindenmaierremoved stdbool.h, problems with g++
2003-03-26 Götz LindenmaierNew implementation of tarval module
2003-03-13 Götz LindenmaierRemoved too many comments ;-)
2003-03-13 Götz LindenmaierComments...
2003-03-12 Boris Boesler*** empty log message ***
2003-03-11 Götz Lindenmaierbugfix: free_entity removed entity that still was...
2003-03-05 Götz LindenmaierFixed output for pointer tarval tarval_p_void
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
2003-02-04 Michael BeckConverted comments to doxygen
2003-02-04 Michael BeckConverted to doxygen comments
2003-01-14 Sebastian Hackremoved ; after comment
2003-01-14 Michael BeckMore doxygen docu added.
2003-01-13 Michael BeckChanged void * into char * for offset calculations...
2003-01-09 Götz LindenmaierAdded new mode for unicode character.
2002-12-19 Götz LindenmaierRemoved bool.h, replaced by stdboo.h
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-12-18 Götz LindenmaierAdded static to static functions
2002-11-29 Götz LindenmaierBugfix
2002-11-26 Matthias HeilModi umbenannt
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-09-27 Götz LindenmaierMoved unused macro from .h to _t.h
2002-09-11 Götz Lindenmaier?
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-28 Götz LindenmaierAccess routine to tarval
2002-06-25 Florian LiekwegWhitespace changes --flo
2002-06-12 Götz LindenmaierDumping pointers differently
2002-04-26 Götz LindenmaierAdded several constructors to tv.
next