removed c99 style
[libfirm] / ir /
2006-09-06 Christian Würdigremoved c99 style
2006-09-06 Christian Würdigadded plist constructor with foreign obstack
2006-09-06 Adam Szalkowskiplease fix this to DBG(())
2006-09-05 Adam Szalkowskisomeone forgot to insert extbb2 into makefile
2006-09-05 Matthias Braunalternative algo for computing extbbs
2006-09-04 Christian Würdigundefed GSL
2006-09-03 Matthias Braun- Added an is_Jmp function
2006-09-03 Sebastian HackNormalizing for integer frequencies improved
2006-09-03 Adam Szalkowski*** empty log message ***
2006-09-01 Michael Beckget_fragile_mem() can now handle Bound nodes
2006-08-31 Sebastian HackRemoved arning
2006-08-31 Sebastian HackCosmetic changes
2006-08-31 Sebastian HackAdded Firm object pset dumper for debugging
2006-08-31 Sebastian HackHeights respect dependency egdes now
2006-08-30 Christian Würdigmade code more firm style
2006-08-30 Michael BeckUse get_irn_n() instead of get_nodes_block() to allow...
2006-08-30 Michael Beckcosmetic change
2006-08-30 Michael Beckfixed debug output string
2006-08-29 Matthias Braunfix uf_union if merging a set with itself
2006-08-29 Sebastian HackRe-checked it in.
2006-08-29 Sebastian HackThis was badly checked in
2006-08-28 Sebastian Hack*** empty log message ***
2006-08-28 Sebastian HackAdded dependency edges
2006-08-28 Christian Würdigadded memset and NULL initializers to keep valgrind...
2006-08-21 Michael BeckSome minor speed up by rearanging if's
2006-08-21 Michael BeckBugFix:
2006-08-16 Michael BeckAdded osr_flag_ignore_x86_shift flag that ignores multi...
2006-08-15 Michael BeckMinor BugFix:
2006-08-14 Michael Beckprotect against cycles in dead code
2006-08-14 Michael BeckBugFix:
2006-08-13 Michael BeckBugFix:
2006-08-11 Michael Beckcache current_ir_graph for better code
2006-08-11 Michael BeckBugFix:
2006-08-10 Michael Beckfixed is_Cmp()
2006-08-10 Michael BeckFixed memory leak
2006-08-09 Michael Beckadd some is_*() functions
2006-08-04 Christoph MallonFix warnings
2006-08-04 Sebastian HackAdded unionfind by Matthias
2006-08-01 Christoph MallonMake parameter list void
2006-08-01 Christoph MallonConstify
2006-08-01 Sebastian HackAdapted to changes in libcore
2006-07-31 Michael Beckget_Pin_op() and set_Pin_op() added
2006-07-31 Michael Beckmoved reading of ini file to libcore
2006-07-31 Michael Beckchanged enum type again: dynamic addition of constants...
2006-07-31 Michael Beckremoved useless includes
2006-07-31 Michael Beckuse assure_irg_outs()
2006-07-31 Michael Becktemporary switched off the detection of more than one...
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Michael Beckir_enum_const added
2006-07-31 Michael Beckdoxygen comment added
2006-07-31 Michael Beckadded more assertions
2006-07-31 Michael Beckchanged implementation of enum types
2006-07-31 Sebastian HackAdded irn data setting ability
2006-07-31 Sebastian HackRemoved exec freqs
2006-07-31 Sebastian HackFixed a typo
2006-07-31 Sebastian HackAdded ini file support
2006-07-31 Sebastian HackAdded long version of get_exec_freq()
2006-07-26 Sebastian HackActivated ini file parsing for libcore.
2006-07-25 Michael Beckfind_type_*() now correctly handle the global type
2006-07-24 Michael Beckfix format string parser
2006-07-24 Michael Beckmissing new_SymConst_type() constructor added
2006-07-17 Christian Würdigget_irn_n_edges: out_count still broken, switched back...
2006-07-14 Christian Würdigadded asserting to check the number of user blocks
2006-07-13 Michael BeckImproved marking of dead blocks
2006-07-13 Michael Beckimprove error report
2006-07-11 Sebastian HackAdded exec_freq_t type
2006-07-10 Michael Beckcosmetic changes
2006-07-10 Michael BeckBugFix: wrong nodes was followed in exception case
2006-07-10 Michael Becktypos fixed, comment added
2006-07-10 Michael Beckshowent and showtype commands added
2006-07-10 Michael Beckimissing case added: computed_value_Proj() now handle...
2006-07-07 Michael BeckBugFix: we have two list now, so checking the links...
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-07-07 Michael Beck_phase_get_irn_data() can handle constant phases (remov...
2006-07-07 Michael BeckRollback changes of pinned attribute. This does not...
2006-07-07 Michael BeckDo not use get_nodes_block(). It is now available when...
2006-07-06 Michael Beckfloating point operation nodes are created automaticall...
2006-07-06 Michael BeckEvery node has now a pinned attribute that is inherited...
2006-07-06 Michael Beck*** empty log message ***
2006-07-06 Michael Beckadd code to detect pure function
2006-07-06 Michael Beckrenamed real_function_call unto function_call
2006-07-05 Michael BeckChanged the interface of value_not_zero() and value_not...
2006-07-05 Michael BeckFixed optimization of Div/Mod nodes yb using new Pin...
2006-07-05 Michael Beckdisable the floating of pure functions for now until
2006-07-05 Michael Beckget_irn_n_edges() enabled the use of the edge counter...
2006-07-05 Michael Beckis_irn_always_opt() added
2006-07-05 Michael BeckColor Pin nodes orchid
2006-07-05 Michael Beckonly "firm_types.h" needed
2006-07-05 Michael BeckConfirm nodes must be pinned because their blocks must...
2006-07-05 Michael Beckcorrectly handle Phi nodes (and there effective use)
2006-07-05 Michael BeckBugFix: current_ir_graph was not set rigtht while lowering
2006-07-04 Michael BeckAdd Pin Operation.
2006-07-03 Adam Szalkowskiexecfreq stroes set internally now
2006-07-03 Michael Beckfixed equivalent_node_Quot()
2006-07-03 Michael BeckBugFix: Memory Proj from pure function calls was not...
2006-07-02 Michael BeckFixed warnings on newer VC
2006-07-02 Michael BeckFix attribute access
2006-07-02 Michael BeckMake fp optimization dependent on the fp model.
2006-07-02 Michael BeckRenamed attribute names to more understandable names.
next