libfirm
2010-09-01 Sebastian BuchwaldRemoved some superfluous assignments and empty lines.
2010-08-16 Sebastian BuchwaldImproved dump for RM.
2010-08-16 Sebastian BuchwaldSimplify redirected edges.
2010-08-16 Sebastian BuchwaldAdded function to reorder nodes after an edge insertion.
2010-08-16 Sebastian BuchwaldRename reorder_node to reorder_node_after_edge_deletion.
2010-08-16 Sebastian BuchwaldAdapt to coding conventions.
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 BuchwaldUpps, revert unwanted changes.
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 BuchwaldWe do not use a timer for R0.
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-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.
2010-07-21 Sebastian BuchwaldRemoved second declaration.
2010-07-21 Sebastian BuchwaldCount number of (possible) RM applications.
2010-07-21 Thomas BerschUse correct output format for unsigned cost values!
2010-07-18 Sebastian BuchwaldRevive merge check.
2010-06-04 Thomas BerschUse UNSIGNED INT for a test.
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-05-06 Thomas BerschNew solver, which only reduce nodes (in case of RN...
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.
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-11-02 Thomas BerschNow it is possible to use UINT data type instead of...
2009-09-22 Thomas BerschKAPS_DUMP and KAPS_ENABLE_VECTOR_NAMES are now disabled
2009-09-18 Thomas Berschsolve function which follows a reverse perfect eliminat...
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...
2009-01-23 Sebastian BuchwaldBugfix: Do not add the cost vector of a R1 reduced...
2009-01-23 Sebastian BuchwaldAdded functions to get the index of the minimum element...
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-07 Sebastian BuchwaldFixed another bug concerning copying an edge.
2008-12-06 Sebastian BuchwaldFixed another bug concerning copying an edge.
2008-12-06 Sebastian BuchwaldInit solution.
2008-12-06 Sebastian BuchwaldHack to handle edges correctly?
2008-12-06 Sebastian BuchwaldUse other mechanism to determine whether an edge is...
2008-12-06 Sebastian BuchwaldOnly copy RN bucket, and shrink the other buckets to...
2008-12-06 Sebastian BuchwaldFixed copy&paste bug.
2008-12-06 Sebastian BuchwaldSave bucket index before changing the current node.
2008-12-06 Sebastian Buchwaldshould be part of r24347
2008-12-06 Sebastian BuchwaldFixed some bugs concerning copying nodes.
2008-12-06 Sebastian BuchwaldFree temporary data and added some assertions.
2008-12-06 Sebastian BuchwaldConnect copied edges with the right (=copied) nodes.
2008-12-06 Sebastian BuchwaldFixed wrong assertion.
2008-12-03 Sebastian BuchwaldAdded declaration and fixed call.
2008-12-03 Sebastian BuchwaldAdded missing include and fixed some function declarations.
2008-12-03 Sebastian BuchwaldAdded declaration.
2008-12-03 Sebastian BuchwaldMaybe implemented BF solver (don't tested yet).
2008-12-03 Sebastian BuchwaldAdded functions to clear and copy node buckets.
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 BuchwaldAdded missing function.
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 BuchwaldThe other index :-(
2008-12-01 Sebastian BuchwaldAdded code for testing if two pbqp nodes could melt...
2008-11-30 Sebastian BuchwaldUse more bucket functions.
next