remove support to disable floatingpoint constant folding
[libfirm] / ir / tv / tv.c
2012-12-04 Matthias Braunremove support to disable floatingpoint constant folding
2012-12-04 Matthias Brauntv: remove support for SWITCH_NOINFINITY and SWITCH_NOD...
2012-08-28 Matthias Braunimprove tarval printer
2012-08-24 Matthias Brauntarval: shift variants with unsigned right operand
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-05-06 Christoph MallonTeach new_tarval_from_str_int() to parse binary numbers...
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-11-17 Matthias Braunfix float modes always getting irma_ieee754
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-07 Matthias Brauntarval: allow or/eor/and/andnot on references
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunremove old+nonworking setting of ieee754 immediate...
2011-10-27 Matthias Braunirmode: remove support for vector mode
2011-10-27 Matthias Braunmove floatingpoint number state out of ieee_descriptor_t
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-10-20 Matthias Braunrename some constants to avoid clashes with system...
2011-08-12 Matthias Braundo not sign_extend too early in tarval_convert_to
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-09 Michael BeckBetter fix for wrong tarval computation of -(infinity).
2011-06-09 Sebastian BuchwaldFixed wrong tarval computation of -(infinity).
2011-04-15 Matthias Braunassume we always have strings.h
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)
2011-01-18 Michael BeckLet the length of tarval be of type size_t.
2010-12-01 Matthias Brauncreate new_tarval_from_long_double function and change...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-02-24 Matthias Brauncleanups and bugfixes in the tarval module and a new...
2010-02-18 Matthias Braunsome cleanups in preparation for a new tarval_from_str...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-05 Matthias Braunhack for mac
2010-02-03 Michael BeckAdd get_tarval_lowest_bit() and get_tarval_popcnt(...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-03-02 Moritz Kroll- Fixed masking of upper nibble of bitfield constants...
2009-02-22 Christoph MallonLINTify: s/fall through/FALLTHROUGH/.
2009-02-20 Moritz KrollFixed new_tarval_from_str() for boolean and reference...
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-25 Matthias Braunfix bug reported by new gcc warnings
2008-11-20 Michael Beck- a new and more correct tarval_carry()
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-16 Michael Beckremoved unused var
2008-09-16 Michael Beck- fixed tarval_add() and tarval_sub() support for arith...
2008-09-09 Michael Becktarval_ieee754_get_mantissa_size() implemented
2008-08-24 Michael Beckmore tarval cleanup
2008-08-24 Michael Beck- simplified code
2008-08-23 Michael Beckadd support for explicit one
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-01 Matthias Braunfix warning
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
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...
next