Add ALLOCAN() and ALLOCANZ().
[libfirm] / ir / be / bechordal_main.c
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Matthias Braunonly check register_allocation when verify is enabled
2008-10-14 Matthias Braunname the option 'verify' because I can never remember...
2008-10-11 Christoph MallonRemove the unused global variable be_options_t *main_opts.
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunno need for firm_config.h includes anymore
2008-10-11 Matthias Braunremoved pointless bespillremat.h includes
2008-10-11 Matthias Braunremove support for java stuff (was broken and nobody...
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-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-30 Matthias Brauncleanup statistics stuff
2008-09-30 Matthias Braunput memory operand folding to spill_apply time
2008-09-28 Matthias Braunoutput register pressure in register class context
2008-09-28 Matthias Braunalso count remats
2008-09-28 Matthias Braunimprove fix some statistics in bechordal
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-25 Christoph MallonRemove unnecessary assure_dom_front().
2008-09-09 Christoph MallonTypo in comment.
2008-09-01 Matthias Braunimproved belady3
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
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-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-01-14 Matthias Braunimprove efficiency of stats code
2008-01-11 Matthias Braunrefactor time measurement
2008-01-10 Matthias Braunfix last commit
2008-01-10 Matthias Braunfix time measureing in chordal_regalloc
2008-01-07 Matthias Braunonly timing results to console if statevs are not enabl...
2008-01-02 Michael Beckupdate copyright message
2007-11-16 Sebastian HackSmaller changes in statistic output bechordal_main.c
2007-11-05 Matthias Braunmore people were including bespillbelady.h
2007-10-15 Sebastian HackSmall changes in stat_ev names
2007-10-14 Matthias Braunmorgan isn't there anymore
2007-09-18 Matthias Braunuse register class flags to determine which classes...
2007-09-10 Sebastian HackSorry, forgot one... comme toujours
2007-08-31 Michael Beckfixed uninitialised variable used
2007-08-31 Matthias Braunfix spillcosts calculation
2007-08-17 Sebastian HackChanged API of liveness
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
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...
next