Initial commit of morgans spilling algorithm (spill unused values that live through
[libfirm] / ir / be / bemain.c
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-19 Christian Würdigadded statistic calls
2006-05-18 Michael Beckfix to compile WITHOUT libcore
2006-05-16 Sebastian HackSet dumping to none as default
2006-05-11 Michael Beckbe_init now return parameters for the frontend
2006-04-27 Christian Würdigfixed assure_constraints, needs schedule now
2006-04-11 Michael Beckadd -b help option
2006-04-11 Sebastian HackAdded MRIS flag
2006-04-08 Christian Würdigadded scheduling statistics for number of ready nodes
2006-04-07 Christian Würdigadded reg pressure statitics
2006-04-06 Christian Würdigactivated deadnode elimination
2006-04-05 Christian Würdigmade omitfp default, option is now noomitfp
2006-04-03 Michael BeckFixed register allocation for fp != sp
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-04-03 Christian Würdigrenamed ppc isa option into ppc32
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckremoved unused be_opt_error_handler()
2006-03-31 Michael Beckadd functions for command line handling
2006-03-31 Christian Würdigactivated assure constraints
2006-03-30 Christian Würdigfixed debugging
2006-03-30 Christian Würdigremoved some unused variables
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Michael BeckAdd debug retriever
2006-03-22 Sebastian HackAdded phi handler
2006-03-21 Daniel GrundRemoved arch_irn_is_ignore with generic macro
2006-03-20 Michael Beckdoxygen docu added
2006-03-16 Christian Würdigchanged to dump wrapper
2006-03-13 Christian Würdigadded before_abi hook
2006-03-12 Christian Würdigfixed phase to assure register constraints
2006-03-09 Christian Würdigadded after_ra hook
2006-03-07 Christian Würdigadded WITH_ILP switch
2006-03-07 Sebastian HackActivated offset calculation
2006-03-03 Christian Würdigadded TEMPLATE backend
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-02 Daniel GrundLoop info was killed by deadnode elimination
2006-03-02 Sebastian HackSeveral bugfixes
2006-03-01 Christian Würdigchanged codegen interface
2006-03-01 Daniel GrundAdapted to new copyopt
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-24 Michael Beckpseudo irgs are NOT visited in the backend at all
2006-02-23 Sebastian HackIntroduced be_irg_t
2006-01-24 Christian Würdigadded codegenerator to main environment
2006-01-23 Daniel Grund:wq
2006-01-18 Daniel GrundAdded unfinished and buggy implementation of the ra...
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-16 Christian Würdigmake firm_isa default
2006-01-16 Christian Würdigremoved union from register requirements to make static...
2006-01-09 Sebastian HackFulfilled Christian's wishes
2006-01-09 Michael Beckrenamed free_dom_and_peace() to free_dom()
2005-12-23 Daniel GrundBugfix in copy-opt-heur and constraint perms.
2005-12-20 Daniel Grundadded option for dumping after contraint perms
2005-12-16 Daniel GrundAdded perms for contrained instructions
2005-12-13 Christian Würdigadded dumping option after regalloc
2005-12-08 Sebastian HackMade everything really kaputt
2005-11-22 Christian Würdigremoved broken include
2005-11-22 Christian Würdigadded isa selection through parameters
2005-11-18 Sebastian HackAdded new ifg interface
2005-11-16 Sebastian HackAdded irn_handler field to arch_isa_t
2005-11-07 Christian Würdigstarted code emitter (gen_decls)
2005-10-26 Christian Würdigtransform_firm now gets an irg as param
2005-10-25 Christian Würdigadded codgen
2005-10-10 Daniel Grundbugfixes
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-30 Daniel Grundadapted belady to new spill.h
2005-09-30 Daniel Grund*** empty log message ***
2005-09-29 Daniel Grundbelady spiller, initial version
2005-08-29 Daniel GrundBefore benchmarking
2005-08-29 Sebastian HackRemoved mtrace() and asm output
2005-08-29 Sebastian HackFixed a bug.
2005-08-29 Sebastian HackMoved normalize projs to bemain.c
2005-08-26 Daniel GrundBugfixes
2005-08-23 Daniel Grundbugfix
2005-08-18 Daniel Grundbugfixes. added 3 stats. added asserts. disabled genera...
2005-08-16 Sebastian HackMisc changes
2005-08-09 Daniel Grundbug fixes in ssa destruction. some other fixes
2005-07-29 Daniel GrundCopied register assignments from in's to out's for...
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel Grund*** empty log message ***
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-27 Sebastian HackRe-implemented values_interfere
2005-07-27 Sebastian HackFixed beirgmod and introduced some debugging prints...
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-07-26 Sebastian HackMoved to new lpp library
2005-07-22 Daniel GrundAdded call to eliminate_phi_interferences. Enabled...
2005-06-27 Kimon HoffmannRefactored interference graph into seperate header...
2005-06-16 Sebastian HackRecent version :-)
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-14 Daniel GrundBugfixes. DBG per irg. Dump nothing is default.
2005-06-13 Daniel GrundKilled an ugly bug. Set default not to use ILP. Improve...
2005-06-09 Daniel GrundAdded SSA destruction. Bugfixes, small improvements.
2005-06-07 Sebastian HackAdded insert_Perm and be_*_main_env_t
2005-06-07 Daniel GrundBugfixes, adaption to new lpp.
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-12 Daniel GrundAdded copyright headers. Adapted to new arch-interface...
2005-05-11 Sebastian HackAdded new arch interface
2005-05-04 Daniel GrundBugfix in stat, use of stat. Not ready but commited...
2005-04-22 Daniel GrundBugfixes, small improvements and movements.
2005-04-21 Sebastian HackAdded bearch stuff
next