libfirm
2005-08-23 Daniel GrundCosmetics, changed loop-costs to d^2+1.
2005-08-23 Daniel Grundforgot this file on check in of chordal draw.
2005-08-23 Daniel GrundBugfix
2005-08-18 Daniel Grundbugfixes. added 3 stats. added asserts. disabled genera...
2005-08-18 Sebastian HackFixed a bug
2005-08-18 Sebastian HackAdded Imm nodes to bearch_firm
2005-08-16 Daniel Grundremoved max stable set inequ. added path and clique...
2005-08-16 Daniel Grundrefactored
2005-08-16 Daniel GrundBugfix
2005-08-16 Daniel Grundnew max indep set functions.
2005-08-16 Daniel Grundchanged IF_EDGE_HASH
2005-08-16 Sebastian HackMisc changes
2005-08-10 Sebastian HackAdded is_firm_be_node
2005-08-10 Sebastian HackAdded call serialization for firm arch
2005-08-09 Daniel Grundbug fixes in ssa destruction. some other fixes
2005-08-01 Daniel Grundremoved check_heads assertions
2005-08-01 Daniel Grundfixed bugs in statistic. adapted to critical edges.
2005-07-29 Daniel Grundfixed a bug in M-constraints related to interfering...
2005-07-29 Daniel GrundCopied register assignments from in's to out's for...
2005-07-29 Sebastian HackModified everything
2005-07-29 Sebastian HackAdded phi perm inserter
2005-07-28 Daniel GrundBugfixed the computation of a lower bound for the costs...
2005-07-28 Daniel Grund*** empty log message ***
2005-07-28 Daniel Grundremoved bedupl
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-28 Daniel Grundbugfix
2005-07-28 Daniel GrundChanged ->link to set_irn_link.
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-27 Sebastian HackRe-implemented values_interfere
2005-07-27 Daniel Grundindent
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 Daniel Grundadded additional cut inequalities for multi-col-usage.
2005-07-26 Sebastian HackMoved to new lpp library
2005-07-26 Daniel Grundusing external lpp now.
2005-07-26 Daniel GrundBugfix in maximum weighted independent set
2005-07-26 Daniel GrundBugfixes
2005-07-26 Daniel Grund*** empty log message ***
2005-07-26 Sebastian HackFixed dom front computation
2005-07-25 Daniel GrundAdded TODOs.
2005-07-25 Daniel GrundEnlarged TODO-List
2005-07-22 Michael Beckremoved C99 features
2005-07-22 Daniel GrundCommit of fixes done together. My fixes of today are...
2005-07-22 Daniel GrundAdded call to eliminate_phi_interferences. Enabled...
2005-07-22 Daniel GrundCopy costs instead of numbers
2005-07-22 Daniel GrundChange to copy costs instead of number of copies.
2005-07-22 Daniel GrundBugfix of hack: liveness ana for perm insertion.
2005-07-22 Daniel GrundAdded checker for register allocation. Interference...
2005-07-22 Daniel GrundAdded stat: phi-nodes / phi-class
2005-07-22 Daniel GrundChecker now external visible. Bugfixed multiple-column...
2005-07-21 Sebastian HackConsidering already present phi nodes also as copies...
2005-07-19 Daniel GrundExtended perm insertion by setting the colors of the...
2005-07-19 Daniel GrundChanged type of entries form int to matrix_type. matrix...
2005-07-19 Sebastian HackAdded insertion of duplicates for operands of phi nodes...
2005-07-18 Rubino Geißwe dont have cplex
2005-07-15 Sebastian HackSmall bugfixes
2005-07-15 Sebastian HackNew implementation of values_interfere(). Should work...
2005-07-15 Sebastian HackSmall changes
2005-07-15 Sebastian HackFixed a bug
2005-07-15 Daniel Grundsmall fixes
2005-06-27 Kimon HoffmannMade dump_ifg work again by removing all coloring relat...
2005-06-27 Kimon HoffmannFixed small copy & paste error in the "foreach" defines...
2005-06-27 Kimon HoffmannRefactored interference graph into seperate header...
2005-06-16 Sebastian HackSome fixes
2005-06-16 Sebastian HackRecent version :-)
2005-06-15 Michael Beckconfig.h include added
2005-06-15 Michael Beckconfig.g include added
2005-06-15 Michael Becktypo fixed
2005-06-15 Michael Beckconfig.h include added
2005-06-15 Michael Beckrenamed ent_visibility to visibility
2005-06-15 Michael Beckconfig.h include added
2005-06-15 Michael Beckrenamed ent_visibility to new visibility
2005-06-15 Sebastian HackFixed a bug in scheduling and adapted coloring
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-14 Sebastian HackChanged semantics of sched_prev and sched_next.
2005-06-14 Michael BeckC99 features removed
2005-06-14 Michael Beckadded missing include
2005-06-14 Sebastian HackAdded classify wrapper function.
2005-06-14 Sebastian HackAdded irn class branch and dummy firm backend implement...
2005-06-14 Daniel GrundBugfixes. DBG per irg. Dump nothing is default.
2005-06-13 Daniel GrundCompleted dump_pretty
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-08 Sebastian HackMoved insert_Perm_after to benode.c
2005-06-07 Sebastian HackAdded insert_Perm and be_*_main_env_t
2005-06-07 Daniel GrundHAVE_CPLEX
2005-06-07 Daniel GrundHAVE_CPLEX
2005-06-07 Daniel GrundAdded HAVE_CPLEX
2005-06-07 Sebastian HackChanged sched_add to sched_add_before
2005-06-07 Daniel GrundBugfixes, adaption to new lpp.
2005-06-07 Daniel GrundAdded ssa destruction. TODO: Perm placement.
2005-06-07 Daniel GrundObsolete. See lpp_remote.c
2005-06-07 Daniel GrundMade lpp stuff modular.
2005-06-03 Sven PolkChanged benode.h benode_t.h
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-05-24 Michael Beckremoved C99 features
2005-05-24 Michael Beckadded config.h
2005-05-24 Daniel GrundIntroduced ilp solver interface. becopyilp.c uses it...
2005-05-17 Sebastian HackFixed some layout issues
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
next