iropt: Remove repeated get_irn_irg().
[libfirm] / ir / ir / irdumptxt.c
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Christoph Mallonirdump: Remove the parameter bad from get_mode_name_ex().
2012-11-26 Matthias Braunget rid of get_irg_estimated_node_count
2012-10-24 Matthias Braunalways dump additional method props
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-08-08 Christoph Mallons/get_irn_n(irn, -1)/get_nodes_block(irn)/.
2012-07-23 Matthias Braunrework ASM node, it always has a memory input now
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-03-13 Christoph MallonReduce code duplication.
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-18 Matthias Braunfix is_init_string
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-14 Matthias Braunremove unused tail_call attribute from Call
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Christoph MallonDump alert, backspace and vertical tab in string initia...
2011-10-27 Christoph MallonDump special characters in string intializers properly...
2011-10-25 Christoph MallonDump array initialisers, which contain only bytes in...
2011-10-20 Matthias Braunuse a hook to dump vrp info instead of polluting irdump.c
2011-09-22 Matthias Braunremove old+unused execution_frequency/field_temperature
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-13 Matthias Braundump calling convention and additional properties for...
2011-09-03 Christoph MallonPrint the linkage of entities only once, not twice.
2011-09-03 Christoph MallonPrint the value of const initializers instead of just...
2011-09-03 Christoph MallonAdd missing newlines when dumping entities.
2011-09-03 Christoph MallonPrint "default" instead of nothing if an entity has...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-06 Matthias Braunoptimize_graph_df: iterate marking of unreachable block...
2011-04-28 Matthias Braundump postdom info in vcg graphs
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-11 Michael Beckfixed size_t printing
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-02 Michael BeckFurther pushed size_t: trouts functions uses size_t...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-08 Matthias Braunfurther spread size_t
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-09-22 Matthias Braunremove MacroBlock concept
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunremove commented out references to the nonexistant...
2010-05-19 Matthias Braungit rid of old commented-out code
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-27 Michael Beck- add missing include
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-19 Christoph MallonRemove address name SymConsts.
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...
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-14 Michael Beck- cleaned up irp functions a bit
2009-03-02 Matthias Braunadd alignment to entities
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-01-16 Michael Beck- BugFix: do NOT dump loop info IF it is not valid
2008-12-10 Michael Beck- add a currently non-functioning mtp_property_returns_...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-05-28 Michael Beck- dump the block mark
2008-05-21 Michael Beckfixed warnings
2008-05-15 Michael Beckdumps now new style initializers
2008-02-20 Michael BeckAdd cc_frame_on_caller_stk calling convention for alloc...
2008-01-14 Matthias Braunavoid warnings in release mode
2008-01-04 Matthias Braunfix warnings
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckadd missing include
2007-12-28 Michael Beck- allow the macroblock edge to be dumped
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-01 Michael Beckdump the new base type attribute
next