bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / be / bestat.c
2012-12-12 Matthias Braunremove license stuff from files
2012-10-24 Matthias Braunmake statev API public
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-11-10 Matthias Braunbe: get rid of arch_irn_classify callback
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-15 Matthias Braunminimize number of build variants: always enable statistics
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
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-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-09 Matthias Braundon't classify Proj nodes
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-11-22 Christoph MallonMake it work, when FIRM_STATISTICS is disabled.
2008-10-13 Christoph MallonRemove an unnecessary global variable, use the walker...
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 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
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-09-30 Matthias Brauncleanup statistics stuff
2008-09-28 Matthias Braunoutput register pressure in register class context
2008-09-28 Matthias Braunimprove fix some statistics in bechordal
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-01-02 Michael Beckupdate copyright message
2007-08-31 Matthias Braunimprove register pressure statistics
2007-08-17 Sebastian HackChanged API of liveness
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Sebastian HackAdapted to stat events
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-05-05 Matthias Braunfix error when compiling without FIRM_STATISTICS
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-13 Christian Würdigadded comments
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-11 Matthias Braun- Several warning fixes
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 Braunmake statfile available to the whole backend, output...
2006-08-11 Christian Würdigirn classify is now a mask
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-19 Christian Würdigfixed regpressure statistic
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-19 Christian Würdigadded new node statistics
2006-04-27 Christian Würdigperform statitics only if firmstats are active
2006-04-27 Christian Würdigrecaluclate liveness just to be on the save side
2006-04-19 Christian Würdigmoved statitics to bestat
2006-04-18 Christian Würdigremoved MIN/MAX macros (in irtools.h now)
2006-04-11 Christian Würdigremoved ident stuff
2006-04-11 Michael Beckdirectly call stat_be_block_regpressure() and stat_be_b...
2006-04-10 Michael Beckbestat is only compiled if FIRMSTAT is defined
2006-04-10 Christian Würdigfixed be_sched_ready statistics
2006-04-08 Christian Würdigadded scheduling statistics for number of ready nodes
2006-04-08 Michael BeckFixed a nasty bug: wrong compare function was used
2006-04-07 Christian Würdigremoved printf
2006-04-07 Christian Würdigadded reg pressure statitics