libfirm
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...
2005-09-08 Michael BeckBugFix: Unreachable Blocks are always leader blocks
2005-09-08 Michael Beckget_extbb_leader() and get_extbb_node_nr() added
2005-09-08 Michael Beckadded additional graph properties, these can be set...
2005-09-08 Michael Beckwhen doing CSE of Proj-Nodes, places Proj's into the...
2005-09-08 Michael Beckadditional graph properties added
2005-09-08 Michael Beckdump additional graph properties for method entities
2005-09-08 Michael BeckC99 construct removed
2005-09-08 FIRM Projekt... Make a typedef to generate JNI constants
2005-09-08 FIRM Projekt... renamed old IrgVrfy() into new IrgVerify()
2005-09-07 Michael BeckHandle dead blocks hopefully right ...
2005-09-07 Michael Beckmoved get_irn_generic_attr() to public i/f
2005-09-06 Michael Beckfixed SH's dominance checker, can now handle dead blocks
2005-09-06 Michael BeckBugFix:
2005-09-05 Michael Beckbackported from irargs.c
2005-09-02 Michael Beckremoved SLOOOWWW call to is_in_irgs_obstack()
2005-09-02 Michael Beckcreates libfirm_xmalloc.a if DISABLE_LIBIBERTY is enabled
2005-09-02 Michael Beckirtools.h removed from public header
2005-09-01 Daniel Grundchecked for dead blocks before getting dom depht.
2005-09-01 Daniel Grund*** empty log message ***
2005-09-01 Michael Beckget_irn_generic_attr() added, needed for backends that...
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-09-01 Michael Beckremoved wrong const
2005-09-01 Michael Becked PTR_TO_INT() and INT_TO_PTR() macros for 64bit safety
2005-09-01 Michael Beckused HASH_PTR() now
2005-09-01 Michael Beckrenamed function (clashed with buildin)
2005-09-01 Michael Beckbitfields of size 1 should be unsigned if 1 is stored...
2005-09-01 Michael Beckused HASHPTR() now
2005-08-31 Sebastian HackRemoved dominance computation if irg_vrfy
2005-08-31 Michael Becknewer version that can handle x86_64
2005-08-31 Michael Beckirtools.h is not installed anymore
2005-08-31 Michael BeckINT_TO_PTR() and PTR_TO_INT() macros added
2005-08-31 Sebastian HackAdded private data facility for edges
2005-08-31 Michael Beckremoved warnings: single bit type should be unsigned...
2005-08-31 Michael BeckFixes for GCC 4.0: void * and pointer to function are...
2005-08-31 Michael Beckfixes for gcc 4.0: void * and pointer to function are...
2005-08-31 Michael BeckFixes for gcc4.0: void * and pointer to functions are...
2005-08-31 Michael BeckC99 feature removed
2005-08-29 Sebastian HackFixed a bug
2005-08-29 Sebastian HackAdded little more debugging output
2005-08-29 Sebastian HackA little better debug output
2005-08-29 Daniel Grund*** empty log message ***
2005-08-29 Sebastian HackFixed a bug again
2005-08-29 Sebastian HackFixed a bug
2005-08-29 Sebastian HackAdded dominance check
2005-08-29 Daniel GrundAdded mod and mux
2005-08-29 Sebastian HackAdded get_irn_edge()
2005-08-26 Michael Beckremoved wrong INLINE spec
2005-08-26 Michael BeckBugFix:
2005-08-26 Michael BeckBugFix: in place_late, do NOT count keep-alive edges...
2005-08-25 Michael BeckBugFix: predecessors of End nodes might be Blocks
2005-08-24 Michael BeckBugFix:
2005-08-23 Daniel Grunddel_pset in now called correctly
2005-08-23 Michael BeckSet array border to 0, needed for fixed add_compound_en...
2005-08-23 Michael BeckSet array border to 0, needed for fixed add_compound_en...
2005-08-23 Daniel GrundBugfixes
2005-08-23 Michael BeckBugFix: add_compound_ent_value() did not generate right...
2005-08-23 Michael Beckallow character values to be converted into long
2005-08-23 Michael Beckmoke mode sort of character modes irms_twos_complement
next