Replaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by new get_nodes_block()/set_nodes_...
[libfirm] / ir / be / bemain.c
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-04 Matthias Braunmaybe fix phi handler problems
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-28 Michael Becknoomitfp gone, omitfp rulez
2007-06-22 Michael Beckused Posix strrchr() instead of BSD rindex()
2007-06-21 Sebastian HackAdapted to stat events
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-18 Michael Beckremoved prefer_fastcall: backends can now decide how...
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-08 Matthias Braunoptimize next_use calculation (quadratic in number...
2007-06-06 Michael Beckbe_params initialization updated
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-29 Matthias Braunadded the daemel spiller(tm) :-), it should be similar...
2007-05-16 Matthias Braunwe should normalize to multiple returns (it's not worki...
2007-05-15 Christian Würdigbe_abi_put_ignore_regs returns now number of ignore...
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-04-30 Christian Würdigremoved unused header
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
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...
next