Remove enum tarval_classification_t.
[libfirm] / ir / ir / irarch.c
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-12 Michael Beckadded all constructors for Mulh
2007-09-12 Michael BeckMulh is now an official opcode
2007-09-06 Michael Beckfixed some warnings
2007-09-06 Michael Beckforbid the Add(x,x) -> Mul(x,2) optimization after...
2007-09-05 Michael Beckimproved MulC implementation
2007-09-05 Michael Beckreplaced the max macro
2007-09-05 Michael Beckimplement the Youfeng Wu algorithm for MulC
2007-09-03 Michael Beckfixed memory hole, typo
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-11 Matthias Braun- Several warning fixes
2006-11-16 Michael BeckCheck for division by zero before convert a division...
2006-05-18 Michael Beck*** empty log message ***
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-28 Michael Beckmore config.h stuff added
2005-10-21 Michael Beckcleaned up hooks
2005-10-19 Michael Beckalways build the mulh op in init
2005-08-18 Daniel GrundAdded reflection for mulh
2005-06-30 Michael Becktypos fixed
2005-06-08 Michael Beckuse tv_t.h instead of tv.h
2005-03-14 Michael Beckused new new_Const_long() constructor
2005-02-16 Michael Beckused onc_Cmp numbers instead of old pnc_numbers
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-02 Michael BeckFixed: check additional restriction before Mulh instruc...
2004-11-30 Michael BeckSet explicitely the tarval mode to wrap around
2004-11-26 Michael BeckProblem fixed: do not optimize Div's with a Bad input
2004-11-18 Michael BeckAllow to restrict the construction of Mulh nodes by...
2004-10-22 Michael BeckAdded Division by constant elimination algorithm from
2004-10-18 Götz Lindenmaierbrackets
2004-10-06 Michael Beckfixed enable mask
2004-10-06 Michael BeckAdded Mod/DivMod optimizations
2004-10-06 Michael Beckchanged to default Firm indent
2004-10-04 Michael BeckAdded statistics hook for arch dependand opt
2004-10-04 Sebastian HackSwitched from new_* to new_r_*
2004-10-04 Sebastian HackAdded architecture dependent optimizations framework.