disable some expensive statevs
[libfirm] / ir / be / becopyheur4.c
2008-09-28 Matthias Braundisable some expensive statevs
2008-09-24 Matthias Brauncleanup pqueue a little bit
2008-09-18 Matthias Braunimprove debug output, increase depth limit to 7
2008-09-10 Michael Beckfixed warning
2008-09-10 Michael Beck- use unsigned instead of int where appropriate
2008-09-05 Matthias Braunreset chunk ids for new funtions
2008-01-16 Matthias Braunfixed a few warnings
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-15 Michael BeckReplaced bitsets with O(|nodes|^2) memory requirement...
2008-01-14 Matthias Braunmichael said I should commit this fix
2008-01-14 Michael Beckreduce the size of the affinity chunk by one
2008-01-14 Michael Beckuse float instead of double to save some space
2008-01-13 Michael Beckdeleted was used uninitialized
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-16 Sebastian HackSome tweaks
2007-10-25 Christoph MallonFix debug output.
2007-10-25 Christoph MallonSmall cleanups.
2007-10-25 Christoph MallonRemove unused variable.
2007-10-24 Sebastian HackA more general color priorization.
2007-10-24 Sebastian HackPrioritize chunks with constraint nodes more
2007-10-22 Sebastian HackSome heur4 tweaks
2007-10-18 Michael Beckfixed release build
2007-10-17 Michael Beckfixed declaration of dbg
2007-10-17 Michael Beckremoved an if, should not happen on this place
2007-10-12 Matthias Braunfix warnings
2007-10-08 Sebastian HackTrivial fix of the manifestation problem
2007-10-05 Sebastian HackCosmetics
2007-06-30 Sebastian HackIf a color colors all nodes in a chunk, other colors...
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-05-23 Christian Würdigadded some comments
2007-05-22 Christian WürdigBugFix: the order of the coloring is important!
2007-05-15 Christian Würdigremoved color map (just skip ignore colors in main...
2007-05-15 Christoph MallonConstify.
2007-05-14 Christian Würdigrevert iteration direction over interfering neighbours
2007-05-14 Christian Würdigpartly reverted and reimplemented the changes from...
2007-05-11 Michael Beckcalculate chunks on demand (saving memory)
2007-05-10 Michael Becksome doxygen comments added
2007-05-10 Sebastian Hackfixed a compile error:
2007-05-09 Michael BeckBugFix:
2007-05-07 Matthias Braundon't put dbg into the environment
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Christian Würdigchache interfering neighbours for speed reasons
2007-04-26 Michael Beckmoved iterator allocation outside loop
2007-04-26 Michael BeckBugFix:
2007-04-25 Michael BeckBugFix: sort affinity edges by its weight
2007-04-20 Christian Würdigadded debug stuff
2007-04-20 Christian Würdigfixed some Bugs
2007-04-19 Christian Würdigsome minor bugfixes
2007-04-19 Christian Würdigfinished implementation, will compile but is untested yet
2007-04-19 Matthias Braunfirst step for generating flag datastructures, generato...
2007-04-18 Christian Würdiginitial checkin of heur4