libfirm
2008-10-06 Sebastian BuchwaldImplemented RN reduction, which was the last step to...
2008-10-06 Sebastian BuchwaldRemoved debug code.
2008-10-06 Sebastian Buchwald- implemented infinity propagation
2008-10-06 Sebastian Buchwald- added RN reduction (node used, not test, no html...
2008-10-06 Sebastian BuchwaldBugfix: Set global pointers to NULL after they are...
2008-10-06 Sebastian BuchwaldBugfix: handle added edges correctly if src_index and...
2008-10-06 Sebastian BuchwaldRenamed functions.
2008-10-06 Sebastian Buchwald- implemented back propagation for RII reductions
2008-10-06 Sebastian BuchwaldFree local vector.
2008-10-06 Sebastian Buchwald- use RII reduction (no back propagation yet)
2008-10-06 Sebastian BuchwaldAdded missing declaration and include.
2008-10-06 Christoph MallonFactorise printing costs.
2008-10-06 Christoph MallonMinor deobfuscation.
2008-10-06 Christoph Mallon<br> (and \n) at end of line.
2008-10-06 Christoph MallonFix simplify_edge(): Delete an independent edge, even...
2008-10-06 Christoph MallonSpace after if.
2008-10-06 Christoph MallonMake reorder_node() more clear (at least to me).
2008-10-06 Christoph MallonGrab a node once instead of an index every iteration.
2008-10-06 Christoph MallonDo not stress tail recursion elimination and partial...
2008-10-06 Christoph MallonDo not fetch a node index if we have a perfectly fine...
2008-10-05 Sebastian BuchwaldFixed some bugs concerning calculation with infinity.
2008-10-05 Sebastian Buchwald- bugfix: update bucket index when filling a "deleted...
2008-10-05 Sebastian Buchwald- completed integration of new PBQP solver (works fine...
2008-10-05 Sebastian BuchwaldRemoved superfluous edge dump.
2008-10-05 Sebastian BuchwaldPBQP edges now have pointers to their incident node...
2008-10-04 Sebastian Buchwald- fixed some bugs concerning vector addition
2008-10-04 Sebastian BuchwaldBugfix: Update bucket_index if reordering node.
2008-10-04 Sebastian BuchwaldImplemented RI-Reduction (without back propagation).
2008-10-04 Sebastian BuchwaldAdded simplification loop.
2008-10-04 Sebastian BuchwaldInitialize and fill node and edge buckets.
2008-10-04 Sebastian Buchwald- enabled simplification of edges ("infinity propagatio...
2008-10-03 Sebastian BuchwaldRenamed function.
2008-10-03 Sebastian Buchwald- don't add trivial nodes when using new PBQP solver
2008-10-03 Christoph MallonFix too short allocations and missing initialisation...
2008-10-03 Christoph MallonSimplify vector_copy().
2008-10-03 Christoph MallonFix last commit.
2008-10-03 Christoph MallonUse memset()/memcpy().
2008-10-03 Christoph MallonFix too short allocations and missing initialisation...
2008-10-03 Sebastian Buchwald- integrated new PBQP solver into existing PBQP transfo...
2008-10-03 Sebastian BuchwaldFinished edge allocation.
2008-10-03 Sebastian BuchwaldContinued implementation of PBQP solver: Fixed errors...
2008-10-02 Sebastian BuchwaldStarted implementing a new PBQP solver, which should...