refactoring: split stackframe handling completely from beabi struct
[libfirm] / ir / be / bechordal_main.c
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-06 Matthias Braunremove unnecessary members from be_abi_irg_t structure...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-04-30 Matthias Braunminir_dumping should do something usefull now
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-01 Michael Beck- removed C99 features
2009-11-27 Thomas BerschOption for coloring algorithm added.
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-08-03 Matthias Brauninitial work for phi-nodes (ifs should work, loops...
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-03-09 Matthias Braunnew register allocator
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...
next