valueset: Remove the unused link field.
[libfirm] / ir / ir / irdump.c
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Christoph Mallonirdump: Remove the parameter bad from get_mode_name_ex().
2012-12-03 Christoph Mallonir: Remove unnecessary mode_b checks of Cond selectors.
2012-11-26 Matthias Braunmove internal defines/datatypes from .h in .c file
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-09-11 Christoph MallonDump immature blocks in ird_color_error (red) again.
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-08 Christoph Mallons/get_irn_n(irn, -1)/get_nodes_block(irn)/.
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonDirectly use pmap_get() instead of pmap_contains()...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2012-06-13 Matthias Braunremove extended basic block support
2012-06-13 Matthias Braundo not use current_ir_graph in irdump.c
2012-02-27 Christoph MallonCorrect comment: xvcg wants LF, not CR.
2011-12-20 Sebastian BuchwaldDo not generate trailing whitespaces.
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunremove deprecated eset
2011-12-07 Matthias Braunavoid macros in irdump interface
2011-12-05 Matthias Braundon't use get_irg_dump_name outside dumpers
2011-12-05 Matthias Braunintroduce bedump
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-09 Matthias Braunirloop: remove get_loop_son, get_loop_node
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-10-20 Matthias Braunuse a hook to dump vrp info instead of polluting irdump.c
2011-10-20 Matthias Braunassert that no hook_entry is registered twice
2011-09-22 Matthias Braunremove old+unused execution_frequency/field_temperature
2011-09-21 Matthias Braunrespect ir_dump_flag_loop
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braundump graph 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-14 Andreas ZwinkauRemove outs_state attribute
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 Matthias Braunfix cfg_dumper omitting bads
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-25 Michael BeckSlightly improved type dumper.
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Christoph MallonSimplify: if (!irn_visited(x)) { mark_irn_visited(x...
2011-04-15 Matthias Braunfix cparser warnings
2011-04-12 Sebastian BuchwaldAdded missing proj nr.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-02 Michael BeckFixed size_t related warnings in dumping code.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-08 Matthias Braunfurther spread size_t
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-09-22 Matthias Braunremove MacroBlock concept
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-02 Matthias Braundump node labels by default
2010-06-29 Michael BeckC99 feature removed.
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-18 Matthias Braunfix bug in type debug retrieve, output debug info when...
2010-04-06 Matthias Braunrevert accidental commit which disable node number...
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunlabel start and end block in dumps
2010-02-27 Jonas FietzRemove code for range_node and bits_node
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-14 Christoph MallonSome more cleanup: Put the return type and other specif...
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-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2009-09-21 Sebastian BuchwaldConnect Projs and their predecessors by nearedges inste...
next