libfirm
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
2006-03-23 Michael BeckColor Mux and Psi nodes gold
2006-03-23 Michael BeckBugFix:
2006-03-23 Michael Beckget_Psi_n_conds() added
2006-03-23 Michael BeckAdded support for Psi nodes
2006-03-23 Michael BeckAdded constructors for Psi nodes
2006-03-23 Michael BeckPsi op added
2006-03-22 Michael Becknormalize_one_return() now did not create Bad control...
2006-03-22 Sebastian HackFixed a bug
2006-03-22 Michael BeckThe ir_op's are stored inside the irp, so don't kill...
2006-03-22 Christoph MallonBugged a fix
2006-03-22 Michael BeckBugFix: used tp instead of frame_type
2006-03-22 Michael Beckframe_alloc_area() added
2006-03-20 Christian Würdigremoved c99 style
2006-03-20 Michael BeckExtBlk walker now always visits start block first/last
2006-03-20 Michael BeckBugFix: set_irn_n() should now work for the block input...
2006-03-20 Michael Beckremoved flag from remove_critical_cf_edges()
2006-03-20 Michael Beckremoved critical_edges flag. Other code depends on...
2006-03-20 Michael Beckadded some missing changed flags
2006-03-20 Michael Beckinvalidate extended block info
2006-03-20 Michael Beckinvalidate extended block info
2006-03-20 Michael Beckinvalidate extended block info after tail recursion...
2006-03-20 Michael Beckget_irg_extblk_state() and set_irg_extblk_inconsistant...
2006-03-20 Michael BeckFixed extblock dumper (did not work outside debugger...
2006-03-20 Michael Beckadd code to dump extended basic blocks
2006-03-20 Michael BeckFixed irg_extblock_walk_graph()
2006-03-20 Michael Beckget_irg_extblk_state() and set_irg_extblk_inconsistant...
2006-03-20 Michael Beckis_singlebit_tarval() added, needed for Cmp optimization
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-20 Michael Beckcosmetic fixes
2006-03-20 Michael Beckthe extended blocks now uses the block visited flag...
2006-03-19 Michael Beckremove dependency of irnode.h
2006-03-19 Michael BeckAdd optmitizations for the following cases:
2006-03-18 Michael BeckFixed extbb construction (why it was damaged ?)
2006-03-18 Michael Beckadded computed_value for Carry and Borrow
2006-03-18 Michael Beckadded Carry and Borrow opcodes
2006-03-18 Michael Beckadded constructors for Carry and Borrow nodes, use...
2006-03-18 Michael BeckDBG_OPT_SYNC added
2006-03-18 Michael BeckHOOK_OPT_SYNC added
2006-03-18 Michael Becktarval_init_1() expects now the null_value. Bad things...
2006-03-18 Michael Becktarval_P_void is removed now, map old functions and...
2006-03-18 Michael Beckremoved tarval_P_void, every reference mode now has...
2006-03-17 Michael Beckhandle a call of an absolute address
2006-03-17 Sebastian HackFixed a subtle bug
2006-03-15 Michael Beckadded some macros for easier decoding of ptr_access
2006-03-15 Michael BeckImproved doxygen docu
2006-03-15 Michael BeckImproved doxygen documentation.
2006-03-15 FIRM Projekt... ir/lower include dir added
2006-03-15 Rubino Geißfixed const mismatch
2006-03-15 Michael Beckadded missing const
2006-03-15 Michael Beckopt_frame.h added
2006-03-15 Michael Beckopt_frame.[ch] added
2006-03-15 Sebastian HackMoved survive dce stuff here.
2006-03-15 Sebastian HackMoved the survive dce stuff to irgopt.[ch]
2006-03-15 Michael Beckremoved dependency of irnode.h
2006-03-14 Sebastian HackBack to the old version. Perhaps bitset_next() works now
next