Adapt to coding conventions.
[libfirm] / heuristical.c
2010-07-22 Sebastian BuchwaldFormat string depend on used type.
2010-07-22 Sebastian BuchwaldDump number of RM applications.
2010-07-22 Sebastian BuchwaldFixed compile errors for enabled KAPS_STATISTIC.
2009-12-28 Sebastian Buchwald- brute force solver need own back propagation
2009-12-28 Sebastian BuchwaldEach solver get its own file.
2009-12-22 Sebastian BuchwaldAdded file headers.
2009-12-14 Thomas Berschsome printf for debugging removed and some comments...
2009-11-27 Thomas BerschNo delete of elements from reverse perfect elimination...
2009-11-05 Thomas BerschTimer support added
2009-09-18 Thomas Berschsolve function which follows a reverse perfect eliminat...
2009-08-31 Sebastian Buchwald- introduce some defines to enable/disable PBQP dumping...
2009-01-23 Sebastian BuchwaldBugfix: Do not add the cost vector of a R1 reduced...
2008-12-13 Sebastian BuchwaldAdded statistic support: count number of R0-RN, RE...
2008-12-13 Sebastian BuchwaldDump pbqp solution to file...
2008-12-09 Sebastian BuchwaldFree temporary data structures.
2008-12-08 Sebastian BuchwaldUse another copy strategy.
2008-12-08 Sebastian BuchwaldExtract function to update bucket.
2008-12-08 Sebastian BuchwaldMove initialization of node bucket.
2008-12-07 Sebastian BuchwaldNode pointers of reduced edges (incident to RI/RII...
2008-12-07 Sebastian BuchwaldAlso update PBQP environment.
2008-12-06 Sebastian BuchwaldInit solution.
2008-12-06 Sebastian BuchwaldOnly copy RN bucket, and shrink the other buckets to...
2008-12-06 Sebastian BuchwaldSave bucket index before changing the current node.
2008-12-06 Sebastian BuchwaldFree temporary data and added some assertions.
2008-12-06 Sebastian BuchwaldFixed wrong assertion.
2008-12-03 Sebastian BuchwaldAdded missing include and fixed some function declarations.
2008-12-03 Sebastian BuchwaldMaybe implemented BF solver (don't tested yet).
2008-12-03 Sebastian BuchwaldRemoved unused variables and addes some asserts.
2008-12-03 Sebastian BuchwaldApply BF recursively.
2008-12-03 Sebastian BuchwaldContinued refactoring.
2008-12-03 Sebastian BuchwaldSave current PBQP state.
2008-12-03 Sebastian BuchwaldContinued refactoring.
2008-12-03 Sebastian BuchwaldContinued refactoring.
2008-12-03 Sebastian BuchwaldContinued refactoring.
2008-12-03 Sebastian BuchwaldContinued refactoring.
2008-12-03 Sebastian BuchwaldContinued refactoring.
2008-12-02 Sebastian BuchwaldMore refactoring.
2008-12-02 Sebastian BuchwaldMore refactoring.
2008-12-02 Sebastian BuchwaldSome refactoring.
2008-12-02 Sebastian BuchwaldSome refactoring.
2008-12-01 Sebastian BuchwaldStarted first attempt for brute force solver.
2008-12-01 Sebastian BuchwaldAdded getter function for node degree.
2008-12-01 Sebastian BuchwaldUse more bucket functions.
2008-12-01 Sebastian BuchwaldUse more bucket functions.
2008-12-01 Sebastian BuchwaldAdded code for testing if two pbqp nodes could melt...
2008-11-30 Sebastian BuchwaldUse more bucket functions.
2008-11-30 Sebastian BuchwaldUse more bucket functions.
2008-11-30 Sebastian BuchwaldUse more bucket functions.
2008-11-30 Sebastian BuchwaldUse more bucket functions.
2008-11-30 Sebastian BuchwaldUse more bucket functions.
2008-11-30 Sebastian BuchwaldAdded pop function for node_bucket.
2008-11-30 Sebastian BuchwaldAdded pop function for edge_bucket.
2008-11-30 Sebastian BuchwaldUse more bucket functions.
2008-11-30 Sebastian BuchwaldAdded some functions for bucket managment.
2008-10-15 Sebastian BuchwaldApply RN reduction on a node with maximum degree.
2008-10-13 Sebastian BuchwaldUse bigger type for PBQP costs.
2008-10-07 Sebastian BuchwaldAlso take a look at the node costs of the current node...
2008-10-07 Sebastian BuchwaldInsert all incident node (ecluding the current edge...
2008-10-07 Sebastian BuchwaldHandle infinity entries correctly when normalize a...
2008-10-06 Sebastian Buchwald- added html dumping of RN reductions
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 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 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 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 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-02 Sebastian BuchwaldStarted implementing a new PBQP solver, which should...