Rename reorder_node to reorder_node_after_edge_deletion.
[libfirm] / optimal.c
2010-08-16 Sebastian BuchwaldRename reorder_node to reorder_node_after_edge_deletion.
2010-08-16 Sebastian BuchwaldAdded function to check whether an edge is deleted.
2010-08-16 Sebastian Buchwalddelete_edge now handle reordering of incident nodes.
2010-08-12 Sebastian BuchwaldUsing a node bucket wasn't a good idea.
2010-08-12 Sebastian BuchwaldSplit RN into 2 phases.
2010-08-06 Sebastian BuchwaldFixed some warnings.
2010-07-30 Sebastian BuchwaldUnify output format.
2010-07-30 Sebastian BuchwaldDo not count an RM as R1, too.
2010-07-30 Sebastian BuchwaldTry to add an edge to the edge_bucket at most once.
2010-07-30 Sebastian BuchwaldArgh, we need to propagate if at least one infinity...
2010-07-30 Sebastian BuchwaldSpeed up RN by explicitely reducing the incident edges.
2010-07-30 Sebastian BuchwaldAdapt to latest libfirm.
2010-07-26 Sebastian BuchwaldThe other node is incident to the old edge.
2010-07-26 Sebastian BuchwaldReorder incident nodes of removed edge.
2010-07-26 Sebastian BuchwaldAvoid unnecessary initialization of new matrix (especia...
2010-07-25 Sebastian BuchwaldRM should work now, theoretically.
2010-07-25 Sebastian BuchwaldThe function 'check_melting_possibility' is not needed...
2010-07-25 Sebastian BuchwaldUpps. Fixed compile error.
2010-07-25 Sebastian BuchwaldContinued RM implementation.
2010-07-25 Sebastian BuchwaldStarted implementing RM.
2010-07-21 Sebastian BuchwaldCount number of (possible) RM applications.
2010-07-18 Sebastian BuchwaldRevive merge check.
2010-05-28 Sebastian BuchwaldSmash ugly big bug introduce in r24269 (reported by...
2010-05-06 Thomas Berschremove 'static' property from 'reorder_node()' function...
2010-03-25 Sebastian BuchwaldRemoved unused parameter.
2009-12-28 Sebastian Buchwald- brute force solver need own back propagation
2009-12-28 Sebastian BuchwaldEach solver get its own file.