remove support to disable floatingpoint constant folding
[libfirm] / include / libfirm / tv.h
2012-12-04 Matthias Braunremove support to disable floatingpoint constant folding
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-08-24 Matthias Brauntarval: shift variants with unsigned right operand
2012-05-06 Christoph MallonTeach new_tarval_from_str_int() to parse binary numbers...
2012-05-06 Christoph MallonCorrect the documentation of new_tarval_from_str().
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-09 Matthias BraunRework API documentation
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunremove old+nonworking setting of ieee754 immediate...
2011-09-22 Matthias Brauncleanup comments in public headers
2011-07-15 Sebastian BuchwaldFixed typo.
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2010-12-01 Matthias Brauncreate new_tarval_from_long_double function and change...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-02-24 Matthias Brauncleanups and bugfixes in the tarval module and a new...
2010-02-03 Michael BeckAdd get_tarval_lowest_bit() and get_tarval_popcnt(...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2009-12-18 Christoph MallonCorrect typo in comment.
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-09-09 Michael Becktarval_ieee754_get_mantissa_size() implemented
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-07-26 Michael Beck- add tarval_is_constant() to check whether a tarval...
2008-07-24 Michael Beck- is_tarval() added
2008-07-14 Michael Beck- add tarval_top and tarval_bottom as alias for tarval_...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-04-27 Michael Beck- added fc_can_lossless_conv_to() / tarval_ieee754_can_...
2008-01-02 Michael Beckupdate copyright message
2007-11-14 Michael Beck- added more classification functions for floating...
2007-10-31 Michael Becktarval_is_minus_one() added
2007-09-17 Christoph MallonRemove enum tarval_classification_t.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-15 Matthias Braunforgot to comitt 2 files
2007-09-05 Michael Becktarval_divmod added
2007-07-25 Michael Beckadded ieee754 exact flag which allows more cases to...
2007-07-24 Michael Becktarval_ieee754_set_immediate_precision(), tarval_enable...
2007-07-23 Michael BeckCleaned up the tarval handling:
2007-06-01 Matthias Braunmoved external headers into include dir