fix another illegal usage of compound_graph_path stuff
[libfirm] / ir / lower / lower_intrinsics.c
2009-12-29 Matthias Braunfix another illegal usage of compound_graph_path stuff
2009-12-29 Matthias Braunfix illegal usage of compound_graph_path
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonUse correct return type (void) for pass wrapper callbacks.
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- add pass for combo()
2009-08-16 Michael Beck- add pass for lower_intrinsics()
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-05-29 Michael Beck- implemented i_mapper_bswap()
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-01-13 Matthias Braunfix warnings
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Michael Beck- drop dependency of predefined modes
2008-11-22 Michael Beck- removed useless blocks (use of new_Const())
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-05-31 Matthias Braunuse ir_type from call instead of the type from the...
2008-05-31 Matthias Braunfix alloca mapper
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-03-10 Michael Beckuse optimize_graph_df() instead of old local_optimize()
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-14 Matthias Braunfix replace_call
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-11-28 Michael Beckfixed warning
2007-11-22 Michael Beckfixed log() mapper
2007-11-22 Michael Beckimproved strcmp() mapper
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