- brute force solver need own back propagation
[libfirm] / vector.c
2009-12-22 Sebastian BuchwaldAdded file headers.
2009-09-01 Sebastian BuchwaldVector names are const.
2009-09-01 Thomas BerschDefine macros before including files.
2009-08-31 Sebastian Buchwald- introduce some defines to enable/disable PBQP dumping...
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...