beloopana: Do not pass around the irg, simply fetch it locally.
[libfirm] / ir / be / beloopana.c
2012-12-21 Christoph Mallonbeloopana: Do not pass around the irg, simply fetch...
2012-12-21 Christoph Mallonbeloopana: Remove duplicate comments.
2012-12-21 Christoph Mallonbeloopana: Replace be_new_loop_pressure() by be_new_loo...
2012-12-12 Matthias Braunremove license stuff from files
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-06 Michael BeckFixed size_t related warnings.
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-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
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-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-12 Michael Beck- cleaned up
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-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-01 Matthias Braunsimplify and speedup belady/loopana a bit
2008-09-04 Christoph MallonIndentation.
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-01-02 Michael Beckupdate copyright message
2007-09-08 Matthias Braunmake sure loops are analysid in loopana, reformatted...
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-18 Matthias Braunfixed warnings
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-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-19 Matthias BraunThe big committ:
2007-02-22 Michael BeckBugFix: allocate size for the structure, not for the...
2007-02-21 Christian WürdigBugFix: set insert and find was broken
2007-02-21 Christian Würdigfixed typos
2007-02-21 Christian Würdigadded register pressure analysis in loops