- Split bearch.h correctly into bearch.h and bearch_t.h
[libfirm] / ir / be / bemain.c
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-15 Christian Würdigpass be options to ILP scheduler
2007-03-13 Christian Würdigfixed comment
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-02-23 Christian Würdigdo not free irg, STA needs it later on
2007-02-22 Matthias Braunmore verification of the final graph, always kill nodes...
2007-02-21 Matthias Braunfix ra_timers
2007-02-15 Christian Würdigrebuild edges after backend transform phase
2007-02-14 Matthias Braunno need for kill_dead_nodes, use edges_deactivate;...
2007-02-11 Christian Würdigkill nodes only reachable via out edges after backend...
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian Würdigfixed DEL_ARR_F
2007-02-09 Christian Würdigadded isa-callback so backend can provide it's own...
2007-02-09 Christian Würdigadapted to phiclass changes (is a phase now, based...
2007-02-08 Matthias Braun- avoid unnecessary edges recomputation
2007-01-26 Christian Würdigadded additional dump
2007-01-11 Christian Würdigremoved empty line
2007-01-10 Matthias Braunfix my latest committ
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braunstart register allocator again, fix typo
2006-12-21 Matthias Braunfix things when WITH_JVM and WITH_ILP is defined
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
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-12-04 Christian Würdigremoved warning for ILP scheduler, as the scheduler...
2006-11-15 Christian Würdigadded sta backend (but commented out)
2006-10-26 Matthias Braunoutput estimated cost statistics to statfile
2006-10-24 Matthias Braunalso output total backend time to statfile
2006-10-24 Matthias Braundon't kotz out timing info on stdout if statfile is...
2006-10-24 Christian Würdigadded option to select between schedulers (list or...
2006-10-24 Matthias Braunmake statfile available to the whole backend, output...
2006-10-17 Christian Würdigadded ir/opt include
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-30 Matthias Braun- Added 2 new blockschedulers, a greedy algorithm and...
2006-09-25 Christian Würdigmoved scheduler options to scheduling module
2006-09-20 Christian Würdigadded scheduling preparation switch
2006-09-15 Michael BeckFixed build without libcore
2006-09-13 Michael BeckFixed order of function parameters, enabled stabs by...
2006-09-13 Michael Beckadd option to switch stabs support on/off
2006-09-12 Michael Beckstabs support updated
2006-09-11 Michael Beckadded initial stabs debugging support
2006-09-11 Michael BeckAdd location table to the profiling, disabled by now
2006-09-08 Matthias Braunrandom scheduler, fix no spillslot coalescing flag
2006-09-08 Matthias Brauncreate execution frequencies from profile data
2006-09-06 Michael Beckused new section attribute
2006-09-06 Christian Würdigremoved ugly filename hack
2006-09-06 Adam Szalkowskiquick fix for segfault, ia32 supports only one cg to...
2006-09-05 Adam Szalkowskifixed studd to make it run again after matze's commit
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-09-05 Adam Szalkowskimallon made it less gammlich
2006-09-05 Adam Szalkowskidirty hack for getting assembler file name
2006-09-04 Matthias Braunfixed typo
2006-09-04 Christian Würdigfixed profile support
2006-09-04 Matthias Braunfix warnings
2006-09-04 Adam Szalkowskichanged api and inserted into bemain
2006-09-04 Christian Würdigcollect option in be_options variable
2006-09-04 Adam Szalkowskiit compiles
2006-09-03 Matthias Braunverifier to check that no out edges point to dead/remov...
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-31 Sebastian Hackadded -b config=<filename> switch
2006-08-31 Matthias Braun- connect function call argument stores to NoMem instea...
2006-08-30 Michael Beckles with WITH_LIBCORE disabled again
2006-08-29 Christian Würdigchanged some options
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-22 Matthias Braun- More verification checks before code emit
2006-08-17 Christian Würdigchanged optiona values for sched selector
2006-08-15 Christian Würdigadded some new backend options
2006-08-12 Michael BeckBugFix:
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- add new finish call to architecture calls. This call...
2006-08-07 Matthias Braun- Schedule memperm node
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-20 Christian Würdigadjusted BACKEND timing
2006-07-17 Christian Würdigremoved include og non-existing header
2006-07-07 Christian Würdigadded missing include
2006-07-06 Christian Würdigremoved some unused variables
2006-07-03 Christian Würdigfixed regalloc timer usage (use only when timing on)
2006-07-03 Christian Würdigadded additional timer
2006-07-01 Michael Beckused new timer push/pop
2006-06-30 Michael BeckDo NOT emit code for graphs with the supress body flag set
2006-06-23 Christian Würdigadded backend timing facility
2006-06-07 Michael Beckuse save_optimization_state() restore_optimization_state()
2006-06-02 Christian Würdigfixed indent in comment
2006-05-31 Christian Würdigfixed struct initializer
2006-05-30 Christian Würdigadded option for verifier
2006-05-29 Matthias Braun* changed verfier to handle delay_slots (theoretically...)
2006-05-29 Christian Würdigswitch off firm optimization setting for certain backen...
2006-05-29 Michael Beckadded code to compile with libcore disableadded code...
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-19 Christian Würdigadded statistic calls
2006-05-18 Michael Beckfix to compile WITHOUT libcore
2006-05-16 Sebastian HackSet dumping to none as default
2006-05-11 Michael Beckbe_init now return parameters for the frontend
next