Add arch_reg_out_is_allocatable().
[libfirm] / ir / be / beverify.c
2008-10-15 Christoph MallonAdd arch_reg_out_is_allocatable().
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-09-09 Michael Beckchecked in "too much"
2008-09-09 Michael Beckfixed r21771
2008-09-09 Michael Beck- C99 features removed
2008-09-09 Christoph MallonDo not warn about wrong register for a Phi input if...
2008-09-09 Christoph MallonMake warning about registers assigned to Phi inputs...
2008-09-05 Matthias Braunnew and improved regalloc verifier
2008-07-30 Christoph MallonRemove last remaining SCHEDULE_PROJS.
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-05-27 Matthias Braunmake verifier a bit less strict about keeps
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Christoph MallonMake warning about missing register assignment more...
2007-08-17 Sebastian HackChanged API of liveness
2007-07-19 Matthias Braundon't display outedge warnings for blocks
2007-07-19 Matthias Braunfix outedge verififer
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-22 Matthias Braunmake Keep verifier rules a bit less strict
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-13 Matthias Braunimprove display of verifier
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-13 Matthias Brauncorrected keep verifier
2007-06-13 Matthias Braunextended schedule verifier to look at the positions...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-16 Matthias Braunadjust schedule verifier
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-02-22 Matthias Braundisabled a verify warning which wasn't always correct
2007-02-16 Matthias Braunremove old unused code from belady, improve schedule...
2007-02-15 Matthias Braundon't issue warnings for nodes that can still be reache...
2007-02-14 Matthias Braunimprove out edges verifier
2007-02-13 Christian Würdigverify edges internally as well when checking out edges
2007-02-08 Matthias Braunalso walk dependencie edges in outedges verifier
2007-02-07 Christian WürdigUnknowns don't need a register assigned
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...