Make the pointer in the dump_*_FUNC typedefs explicit.
[libfirm] / ir / stat / firmstat.c
2012-07-13 Christoph MallonMake the pointer in the dump_*_FUNC typedefs explicit.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonDo not access memory after the end of an object.
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-13 Matthias Braunremove extended basic block support
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-04-15 Matthias Braunfix mismatched decl/implementation
2011-04-15 Matthias Braunminimize number of build variants: always enable statistics
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
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-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-23 Michael Beck- fixed pass manager
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-12 Michael Beck- improve doxygen docu
2008-10-24 Michael Beck- add a hook for normalizing a node
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-10 Michael Beck- detect non-strict functions
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-26 Michael Beckdo NOT allocate an entry for Constants if they are...
2008-08-24 Michael Beckbetter count constants as operands of instructions
2008-08-24 Michael Beck- add QuotC
2008-05-07 Michael Beckdo not count Const/SymConst CSE
2008-05-07 Michael Beck- add dumping of indirect/external calls
2008-05-06 Michael Beckmark start end end blocks
2008-01-02 Michael Beckupdate copyright message
2007-10-10 Michael Beckcount executed optimization
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-18 Matthias Braunfixed warnings
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Michael Beckanalyse kind of Call parameters
2007-01-17 Michael Beckadded Load/Store addres counter
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-09 Michael BeckFixed a bad bug in stat_merge_nodes: was NOT counting...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-06 Michael Beckformat the code
2006-11-27 Michael BeckFixed a really nasty bug when computing the hash value...
2006-11-22 Michael Beckupdated doxygen docu
2006-09-13 Matthias Braunwarning fixes
2006-08-01 Christoph MallonMake parameter list void
2006-05-19 Christian Würdigadded ability to register additional dumper functions...
2006-05-18 Michael Beckstat_strength_red() updated
2006-05-18 Michael Beckused assure_*() functions
2006-04-28 Michael Beckdon't create extended block info for const code irg
2006-04-27 Christian Würdigadded function to determine if statistics are active
2006-04-19 Christian Würdigremoved backend statistics hooks, functions are called...
2006-04-18 Christian Würdigadded comment
2006-04-11 Michael Beckstat_be_block_regpressure() and stat_be_block_ready...
2006-04-11 Christian Würdigadded inc and insert functions for distribution tables
2006-04-11 Christian Würdigchanged class name type from ident to const char*
2006-04-10 Christian Würdigadded permutations statistics
2006-04-08 Christian Würdigadded statistics for scheduling
2006-04-07 Christian Würdigmoved reg pressure statistics into sepearete be_block_hash
2006-04-07 Christian Würdigadded register pressure statistics
2006-04-03 Michael Beckopt reasons updated
2005-10-21 Michael Beckremoved deleted hooks
2005-10-06 Michael BeckBugFix: the recalc_cnts obstack must reside in a graph...
2005-09-12 Michael BeckAdded extended block statistic
2005-08-31 Michael Beckfixes for gcc 4.0: void * and pointer to function are...
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-06-30 Michael Beckstat_dump_snapshot() now takes phase parameter
2005-06-21 Michael BeckConfirm: detect a replacement by a Const
2005-06-06 Michael Beckrenamed some functions to more canonical names
2005-03-23 Michael Beckadded Florians Sel(Sel(..)) counter
2005-03-22 Michael Beckchanged interface for tail recursion
2005-03-14 Michael Beckadded data Phi in block counter
2005-03-14 Michael Beckadded hook for real function call optimization
2005-02-24 Michael Beckadded code for if-conversion
2005-02-10 Michael Beckupdated for new hooks
2005-01-11 Michael Beckstat_finish must always exist
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-28 Michael Beckfixed typos
2004-12-21 Michael Beckdags implemented, ProjM, COUNT_DELETED
2004-12-07 Michael BeckAdded DAG statistic calculation
2004-12-02 Michael Beckfixed config.h include
2004-12-01 Michael BeckFixed coloring of address expressions
2004-11-29 Michael Beckimplemented address calculation identification
2004-11-17 Michael Beckmoved the status dumper to stat_dmp
2004-11-10 Michael BeckAdded counter for calls
next