make libfirm work with strings being const char*
[libfirm] / ir / ir / irdumptxt.c
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
2007-07-24 Michael Beckdump the block label
2007-07-24 Michael Beckadd symconst_label
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-06-02 Matthias Braunreturn ident in get_ASM_text
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckAdd constraints to the ASM node
2007-05-30 Michael BeckAdded preliminary ASM node.
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-14 Matthias Braunfix warnings
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beckused new get_entity_offset(), get_entity_offset_bits_re...
2006-12-10 Matthias Brauncleanup/fix some compound entity stuff
2006-09-29 Michael Beckadded numbers for the base/upper types
2006-09-17 Michael BeckSymConst(ofs_ent) added to represent the offset of...
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-10 Michael Becktypos fixed, comment added
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-05-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-04-07 Michael Beckdump the node index and estimated node count
2006-03-03 Michael Beckused new is_call()
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-08 Michael Beckcalling convention is now store at the type
2005-10-18 Michael Beckused the new IS_CDECL() and IS_STDCALL() macros
2005-10-18 Michael BeckDump calling conventions for entities
2005-09-15 Michael Beckdump now jump prediction, Free place (stack/heap)
2005-09-08 Michael Beckdump additional graph properties for method entities
2005-07-11 Michael Beckremoved useless debug info
2005-07-11 Götz Lindenmaierimproved output formating
2005-07-06 Michael BeckPrivate attributes now include the Proj number
2005-06-30 Michael Beckused get_irn_n(*, -1) instead of get_nodes_block()...
2005-06-15 Götz Lindenmaierchecks for valid analysis information,
2005-06-08 Michael Beckuse tv_t.h instead of tv.h
2005-05-22 Götz Lindenmaierbugfix and output in transitive inheritance closure
2005-04-15 Götz Lindenmaiermore verbose output
2005-04-15 Götz Lindenmaiermore verbose dumper,
2005-04-13 Michael BeckAdded code for method type dumping
2005-03-10 Götz Lindenmaiermore
2005-03-10 Götz Lindenmaiermore verbose
2005-03-10 Michael Beckadded dumping of array type
next