relax outedge verifier a bit: anchor nodes are actually reachable
[libfirm] / ir / be / beverify.c
2007-01-30 Matthias Braunrelax outedge verifier a bit: anchor nodes are actually...
2007-01-19 Christian WürdigUnknowns don't need to be scheduled
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian WürdigBugFix: check_register_allocation crashed when no regis...
2006-09-27 Christian Würdigallow register of type joker
2006-09-26 Christian Würdigcheck for BAD input
2006-09-20 Matthias Braunextend verifier to check all register constraints
2006-09-12 Michael Beckis_Pin() used
2006-09-06 Matthias Braun- commented out be_ra_chordal_verify, an algorithm...
2006-09-03 Matthias Braunverifier to check that no out edges point to dead/remov...
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-15 Michael Beckimproved verifier: shows now all nodes using the same...
2006-08-14 Matthias Braun- don't use C99isms
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-12 Matthias Braun- New register allocation verifier
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-09 Matthias Braun- Don't perform memory operands merging too early
2006-08-09 Matthias Braun- Fixed bugs in schedule verifier
2006-08-08 Matthias Braun- Schedule Verifier checks for nodes that should be...
2006-08-08 Matthias Braun- fix gcc warning
2006-08-08 Matthias Braun- make liveness computation ignore end node (to avoid...
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-08-05 Matthias Braunuse custom value_interfere function in verifiers (which...
2006-08-04 Matthias Braun- new spillslot verifier (doesn't catch all errors...
2006-08-02 Matthias Braun-fix compilation when WITH_ILP is not defined
2006-07-31 Sebastian HackAdapted to new liveness
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...