- moved peephole_IncSP_IncSP() to bepeephole.c, as this is a generic function and...
[libfirm] / include /
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-27 Michael Beck- changed docu uses Phi list instead of links now
2008-05-27 Michael Beckadd missing non-inline versions
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-05-19 Michael Beckfixed indentation
2008-05-19 Michael Beck- BugFix: sometimes a wrong statistic flag was transmitted
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-12 Michael Beckadd missing dbg hooks for boolean simplifications
2008-05-07 Michael Beck- added assure_cf_loop()
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-05-05 Michael Beckadd a parameter to limit the maximum size of methods...
2008-04-30 Matthias Braunforgot to commit rbitset_requal
2008-04-27 Michael Beck- added fc_can_lossless_conv_to() / tarval_ieee754_can_...
2008-04-19 Michael Beckfixed indentation
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-07 Michael Beck- uses new SSA constructor interface, shortening and...
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-04 Michael Beckfixed warnings
2008-04-04 Michael Becknew benefice based heuristic inliner added
2008-04-04 Michael Beck- improced param weight calculation
2008-04-04 Michael Beckcosmetic
2008-04-03 Matthias Braunmake mangle3 public
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-04-02 Matthias Braunhelper function for creating unique identifiers
2008-04-02 Michael Beckadd list_head typedef
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Beckadd is_Global() and get_Global_ent()
2008-04-01 Christoph MallonAdd del_Sync_n().
2008-03-31 Andreas Zwinkaufixing grgen dumper to autogenerate file names
2008-03-30 Matthias Brauncleanups
2008-03-30 Matthias Braunremove duplicated obstack.h declare obstack_printf
2008-03-20 Michael Beckis_Abs() added
2008-03-16 Sebastian HackAdded functions to set a range of bits to 1 or 0
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-06 Matthias Braunremove old buggy code
2008-03-05 Matthias BraunDEL_ARR_F should not use a const pointer
2008-03-03 Michael BeckImproved tail recursion optimization:
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckclone_frame_type() implemented
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckadd prototype for set_opt_overflow_unsafe_transform()
2008-02-20 Michael BeckAdd cc_frame_on_caller_stk calling convention for alloc...
2008-02-19 Michael BeckHopefully better version of osr:
2008-02-18 Matthias Braunno declaration of free needed
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braundon't mention LIBCORE in public headers
2008-02-13 Matthias Braunlibfirm timing code adapted from libcore
2008-02-07 Christoph Mallonsvn:eol-style native, svn:keywords Id.
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-01-23 Michael Beckadd prototypes for *_Phi_next(), _Block_phis()
2008-01-21 Matthias Braunadd missing #include
2008-01-21 Matthias Braunfix using_irn_visited in optimized mode
2008-01-21 Matthias Braunimprove docu, use using_block_visited debug help
2008-01-17 Michael Beckfixed wrong variable usage
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-15 Michael Beckrenamed pmap_foreach to foreach_pmap, like other foreac...
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-10 Michael Beck- is_Bound added
2008-01-06 Michael Beckfixed detection of malloc property:
2008-01-06 Michael Beck- removed skip_HighLevel()
2008-01-06 Michael Beck- edges_assure_kind() added
2008-01-06 Michael Beckget_irn_MacroBlock() added
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2008-01-02 Michael Beckchanged the projection numbers of Raise to match the...
2008-01-01 Michael Beckcleaned up code:
2008-01-01 Michael BeckImproved implementation:
2007-12-31 Michael Beckadded rbitset_clear_all()
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-30 Michael Beckeven more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade some function parameters const
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-12-29 Michael Beck- allow the macroblock edge to be dumped
2007-12-17 Michael Beckuse xmalloc instead of malloc
2007-12-14 Michael Beckclone method can add a prefix
2007-12-11 Matthias Braunmake get_inversed_pnc and get_negated_pnc return pn_Cmp...
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-10 Michael BeckAdd clone_type_method()
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-12-04 Matthias Brauntry to not make public API dependent on WITH_LIBCORE
2007-12-02 Matthias Braunrefactor some dumping code and add some functions that...
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-28 Michael Beckadd prototyp to get_ir_alias_relation_name89
2007-11-23 Michael Beckrenamed ird_color_side_effects to ird_color_uses_memory
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-22 Michael Beckadd mapper for strlen()
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-20 Michael Becklower_highlevel_graph() added
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
next