libfirm
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
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-18 Michael Beckremoved warning
2005-08-18 Michael Beckenabled type_visited() function again
2005-08-18 Michael Beckremoved definition of old type_visited flag
2005-08-17 Michael Beckresreuctures compound path to make allocation/deallocat...
2005-08-16 Michael Beckfixed copy'n'paste error
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-16 Michael Beckcreate_abstraction() now returns an error code if the...
2005-08-14 Götz Lindenmaierbugfix
2005-08-12 FIRM Projekt... new_rd_Unknown sets the current_ir_graph right.
2005-08-12 Michael Beckinstall scalar_replace.h
2005-08-12 Michael Beckchanged new_type_pointer() to new semantic
2005-08-12 Michael BeckUnknown nodes are optimized (CSE) now.
2005-08-12 Michael Beckchanged back to old visit order
2005-08-12 Michael Beckcurrent_ir_graph must be set EVEN iff the raw interface...
2005-08-12 Michael Becknew_d_type_array now allocates only ONE Uknown node...
2005-08-11 Michael Becktypo fixed
2005-08-11 Michael Beckused now always the visited functions, no more access...
2005-08-11 Michael Beckrenamed type_visited to firm_type_visited
2005-08-11 Michael BeckBugfix: unset debug info is now initialized with NULL
2005-08-11 Michael Beckrenamed global flag type_visited into firm_type_visited
2005-08-11 Michael Beckrenamed new_type_pointer_mode() into new_type_pointer()
2005-08-11 Michael Beckused Block_not_block_visited() instead of explicit...
2005-08-11 Michael Beckrenamed init_type() to firm_init_type() with additional...
2005-08-11 Michael Beckfixed doxygen comments
2005-08-11 Michael Beckfixed typos
2005-08-11 Michael Beckscalar_replace.h added
2005-08-11 Michael Beckremoved C99 feature
2005-08-11 Michael Beckskip_Tuple() now skips chains of tuple, which can arise
2005-08-11 Michael BeckFixed skip_Tuple(), so no need for additional loop
2005-08-10 Michael Beckrenamed function
2005-08-10 Daniel GrundBugfix in mask highest.
2005-08-10 Michael Beckadd missing SET_LEVEL_0
2005-08-10 Michael BeckAdded option to enable/disable scalar replacement
2005-08-09 Daniel GrundCompletely rewrote phiclass analysis.
2005-08-09 Michael BeckFixed skip_Tuple(): Nested tuple were not optimized
2005-08-08 Michael Beckmore files added, removed be from build
2005-08-03 Michael Becksplit init_ir_prog() so part 1 can be called before...
2005-08-03 Michael Becksplit init_irprog() so first part ban be called before
2005-08-03 Michael Beckconfig.h added and other includes fixed
2005-08-03 Michael Beckused new mode_P_data instead of mode_P_mach
2005-08-03 Michael Becked new mode_P_data & mode_P_code instead of mode_P_mach
2005-08-03 Michael Beckbugfixed: need a cast
2005-08-03 Michael Becktypo fixed
2005-08-03 Michael Beckchanged mode_P_mach into new mode_P_data
2005-08-03 Michael Beckchagned mode_P_mach into new mode_P_data
2005-08-03 Michael Beckchanged mode_P_mach into mode_P_code
2005-08-03 Michael Beckuses new irp mode list
2005-08-03 Michael Beckremoved warnings
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-03 Michael Beckadd magic for an program representation (irp)
2005-08-01 Michael BeckFixed dumping with types: local nodes must be deactivated
2005-08-01 Michael BeckFixed dumping with types by deactivation local nodes
2005-08-01 Michael Beckadded flag for frame types
2005-08-01 Michael Beckfixed doxygen comment
2005-08-01 Michael Beckadd new_frame_type() and is_frame_type() functions
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-08-01 Michael Beckdoxygen docu added
2005-07-27 Daniel GrundSET_LEVEL_0
2005-07-26 Michael Beckused functions from entity_t.h and type_t.h to access...
2005-07-26 Michael Beckbugfix
2005-07-26 Michael Beckfixed some typos
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-26 Götz Lindenmaierchnages in normalize class ccaast.
2005-07-26 Götz Lindenmaiercomments
2005-07-26 Götz Lindenmaiercommented out assertion: Hmmm. Maybe not that good.
2005-07-26 Götz Lindenmaiercleaned up: use new trouts functionality
2005-07-26 Götz Lindenmaiersome special casing
2005-07-26 Götz Lindenmaiercleaned up,
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-25 Sebastian HackAdapted to changes in libcore
2005-07-22 Michael Becktypos fixed
2005-07-22 Michael Beckused irtools
2005-07-22 Michael Beckfixed doxygen comments
2005-07-22 Michael Beckfixed doxygen comment
2005-07-22 Michael Beckfixed dump_blk_to_cfg() uninitialized var
2005-07-22 Michael Becktypos fixed
next