bechordal_draw: Remove the write-only attribute min_step from struct block_dims.
[libfirm] / ir / debug /
2012-12-12 Matthias Braunremove license stuff from files
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-06-27 Manuel MohrAdd support for setting initial node number through...
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-14 Christoph MallonRemove the local buffer from dbg_printf().
2012-06-13 Matthias Braunremove extended basic block support
2012-06-13 Matthias Braundebugger: add randnode debug command
2012-06-13 Matthias Braunfix debugger tokenlist
2012-06-13 Matthias Braunremove unnecessary revision thing
2012-06-13 Matthias Braunincrease dbg_printf buffer in debug/debugger.c
2012-04-25 Matthias Braundebugger: cleanup, add dumpfilter, unify create
2012-04-24 Christoph MallonAdd the column to the debug information.
2011-12-19 Matthias Braunplug more leaks
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove more pointless end-brace comments
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-11-08 Andreas SeltenreichFix setoutfile/irgname debugger commands.
2011-10-20 Matthias Brauncast ctype functions input to unsigned char
2011-04-15 Matthias Braunassume we always have strings.h
2011-04-08 Andreas Zwinkaumerge kaps
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-11-04 Matthias Braunremove unused seqnumbers modules
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-23 Michael BeckBugFix: return an empty type name if retrieve_type_dbg...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-18 Matthias Braunfix bug in type debug retrieve, output debug info when...
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-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-01-07 Michael BeckGracefully handle a missing retrieve_type_dbg.
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-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-05-27 Matthias Braunremove firmnet and ycomp remote support (avoid unnecesa...
2009-01-14 Michael Beck- add support for cond_eval statistics
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-13 Sebastian BuchwaldAlways include config.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunmore firm_config includes removed
2008-09-25 Christoph MallonResolve warning.
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-08-19 Michael Beckadd first statistic support for GVN-PRE and combo
2008-08-05 Michael Beck- fixed one Win32 "deprecated posix name" warning
2008-07-29 Michael Beckfixed new type_or_ent type handling
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-06-23 Christoph MallonFix parsing of debug commands.
2008-06-07 Michael Beck- make the dot at the start of debugger commands optional
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-09-11 Matthias Braunan outedge debug helper
2007-07-20 Matthias Braunmore missing includes
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-06-30 Matthias Braunmakefile updates
2007-06-27 Michael Beckgdb_tarval_helper() added
2007-06-27 Michael Beckgdb_node_helper() added
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Michael Becktypo fixed
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-23 Michael Beckmissing include added
2007-04-27 Matthias Braunnormalized doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-20 Matthias Braundisabled show after showgraph, as it is (or was?) buggy
2007-03-06 Christian Würdigadapted debugger to new ycomp syntax and to set_irn_n...
2007-02-21 Matthias Braunremove unused code
2007-02-06 Christian Würdigsupport negative number, so we can set all bits of...
2007-01-27 Christian WürdigChange: lexer accepts now identifiers composed of any...
2007-01-25 Michael Beckfixed decimal number parsing
2007-01-24 Michael Beckoverkill: add parser, allowing ; to separate commands :-)
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-12 Michael Beckdefault_dbg_info_merge_sets() implemented
2006-12-13 Michael Beckremoved depency of firmnet.h (which is OS dependant...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael BeckFixed hash function calculation
2006-12-10 Matthias Braunadded several missing #include config.h
2006-11-22 Christian Würdigadded support for turn into id
2006-11-19 Christian Würdigfixed CRLF
2006-11-17 Christian Würdigremoved debug output
2006-11-17 Christian Würdigfixed set_irn_n hook
2006-11-17 Christian Würdigadded firm_ycomp
2006-11-17 Christian Würdiginitial checkin of firm ycomp debugger
2006-09-12 Michael Beckdefault_dbg_info_merge_pair() now leaves debug info...
2006-09-08 Matthias Braunwarning fixes
2006-09-07 Michael Beckadded help and improved new irgname and irgldname functions
2006-09-07 Matthias Braun.irgname debugger command
2006-08-01 Christoph MallonConstify
2006-07-25 Michael Beckfind_type_*() now correctly handle the global type
next