added new licence header
[libfirm] / ir / ir / irarch.c
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.