libfirm
2005-02-14 Michael BeckDisabled debug
2005-02-14 Michael BeckCosmetic
2005-02-14 Michael BeckAdded support for libcores printing
2005-02-14 Michael BeckAdded support for libcores debug interface
2005-02-14 Michael BeckAdded support for libcores lc_printf
2005-02-14 Michael BeckAdded support for libcore
2005-02-14 Michael Beckrenamed to firm_init_reflect()
2005-02-14 Sebastian HackAdded %> for indenting
2005-02-14 Sebastian HackDisabled debugging
2005-02-14 Sebastian HackFixed several bugs
2005-02-11 Michael BeckFixed my stupid correction
2005-02-11 Florian Liekwegback to C98
2005-02-11 Michael Becktypo fixed
2005-02-11 Michael Beckfixed FIRM_EDGES_INPLACE condition
2005-02-11 Michael Beckadded empty versions of the functions ...
2005-02-11 Michael Beckfixed indentation
2005-02-11 Michael Beckadded doxygen comments
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE whrere possible, this is...
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE, now handles by preprocessor
2005-02-11 Michael Beckadded empty macros if FIRM_EDGES is not defined
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE, this is now handled by...
2005-02-11 Michael Beckadded a #if FIRM_EDGES_INPLACE
2005-02-11 Michael BeckFIRM_EDGES_INPLACE is defined only in firm_common_t.h
2005-02-11 Michael Beckget_entry now always returns a value
2005-02-11 Michael Beckbugfix: pset was freed with free
2005-02-10 Sebastian HackFixed a bug. Using the block visited flag
2005-02-10 Sebastian HackUsed visited flag to check for loops in find_conds
2005-02-10 Michael Beckallowed Minus for integer modes
2005-02-10 Michael Beckupdatted docu
2005-02-10 Michael Beckremoved ^M's
2005-02-10 Michael Beckupdated for new hooks
2005-02-10 Michael Beckremoved ^M
2005-02-10 Sebastian HackAdded pnc.h to the install headers
2005-02-10 Sebastian HackAdded iredges_t include
2005-02-10 Sebastian HackAdded switch for the out edges
2005-02-10 Sebastian HackAdded support for out edges
2005-02-10 Sebastian HackMade the tree and subtree_max pre num unsigned
2005-02-10 Sebastian HackFixed a buf in block_dominates()
2005-02-10 Sebastian HackFixed a bug.
2005-02-10 Sebastian HackFixed include ring
2005-02-10 Sebastian HackAdded default value for if conversion
2005-02-10 Sebastian HackAdded if conversion
2005-02-10 Sebastian HackAdded if conversion.
2005-02-10 Sebastian HackAdded flag functions for if conversion
2005-02-10 Sebastian HackAdded removal of senseless conds.
2005-02-10 Sebastian HackIntroduced proper Firm debugging.
2005-02-10 Sebastian HackAdapted to changes in reassociation
2005-02-10 Sebastian HackAdded classify_Const stuff
2005-02-10 Sebastian HackOutsourced the pnc_number enum, that tv.h and irnode...
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-10 Sebastian HackExchange can now exploit the always present out edges...
2005-02-10 Sebastian HackAdded the set_irn_n and node_replaced hook
2005-02-10 Sebastian Hack%n handles NULL
2005-02-10 Sebastian HackAdded self updating out edges. Aka known as ir_edges
2005-02-10 Sebastian HackAdded additional dominator information dumping
2005-02-10 Sebastian HackAdded constructors for convenient const creation
2005-02-08 FIRM Projekt... node numbers changed.
2005-02-07 Götz Lindenmaier removed old fct names
2005-02-07 Michael Beckadded Rot detection
2005-02-07 Michael Beckfixed verifyer for Free
2005-02-07 Michael Beckadded the where parameter to Free nodes
2005-02-07 Michael Beckadded the where parameter to Free nodes
2005-02-07 Michael Becknode_cmp_attr_Free() updated to use the new free attribute
2005-02-07 Michael Beckused new Free attribute struct
2005-02-07 Michael Beckadded set_Free_where() and get_Free_where()
2005-02-07 Michael Beckadded set_Free_where() and get_Free_where()
2005-02-07 Michael Beckadded a free attribute struct
2005-02-02 Michael Beckcleaned the value descriptions on allocation
2005-02-02 Michael Becktype fixed
2005-02-02 Götz Lindenmaierrelaxed checking for compound graph paht: the path
2005-01-28 Beyhanimplemented loop unrolling optimization
2005-01-28 Michael Beckadded loc_description
2005-01-27 Florian Liekwegwhitespace change
2005-01-27 Florian LiekwegDeclare heapanal functions as extern, which they are
2005-01-27 Michael Beckchanged type for uninitialized variable access, added...
2005-01-27 Michael Beckfixed docu, renamed type of uninitialized variable...
2005-01-27 Michael Beckadded get_irg_loc_description and set_irg_loc_description
2005-01-26 Michael Beckgnu_ext.h included
2005-01-26 Michael Beckrenamed __func to _func to avoid teh usage of reserved...
2005-01-26 Michael Beckrenamed __func to _func to avoid the usage of reserved...
2005-01-26 Michael Beckrenamed __func to _func to avoid to usage of reserved...
2005-01-26 Sebastian HackFixed domtree walker
2005-01-26 Sebastian HackChanged __ to _
2005-01-24 Sebastian Hackfixed a bug in bitset_next()
2005-01-24 Daniel GrundMoved phi congruence class analysis herein.
2005-01-21 Michael Beckremoved C99 features
2005-01-19 Sebastian HackRenamed copy_node to firm_copy_node
2005-01-19 Götz Lindenmaierbugfix: remove dead blocks from keepalive
2005-01-18 Götz Lindenmaieradded and fixed comments
2005-01-18 Götz Lindenmaieradded field for exec freq
2005-01-18 Götz Lindenmaieradded field for execution freqency
2005-01-18 Götz Lindenmaieradded computation of interprocedural execution frequency.
2005-01-18 Götz Lindenmaieradded trivial access function
2005-01-17 Götz Lindenmaiercomments
2005-01-15 Daniel Grundfixed comment
2005-01-14 Florian Liekweginstall gnu_ext.h too
2005-01-14 Florian LiekwegSupport GNU extensions on non-GNU platforms
2005-01-14 Florian Liekwegfix gnu extension
2005-01-14 Florian Liekwegfix gnu extension, fix fprintf's
next