A little better debug output
[libfirm] / ir / ir /
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-23 Michael Beckmoke mode sort of character modes irms_twos_complement
2005-08-22 Michael Beckadded %P for compound-graph-paths
2005-08-18 Daniel GrundAdded reflection for mulh
2005-08-18 Michael Becknode function copy_irn extracted from firm_copy_node()
2005-08-16 Michael Beckchanged option %g to %G (floating point uses %g)
2005-08-16 Sebastian HackChanged %g to %G to enable float dumping
2005-08-16 Sebastian HackAdded Minus for Ints
2005-08-12 FIRM Projekt Accountnew_rd_Unknown sets the current_ir_graph right.
2005-08-12 Michael BeckUnknown nodes are optimized (CSE) now.
2005-08-11 Michael Beckused Block_not_block_visited() instead of explicit...
2005-08-11 Michael Beckfixed doxygen comments
2005-08-11 Michael Beckfixed typos
2005-08-11 Michael Beckskip_Tuple() now skips chains of tuple, which can arise
2005-08-10 Michael BeckAdded option to enable/disable scalar replacement
2005-08-09 Michael BeckFixed skip_Tuple(): Nested tuple were not optimized
2005-08-03 Michael Becksplit init_irprog() so first part ban be called before
2005-08-03 Michael Beckchanged mode_P_mach into new mode_P_data
2005-08-03 Michael Becksplit modeP_mach into modeP_code and modeP_data
2005-08-03 Michael Beckadd a list of modes in the irp
2005-08-01 Michael BeckFixed dumping with types: local nodes must be deactivated
2005-08-01 Michael Beckremoved remove_irp_type_from_list() function, which...
2005-08-01 Michael Becknew implementation based on Sebastians idea which works...
2005-08-01 Michael Beckremoved irg_walk_blkwise()
2005-08-01 Michael Beckmoved is_frame_type() to type.h
2005-08-01 Michael Beckused new new_type_frame() to generate frame types
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-26 Götz Lindenmaiercomments
2005-07-26 Sebastian HackNochmal Peinlich
2005-07-25 Michael Beckensure that the end block is always the last in the...
2005-07-25 Sebastian HackAdpated to changes in libcore
2005-07-22 Michael Beckused irtools
2005-07-22 Michael Beckfixed doxygen comment
2005-07-22 Michael Beckfixed dump_blk_to_cfg() uninitialized var
2005-07-22 Daniel GrundFixed emit code of Consts.
2005-07-22 Daniel Grund*** empty log message ***
2005-07-19 Michael Beckget_irg_frame_type() now calls skip_tid()
2005-07-19 Michael BeckFixed node collection: Must be done in post walker...
2005-07-14 Michael Beckadded %g for writing debug info with ir_printf
2005-07-11 Michael Beckadded debug info for types and entities
2005-07-11 Michael Beckremoved useless debug info
2005-07-11 Götz Lindenmaierimproved output formating
2005-07-08 Michael Beckremoved INLINE which prevent linking under Win32
2005-07-07 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 FIRM Projekt Accountfixed undefined var
2005-07-06 Michael Beckhandle now all Proj-numbers of Proj nodes
2005-07-06 Michael BeckPrivate attributes now include the Proj number
2005-07-05 Rubino Geißfixed an obvious bug
2005-07-04 Michael Beckcalled hook for all modes
2005-07-04 Michael BeckFixed optimization of Div/Mod/DivMod nodes
2005-07-04 Michael Beckadded debug info dumping
2005-07-01 Michael BeckBugFix: List heads must be cleared in every edges_activ...
2005-07-01 Michael Beckadded %i and %u modifier to ir_printf
2005-07-01 Sebastian HackFixed bug with double deactivate
2005-07-01 Michael Beckfixed doxygen documentation
2005-07-01 Michael Becktypo fixetypo fixed
2005-06-30 Michael Beckadd verifyer for IJmp
2005-06-30 Michael Beckget_IJmp_target() and set_IJmp_target() added
2005-06-30 Michael Beckchanged code placement so it can work in more environments:
2005-06-30 Michael Beck- used new get_Block_cfgpred_block() function instead...
2005-06-30 Michael Beckadded documentation for %= and other modifyers
2005-06-30 Michael Beckadded comments documenting the new behavior of get_node...
2005-06-30 Michael Beckadded an assertion to get_nodes_block() that fires
2005-06-30 Michael Beckused get_irn_n(*, -1) instead of get_nodes_block()...
2005-06-30 Michael Beckused get_irn_n(*, -1) instead of get_nodes_block()...
2005-06-30 Michael Beckadd constructors for the IJmp operation
2005-06-30 Michael Beckadd constructors for IJmp
2005-06-30 Michael Beckadded IJmp opcode allowing an indirect jump to an arbit...
2005-06-30 Michael Beckadded %= for printing a pn_Cmp value
2005-06-30 Michael Becktypos fixed
2005-06-27 Götz Lindenmaieran accessor function returning predecessor blocks
2005-06-27 Michael BeckBugFix: dead node elimination killed the Phi node in...
2005-06-24 Sebastian HackAdded block successor edges to the iredges module.
2005-06-23 Michael BeckBugfix: missing ;
2005-06-23 Götz Lindenmaieraccessor to check whether node currently is pinned.
2005-06-23 Michael BeckBugfix: pattern for "x + (a - x)" fixed
2005-06-22 Michael Beckfixed stupid conpy and paste error
2005-06-22 Michael Beckadded new arithmetic optimization flags
2005-06-22 Michael Beckadded doxygen comments
2005-06-22 Michael Beckadded option for dead block optimization
2005-06-22 Michael Beckmade get_Block_cfgpred() and get_Block_n_cfgpreds(...
2005-06-21 Götz Lindenmaierfixed file dump filter stuff
2005-06-21 Michael Beckadded more optiopns to hook_opt_kind regarding Confirm...
2005-06-21 Michael Beckadded (a + x) - x = a optimization
2005-06-21 Michael Beckadded new macros for Confirm based optimization
2005-06-21 Michael Beckmode_wrap_around() added
2005-06-17 Michael Beckuse tv_t.h instead of tv.h
next