- activated WITH_UNKNOWN
[libfirm] / ir / arch / archop.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-06 Michael Beckop_Min and op_Max always exists
2008-08-06 Michael Beck- made default opcodes for Min, Max
2008-08-03 Michael Beckfixed warnings
2008-01-02 Michael Beckupdate copyright message
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-18 Matthias Braunfixed warnings
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadd license information
2007-03-29 Matthias Braunmove backend into libfirm
2006-02-12 Michael Becktypo fixed
2005-10-19 Michael Beckuse new public interface to build new ir_op
2005-06-22 Michael Beckadded new flags for arithmetic optimizations
2005-05-06 Michael Becktypos fixed
2005-04-13 Michael Beckadded verify operation for Min and Max op's
2005-03-30 Michael BeckAdded architectural operations, currently Min/Max