ia32: Remove the unnecessary special case to get the latency of a CopyB.
[libfirm] / ir / tv /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-10 Christoph Mallontv: Let sc_comp() return an ir_relation instead of...
2012-12-10 Christoph Mallontv: Let fc_comp() return an ir_relation instead of...
2012-12-08 Christoph Mallontv: Correct tarval_abs(): |-0.0| and |-NAN| result...
2012-12-08 Christoph Mallondocumentation: Fix typos: s/temporal/temporary/.
2012-12-04 Matthias Braunfltcals: remove debug prints
2012-12-04 Matthias Braunstrcalc: remove debug printfs
2012-12-04 Matthias Brauntv: remove unnecessary comments
2012-12-04 Matthias Brauntv: remove comments about old vector modes
2012-12-04 Matthias Brauntv: remove support for carry state flag
2012-12-04 Matthias Brauntv: remove unused float_to_int_mode
2012-12-04 Matthias Brauntv: remove unused reserved_id
2012-12-04 Matthias Brauncleanup reserved tarval stuff
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-12-04 Matthias Braunremove commented out code
2012-12-04 Christoph Mallontv: Remove mul_table[][][] and simply use * and <<.
2012-12-04 Christoph Mallontv: Remove add_table[][][] and simply use +.
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
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-11-02 Matthias Brauntv: fix float->int conversion problems
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-27 Matthias Braunremove old+broken ieee754 tests
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-10-20 Matthias Braunmake fltcalc.c more portable (and msvc independent)
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-05-27 Christoph MallonMake the elements of binary_table[] const.
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-04-15 Matthias Braunassume we always have strings.h
2011-04-15 Matthias Braunsimplify/refactor fltcalc code (avoid some macros)
2011-04-15 Matthias Braunassume everyone except msvc has long double (it's C99...
2011-04-14 Christoph MallonRemove the unused function fail_char().
2011-04-14 Christoph MallonMake debug output more portable.
2011-04-14 Christoph MallonReduce code duplication in the (long)-double-int-union...
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.
2011-01-08 Matthias Braunneed to include stdlib.h for size_t
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing 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-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-29 Michael Beckremove _GNU_SOURCE define again and add AC_FUNC_STRTOLD...
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-26 Michael BeckFixed inverted condition: Linux have strtold, not windo...
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-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonRepair URLs and comments, which were damaged almost...
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 MallonReplace the shift_table[] by a simple macro.
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2010-01-15 Christoph MallonRemove the or_table[] and simply use |.
2010-01-15 Christoph MallonRemove the and_table[] and simply use &.
2010-01-15 Christoph MallonRemove the xor_table[] and simply use ^.
2010-01-15 Christoph MallonRemove the not_table[] and simply use ^ SC_F.
2009-12-21 Matthias Braunanother comment after #include
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-12-21 Matthias Braunget_tarval_P_void doesn't exist anymore
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...
2009-02-19 Moritz KrollFixed reading infinity floats from strings
2008-12-13 Christoph MallonFix generating bit representation of INF modes with...
2008-12-13 Christoph MallonFix tarval_mod() for negative dividend.
2008-12-13 Christoph MallonNext attempt in fixing tarval float->int conversion.
2008-12-13 Matthias Braunfix fc_can_lossless_conv_to (I hope this is correct)
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-12-08 Christoph MallonRepairing one case in the tarval module broke another...
2008-12-08 Moritz KrollCygwin has no strtold but long double works
2008-12-08 Christoph MallonRepair converting long double to integer and hopefully...
2008-12-08 Christoph MallonCopy the sign bit when truncating a float tarval.
2008-12-03 Michael Beck- fixed warning
2008-11-28 Christoph MallonUnconditionally include string.h
next