libfirm
2005-10-21 Michael Beckcleaned up hooks
2005-10-21 Michael Beckremoved deleted hooks
2005-10-21 Michael Beckhook_dead_node_elim_start() and hook_dead_node_elim_end...
2005-10-21 Michael Beckhook_replace() added to exchange
2005-10-21 Michael Beckadded doxygen docu
2005-10-20 Michael Beckfixed cond after cmp detection
2005-10-19 Michael Beckadd win32 C function mangling
2005-10-19 Michael Beckuses firm_types.h now
2005-10-19 Michael BeckFixed assertion: set_irn_node must check the node irgs...
2005-10-19 Michael Beckir_extbb type added
2005-10-19 Beyhanirg_args have always outs calculated, this makes some...
2005-10-19 FIRM Projekt... blocks and ir_graphs have now info1 (attributes) and...
2005-10-19 FIRM Projekt... Blocks and ir_graphs have now info1 (attributes) and...
2005-10-19 Michael Beckallow to set STAT_CNT_NUM before include
2005-10-19 Michael Beckrefactored for ir_op_ops
2005-10-19 Michael Beckadded default reassociation ops
2005-10-19 Michael Beckmade prototypes
2005-10-19 Michael Beckrefactored ir_op_ops
2005-10-19 Michael Beckrefactored ir_op_ops
2005-10-19 Michael Beckmore ir_op operations to public interface
2005-10-19 Michael Beckrefactored ir_op_ops
2005-10-19 Michael Beckused new firm_types.h
2005-10-19 Michael Beckput all opaque firm types here
2005-10-19 Michael Beckfirm_types.h added
2005-10-19 Michael Beckuse new public interface to build new ir_op
2005-10-19 Michael Beckalways build the mulh op in init
2005-10-19 Michael Beckfixed info1 output for ir_graphs
2005-10-18 FIRM Projekt... Optimization name is now printed instead of code number
2005-10-18 Michael Beckadd dbg_dead_code case
2005-10-18 FIRM Projekt... added dbgActionToString()
2005-10-18 FIRM Projekt... new optimizer detects more dead blocks earlier
2005-10-18 Michael Beckdoxygen docu fixed
2005-10-18 Michael Beckdoxygen docu fixed
2005-10-18 Michael Beckmoved dbg_action_2_str() to .c file
2005-10-18 FIRM Projekt... not implemented copy_irn() deleted
2005-10-18 Michael Beckused the new IS_CDECL() and IS_STDCALL() macros
2005-10-18 Michael Beckdefine new macros for the MS cdecl, stdcall calling...
2005-10-18 Michael BeckDoxygen docu added
2005-10-18 Michael Beckirg_cc_callee_clear_stk added, needed for perfect stdca...
2005-10-18 Michael BeckDump calling conventions for entities
2005-10-17 Michael Beckadded default calling convention
2005-10-17 Michael Beckadded calling conventions to entities
2005-10-17 Michael Beckadded colling conventions
2005-10-17 Michael Becktypos fixed
2005-10-17 Michael Beckfixed .enable/.disable, added .lower
2005-10-12 Michael BeckBugFix: a var hides another
2005-10-12 Michael Beckadded visited flag to detect endless memory loops in...
2005-10-12 Michael BeckCopyB verifyer added
2005-10-12 Michael Beckoptimizations for CopyB node added
2005-10-12 Michael Beckiro_CopyB added
2005-10-12 Michael Beckop_CopyB added, op_Sub flags fixed
2005-10-12 Michael BeckCopyB attributes added
2005-10-12 Michael Beckadded support functions for CopyB node
2005-10-12 Michael Becklocal_optimize() now kills unrteachable code if dominan...
2005-10-12 Michael BeckAdded support code for CopyB node
2005-10-12 Michael BeckCopyB node constructors added
2005-10-12 Michael Beckadded code to detect loops in unreachable code, these...
2005-10-12 Michael Beckadded missing header
2005-10-12 Michael Beckdebugger extension added
2005-10-12 Michael Beckdebugger extension added
2005-10-12 Michael Becka debugger extension for Firm
2005-10-11 Michael BeckDBG_OPT_DEAD_BLOCK() macro uses now merge_pair
2005-10-11 Michael Beckuse INT_TO_PTR( macros for clean 64 bit compile
2005-10-11 Michael Beckmade is_address_taken() public
2005-10-11 Michael BeckAdded check_lifetime_of_locals().
2005-10-11 Michael Beckbefore called default_initialize_local_variable() set...
2005-10-10 Rubino Geißtypo
2005-10-10 Rubino Geißadded missing pn_Div_max
2005-10-10 Michael BeckBugFix: get the rigth block in equivalent_node_block()
2005-10-10 Gernot Veit... added two more hooks to the ir graph dumper
2005-10-10 Gernot Veit... added missing edges_notify_edge() to set_irn_in()
2005-10-10 Michael BeckDon't check nunber of Proj's for dead blocks
2005-10-10 Michael BeckFixed code placement: nodes in dead block are now moved
2005-10-07 Michael Becktypos fixed
2005-10-07 Michael BeckCheck that binary Cond has two successors if outs are...
2005-10-06 Michael BeckBugFix: the recalc_cnts obstack must reside in a graph...
2005-10-06 Michael BeckBeyhan's fixes included
2005-10-06 Michael Beckuse get_irn_n(*, -1) instead od get_nodes_block() so...
2005-10-05 Gernot Veit... added macro foreach_out_edges_safe(), which allows...
2005-10-05 Michael Beckfix_backedges() can now cope with NULL backedge array
2005-10-04 Michael Beckadded configure stuff
2005-09-23 Gernot Veit... Fixed a bug concerning sizes of edge
2005-09-20 Daniel Grundremoved gforce
2005-09-20 Michael Beckforce_run parameter added
2005-09-19 Michael Beckremoved old (non-functional) Not(Proj(Cmp)) and Eor...
2005-09-19 Michael Beckremoved buggy firm_copy_node() and restorted old copy_n...
2005-09-17 Michael Becktarval_not() han now handle tarval_b_true and tarval_b_...
2005-09-16 Michael Beckupdated
2005-09-15 Michael Beckadded function for convertion jump prediction into...
2005-09-15 Michael Beckdump now jump prediction, Free place (stack/heap)
2005-09-15 Michael Beckadded a generic function pointer to an opcode
2005-09-15 Michael Beckcond_jmp_predicate to Cond nodes added
2005-09-15 Michael Beckcond_jmp_predicate type and access function for Cond...
2005-09-14 Michael Beckirg_malloc_function added
2005-09-14 Michael Beckrenamed is_forking_op() to is_irn_forking()
2005-09-14 Michael Beckis_irn_constlike() added
2005-09-14 Michael Beckirop_flag_constlike flag and is_op_constlike() function...
2005-09-12 Michael BeckAdded extended block statistic
2005-09-12 Michael Beckuses new get_extbb_leader() function
2005-09-12 Michael Beckensure that the leader is the first one in the extended...
next