beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_stat().
[libfirm] / ir / debug / debugger.c
2012-12-12 Matthias Braunremove license stuff from files
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
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-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-03-15 Matthias Braunfix various warnings reported by cparser
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-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
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-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-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-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-06-27 Michael Beckgdb_tarval_helper() added
2007-06-27 Michael Beckgdb_node_helper() added
2007-06-18 Matthias Braunfixed warnings
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-03-29 Matthias Braunmove backend into libfirm
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 :-)
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-10 Matthias Braunadded several missing #include config.h
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-07-25 Michael Beckfind_type_*() now correctly handle the global type
2006-07-10 Michael Beckshowent and showtype commands added
2006-06-14 Michael BeckDo not tell about debug mask if no changes were done
2006-06-12 Michael Beckdoxygen docu updated
2006-05-15 Michael Beck.setlvl command added
2006-02-03 Michael Beckfirm_debug_break() is now public
2006-01-25 Christian Würdigfixed hooking mechanism
2006-01-16 Michael Beckremoved useless empty function
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-12 Sebastian HackSmall changes
2006-01-09 Michael Beckused dbg_printf all over
2006-01-07 Michael Becknewent and newtype takes now either a number or a name
2005-12-14 Daniel Grund*** empty log message ***
2005-11-13 Michael Becktypos fixed
2005-10-26 Michael Beckrenamed firm_break() to firm_debug()
2005-10-25 Michael Beckdocu updated
2005-10-25 Michael Beck.setoutfile name file command added
2005-10-25 Michael Beck.setmask name lvl command added
2005-10-24 Michael Beck.newtype command added
2005-10-24 Michael Beck.newent command added
2005-10-21 Michael Beckfixed remirg
2005-10-21 Michael Beckadd replace bp
2005-10-17 Michael Beckfixed .enable/.disable, added .lower
2005-10-12 Michael Beckadded missing header
2005-10-12 Michael Becka debugger extension for Firm