remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / opt / funccall.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-09-23 Michael Beck- detected const methods with possible endless loops...
2008-09-23 Matthias Braunreenable floatin of const functions (don't care about...
2008-09-16 Christoph MallonFix comments.
2008-09-11 Christoph MallonDo not mark functions with kept basic blocks (endless...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-01-07 Michael BeckBugFix: is_stored() was completely broken
2008-01-06 Michael Becksmall BugFix: must check the Store value, not it's...
2008-01-06 Michael Beckfixed detection of malloc property:
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-01 Michael Beckdetect and handle malloc and nothrow functions
2007-12-29 Michael BeckBugFix: must handle regular exception flow
2007-12-17 Michael BeckBugFix: n has changed it's meaning
2007-12-17 Michael Beckfixed warning
2007-12-17 Michael Beckimproved detection of pure and const functions (now...
2007-12-10 Michael Beckfixed prototype
2007-12-10 Michael Beck- use firm debug facility instead of old verbosity
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-30 Michael Beckupdated header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-10 Matthias Braunadded several missing #include config.h
2006-10-12 Michael Beckset current_ir_graph
2006-09-12 Matthias Brauneven more warning fixes
2006-08-14 Michael Beckprotect against cycles in dead code
2006-07-10 Michael BeckBugFix: wrong nodes was followed in exception case
2006-07-07 Michael BeckBugFix: we have two list now, so checking the links...
2006-07-06 Michael Beckadd code to detect pure function
2006-07-05 Michael Beckdisable the floating of pure functions for now until
2006-07-03 Michael BeckBugFix: Memory Proj from pure function calls was not...
2006-03-20 Michael Beckadded some missing changed flags
2005-11-18 Michael Beckrenamed get_opt_real_func_call() to get_opt_real_functi...
2005-11-13 Michael Beckhandle unknown_entity
2005-11-08 Michael Beckused new mtp_additional_property type
2005-09-20 Daniel Grundremoved gforce
2005-09-20 Michael Beckforce_run parameter added
2005-04-14 Götz Lindenmaierimproved after finding errors with irvrfy
2005-03-15 Michael Beckmore general test for exceptions
2005-03-15 Michael Beckadded detection of Raise
2005-03-10 Michael BeckAdded real function call optimization