bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / stat / dags.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-07 Christoph Mallondump: Remove extra leading dashes from dump suffixes.
2012-12-04 Matthias Braunremove #if 1
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-17 Matthias Braunfix warnings reported by cparser
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
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...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-01-02 Michael Beckupdate copyright message
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-29 Michael Becknewer version (still seems to be buggy)
2006-12-06 Michael Beckformat the code
2006-11-22 Michael Beckupdated doxygen docu
2005-07-22 Michael Beckused irtools
2005-06-15 Götz Lindenmaiercast to avoid warning
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-09-30 Michael Beck*_nodes_Block -> *_nodes_block
2004-09-06 Michael BeckAdded support for DAG's and distribution tables