use confirm_irg_properties in lower_intrinsics
[libfirm] / ir / lower / lower_intrinsics.c
2012-08-23 Matthias Braunuse confirm_irg_properties in lower_intrinsics
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-14 Christoph MallonImplement eval_strcmp() for the new style initializers.
2012-06-13 Matthias Braunremove extended basic block support
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunreplace pamp_find with pmap_get where possible
2011-12-14 Matthias Braunavoid unnecessary #define in header
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-14 Matthias Braunremove more pointless end-brace comments
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception attributes
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-30 Christoph MallonUse XMALLOCF*().
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braunlittle cleanup, avoid unnecessary optimize_graph_df
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias Braunfix an intrinsic lower not reporting changes
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Michael BeckFurther spread size_t.
2011-01-30 Michael BeckAPI change: lower_intrinsics() uses size_t for length...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias BraunRework linkage types in firm.
2009-12-29 Matthias Braunfix another compound_graph_path usage
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
next