add mapper for strlen()
[libfirm] / ir / lower / lower_intrinsics.c
2007-11-22 Michael Beckadd mapper for strlen()
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-14 Michael Beck- added mapper for hyperbolic functions
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Michael Becki_mapper_log() added
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-05 Matthias Braunfix warning
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-03 Christoph MallonAdd missing return 0 in the Pow mapper.
2007-11-01 Michael Beckremoved unused variable
2007-11-01 Michael BeckAdd mapper for strcmp and memcpy
2007-10-31 Michael Beckadd i_mapper_Sqrt() and i_mapper_Pow() for some constants
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-06-18 Matthias Braunfixed warnings
2007-06-18 Michael BeckFixed warnings
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-05-25 Michael Beckhandle the new X_regular Proj's
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
2006-04-28 Michael Beckinvalidate more analyse info
2006-03-15 Rubino Geißfixed const mismatch
2006-03-14 Michael Beckadded missing include, removed warning
2006-03-14 Michael Beckmore that one entry can map the same op (needed for...
2006-03-14 Michael BeckBugFix
2006-03-10 Michael Beckinstruction mapper implemented
2006-03-03 Michael Beckused new is_Call()
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2005-12-30 Michael Beckfixed doxygen comments
2005-10-26 Michael Becka general mechanism to lower calls to intrinsic functions