Use other mechanism to determine whether an edge is already copied or not.
[libfirm] / vector.c
2008-10-07 Sebastian BuchwaldFixed r22565: we have signed values.
2008-10-07 Sebastian BuchwaldAdded assertions to prevent unexpected results after...
2008-10-06 Sebastian Buchwald- use RII reduction (no back propagation yet)
2008-10-05 Sebastian Buchwald- bugfix: update bucket index when filling a "deleted...
2008-10-04 Sebastian Buchwald- fixed some bugs concerning vector addition
2008-10-04 Sebastian Buchwald- enabled simplification of edges ("infinity propagatio...
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 BuchwaldContinued implementation of PBQP solver: Fixed errors...
2008-10-02 Sebastian BuchwaldStarted implementing a new PBQP solver, which should...