libfirm
2006-04-28 Michael BeckBugFix: == missed
2006-04-28 Sebastian HackMoved N to >
2006-04-27 Michael Beckdon't crash if a Const node has no tarval set yet
2006-04-27 Michael Beckinitial implementation of DOUBLE-WORD lowering, cannot...
2006-04-27 Sebastian HackChanged indent modifier to %N.
2006-04-27 Christian Würdigadded function to determine if statistics are active
2006-04-24 Michael BeckBugFix: need a place for the block :-)
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-24 Michael Beckfixed post-dominance construction for endless loops...
2006-04-24 Michael Beckdec_irg_block_visited() added
2006-04-24 Michael BeckUse keep-alives to handle dominance info for graphs...
2006-04-24 Michael Beckadded functions to include the keep-alives for cfg...
2006-04-24 Michael BeckFixed keep-alive visiting for extbb walker
2006-04-21 Michael BeckAdd a new dumper
2006-04-21 Christian Würdigadded header comment
2006-04-20 Christian Würdigremoved pedantic-errors switch :)
2006-04-20 Michael BeckUsed hooks to implement dump_add_node_info_callback()
2006-04-20 Michael Beckhook_node_info added
2006-04-19 Sebastian HackAdded height computation
2006-04-19 Sebastian HackAdded node info dump callbacks
2006-04-19 Christian Würdigremoved backend statistics hooks, statistic functions...
2006-04-19 Christian Würdigremoved backend statistics hooks, functions are called...
2006-04-19 Sebastian HackPhase objects can now be embedded
2006-04-18 Christian Würdigadded comment
2006-04-18 Christian Würdigfixed chain/cycle distribution statistic output
2006-04-13 Christian Würdigadded conv to keep gcc happy
2006-04-12 Christian Würdigadded missing parameter and initializer
2006-04-12 Sebastian HackAdded phases
2006-04-12 Sebastian HackAdded phases using node indexes
2006-04-11 Sebastian HackAdded MIN und MAX
2006-04-11 Christian Würdigextended permutation statistics
2006-04-11 Michael Beckstat_be_block_regpressure() and stat_be_block_ready...
2006-04-11 Michael Beckremoved hook_be_block_regpressure and hook_be_sched_rea...
2006-04-11 Michael Beckfixed foreach macro
2006-04-11 Michael Beckrenamed cnt_to_int() into cnt_to_uint()
2006-04-11 Michael Beckforeach_pset macro added
2006-04-11 Christian Würdigmade cnt_to_int unsigned
2006-04-11 Christian Würdigadded cnt_to_int function for counter
2006-04-11 Christian Würdigadded get_count function for distribution tables
2006-04-11 Christian Würdigadded inc and insert functions for distribution tables
2006-04-11 Christian Würdigchanged class name type from ident to const char*
2006-04-10 Christian Würdigadded hooks for permutation statistics
2006-04-10 Christian Würdigadded permutations statistics
2006-04-10 Christian Würdigadded 0 and 1 counter
2006-04-10 Christian Würdigfixed indents
2006-04-10 Christian Würdigadded average calculation of distribution table
2006-04-10 Christian Würdigadded be statitics hook (sched_ready)
2006-04-08 Christian Würdigfixed scheduling statistics
2006-04-08 Christian Würdigadded statistics for scheduling
2006-04-08 Christian Würdigadded environment pointer for distribution table iteration
2006-04-08 Michael Beckused new node index for normalization (instead of the...
2006-04-07 Christian Würdigmoved reg pressure statistics into sepearete be_block_hash
2006-04-07 Christian Würdigadded reg pressure statistic hook
2006-04-07 Christian Würdigadded register pressure statistics
2006-04-07 Michael Beckreset node index on dead node elimination
2006-04-07 Michael Beckdump the node index and estimated node count
2006-04-07 Michael Beckintroduced node index: a small unique per graph node...
2006-04-07 Christian Würdigadded addtitional ia32 backend statistics
2006-04-06 Michael Beckremoved cstore
2006-04-06 Michael Beckremoved unused cstore
2006-04-06 Michael Beckdead node elimination now handles all anchors equaly
2006-04-06 Michael Beckanchors can be dumped yet always
2006-04-06 Michael Beckadd irgraph.h include
2006-04-06 Michael Beckincrease Firm version number
2006-04-06 Michael Beckinitialize the phase state
2006-04-06 Michael Beckdon't access irg anchor nodes directly
2006-04-06 Michael Beckdont access members of irg directly
2006-04-06 Michael BeckPut all anchor nodes into an array: This makes the...
2006-04-06 Michael Beckdon't access irg anchor nodes directly
2006-04-06 Michael Beckdon't access members of the irg directly
2006-04-05 Michael BeckHandle endless loops (so a assert was wrong here)
2006-04-05 Christian Würdigadded ia32 backend statistics
2006-04-04 Christian Würdigadded IA32 backend dbg statistics
2006-04-04 Michael BeckAdd test functions for machine, machine_operand and...
2006-04-04 Michael Beckadd irop_flag_machine, irop_flag_machine_op and irop_fl...
2006-04-03 Michael Beckrenamed init_hooks() and init_stat() into firm_*()
2006-04-03 Michael BeckHOOK_BACKEND added
2006-04-03 Michael Beckopt reasons updated
2006-04-03 Michael Beckdbg_backend added
2006-03-31 Michael BeckBugFix: NEW_D_UNOP() macro always craeted Minus nodes :-(
2006-03-31 Michael BeckBugFix: out_cnt was wrong:
2006-03-31 Michael Beckmoved #ifdef DEBUG_libfirm commented members last in...
2006-03-30 Michael Beckcleaned up the order of ifdef's
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed defines for release mode
2006-03-30 Michael Beckmake inline version of set_irn_op()
2006-03-30 Michael Beckremoved beasm_asm_gnu and beasm_dump_globals
2006-03-29 Michael Beckadd DEBUG_ONLY and RELEASE_ONLY
2006-03-28 BeyhanCode structured and some bug fixed, but not tested...
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael Beckintroduced FIRM_DBG_REGISTER() macro to remove debug...
2006-03-27 Michael Beckincluding backends from the BE praktikum
2006-03-26 Michael Beckadd irop_flag_machine to mark "machine operations"...
2006-03-24 Sebastian HackFixed a subtle bug
2006-03-24 Michael Beckoptimize_one_return() now did not build Phi(a,...,a...
2006-03-24 Michael Beckremove propagation of Unknown. This causes problems...
2006-03-24 Michael Beckis_Mux() added
2006-03-24 FIRM Projekt... Fixed include directory
2006-03-23 Michael Beckdocu updated
next