Adapted to stat events
[libfirm] / ir / be / bechordal_main.c
2007-06-21 Sebastian HackAdapted to stat events
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
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-26 Michael BeckFixed bad memory leak:
2007-04-26 Michael BeckEnsure that allocated sets are freed in post_spill()
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-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-15 Christian Würdigfixed statistic envents for backend provided spiller
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-02-23 Christian Würdigremoved unused code
2007-02-22 Matthias Braunaddes a comment around code that should be removed
2007-02-21 Matthias Braunfix ra_timers
2007-02-14 Christian Würdiginvalidate liveness after ra
2007-02-05 Matthias Braunset frame of reloads to bad when killing them
2007-01-30 Matthias Braunno need for bechordal_env in spiller interface anymore
2007-01-26 Christian Würdigfix stack nodes only once if spiller is provided by...
2007-01-24 Christian Würdigadded "none" option for chordal dumping
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-13 Christian Würdigremoved chordal_env from be lowering
2007-01-11 Matthias Braunno need for a custom put_ignore_regs in bechordal_main
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Matthias Braunreindentation...
2006-12-14 Matthias Braunreloads only have 1 memory input now
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-14 Christian Würdigfixed for backend provided spiller (wrong chordal env...
2006-12-13 Matthias Braunfixes for latest be changes
2006-12-13 Michael BeckFixed build with libcore disabled
2006-12-12 Christian Würdigbackend can now provide it's own spiller, main loop...
2006-12-11 Matthias Braunremoved (old) spillcost calculation
2006-12-11 Matthias Braunoops, now benumb is really unused
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-11-13 Michael BeckDo not call be_java_coal_register_options(9 if JVM...
2006-10-26 Matthias Braunlittel fix for spillcosts
2006-10-26 Matthias Braunoutput estimated cost statistics to statfile
2006-10-24 Matthias Braunalso output total backend time to statfile
2006-10-24 Christian Würdigadded assertin to check out edges
2006-10-24 Matthias Braunmake statfile available to the whole backend, output...
2006-10-12 Matthias Braunput bespill options into separate file
2006-10-06 Christian Würdigfixed main structure init
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-26 Christian Würdigdo not make memory operands dependend on number of...
2006-09-11 Sebastian HackMore statistics
2006-09-09 Sebastian HackAdded some statistics events
2006-09-08 Matthias Braunrandom scheduler, fix no spillslot coalescing flag
2006-09-06 Matthias Braun- commented out be_ra_chordal_verify, an algorithm...
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-09-04 Adam Szalkowskifixed segfault
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-30 Michael Beckcompiles with WITH_LIBCORE disabled again
2006-08-30 Matthias Braunfix uninitialized chordal_grp
2006-08-30 Michael Beckadded missing include
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-10 Sebastian HackFixed a bug in benode.c
2006-08-09 Matthias Braun- Don't perform memory operands merging too early
2006-08-09 Sebastian HackSeveral changes
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-08-08 Matthias Braun- Schedule Verifier checks for nodes that should be...
2006-08-07 Matthias Braun- Schedule memperm node
2006-08-04 Matthias Braun- new spillslot verifier (doesn't catch all errors...
2006-08-04 Matthias Braun- new spillslots dump phase
2006-08-04 Matthias Braunfix a few more warnings
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-02 Matthias Braunremoving include of header which is not in cvs yet
2006-08-02 Matthias Braun-fix warning, another java_* to be_java_* rename
2006-08-02 Sebastian HackFactored copy minimzation out
2006-08-01 Sebastian HackFixed some bugs
2006-08-01 Christian Würdigadded missing header
2006-07-31 Adam Szalkowskiadapted to new liveness
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-29 Adam Szalkowskiadded spill cost estimation
2006-07-24 Christian Würdigcheck for memory operands
2006-07-23 Christian Würdigadded comments
2006-07-20 Christian Würdigadjusted BACKEND timing
2006-07-17 Adam Szalkowskiremoved the old ilp based spiller and the appel spiller...
2006-07-11 Sebastian HackAdded support for exec freq
2006-07-03 Christian Würdigadded additional timer
2006-06-28 Christian Würdigfixed options for spill selector
2006-06-26 Johannes Spallek* Added more debug output for interfering values during...
2006-06-23 Christian Würdigadded backend timing facility
2006-06-16 Johannes SpallekCommented check_ifg_implementations to provide function...
2006-06-14 Johannes Spallekmoved the check_performance_test to beifg.c and beifg.h
2006-06-04 Christian Würdigfixed indent
2006-06-01 Christian Würdigadded additional ifg flavour options
2006-05-31 Johannes Spallekadded check functions for the creation of the ifg
2006-05-30 Adam Szalkowskicommitting ilp based spilling
2006-05-30 Christian Würdigadded option for verifier
2006-05-29 Matthias Braun* changed verfier to handle delay_slots (theoretically...)
next