Put opening curly brace of functions on a separate line. Last time I missed some.
[libfirm] / ir / be / beverify.c
2006-06-12 Matthias Braun- don't place copies between proj cascades
2006-06-09 Matthias Braun- There is a difference between spilling a whole phi...
2006-06-08 Matthias Braun- fix wrong verify warnings about phi nodes using value...
2006-06-07 Matthias Braun- Don't use a callback for deciding whether to spill...
2006-06-07 Matthias Braunfix a few memory leaks
2006-06-01 Matthias Braun- belady spiller places its copy nodes smarter now
2006-05-31 Matthias Braun- use foreach_out_edge_safe in remove_copies
2006-05-30 Christian Würdigadded comments
2006-05-29 Matthias Braun* changed verfier to handle delay_slots (theoretically...)
2006-05-26 Matthias Braun- Added a function that finds and removes dead nodes...
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...