liveness variants with ir_nodeset_t
[libfirm] / ir / ir /
2007-05-22 Matthias Braunfix
2007-05-22 Matthias Braunadd get_irn_generic_attr_const
2007-05-21 Michael Beckoptimize_graph_df() now removes superfluous keep-alive...
2007-05-21 Michael Beckget_irn_generic_attr() cannot have a const argument
2007-05-21 Michael BeckHash() should return an unsigned
2007-05-16 Matthias Braunfix
2007-05-16 Matthias Braunfix typo so that irnodeset really uses node numbers...
2007-05-15 Matthias Braunmake lots of irn functions accept const ir_node
2007-05-09 Michael Beckmade more arguments const
2007-05-08 Matthias Braunadd is_Mul
2007-05-08 Christoph MallonAdd is_Conv().
2007-05-05 Matthias Braunfix for compilation without libcore
2007-05-02 Michael BeckNormalization puts constants on teh right side of commu...
2007-05-02 Michael Beckadded is_Add(), is_Sub()
2007-05-01 Michael Beck[r13573]
2007-04-30 Christian Würdigmade param const
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckFixed includes.
2007-04-26 Michael BeckMore doxygen comments added
2007-04-23 Michael Becksimplified mode_is_data()
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-18 Michael BeckFixed misplaced assert
2007-04-16 Michael Beckremoved obsolete irphase.h
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckadded initialization of block attributes
2007-04-09 Michael Beckadd structural region attribute to block nodes
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael BeckRemoved, type now defined in firm_types.h
2007-04-04 Michael Beckindention changed
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-04-02 Matthias Brauntype fix in comment
2007-04-02 Matthias Braunin the backend we can have arbitrary nodes in the start...
2007-03-30 Andreas Schösseradded "get_VProj_proj" and "set_VProj_proj"
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-27 Christian Würdigadded some convenience function to create and delete...
2007-03-27 Christian Würdigadded missing source
2007-03-26 Matthias Braunfix warning, add a Block_block_visited function, don...
2007-03-26 Matthias Braunadded a nodeset
2007-03-25 Matthias Braundon't test flags again in place_code
2007-03-25 Matthias Braungeneralize the inside_walk flags: we have using_visited...
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-06 Christian Würdigcall hook_set_irn_n when adding new inputs
2007-03-02 Michael Beck- reformatted
2007-02-27 Matthias Braunintroduce 128bit long long modes
2007-02-26 Christian Würdigfixed CRLF
2007-02-26 Matthias Braunadd an add_irn_n for nodes with dynamic arity
2007-02-26 Matthias Braunfix some wrong oparities (Ends+Sync) are oparity_dynamic
2007-02-21 Matthias Braunfix warning
2007-02-21 Matthias Braunmake sure hooks are enabled for dce survivors
2007-02-16 Christian Würdigfixed indent
2007-02-16 Matthias Braunfix wrong edge verifier
2007-02-15 Matthias Braunfix wrong usage of notify_edge for add_End_keepalive...
2007-02-15 Matthias Braunreformat some code, fix problems in edges verifiert
2007-02-14 Christian Würdigadded edge number for debugging purpose
2007-02-14 Andreas SchösserNormalized line endings, added some comments
2007-02-14 Christian Würdigfixed wrong usage of foreach_set macro
2007-02-14 Christian Würdigadded missing function declaration
2007-02-14 Christian Würdiguse edge counter instead of recalculation for getting...
2007-02-14 Christian Würdigextended edge verifier
2007-02-14 Matthias Braun- fixed edge verifier
2007-02-13 Andreas Schösser"Edges private data" was broken. Added allocation of...
2007-02-13 Christian Würdigfixed keep-alive outedge bug (off-by-one error in edge...
2007-02-13 Christian Würdigadded edge verification routines
2007-02-13 Christian Würdigifdef'ed out-edges for keep alives with USE_KEEPALIVE_O...
2007-02-12 Christian WürdigBugFix: fixed wrong usage of edges_notify (exchanged...
2007-02-09 Matthias Braundon't test for refernece mode in copyb arguments in...
2007-02-08 Matthias Braunloose some restrictions in the ir verifier if the irg...
2007-02-08 Matthias Braunnever set the startblock to bad (even without the self...
2007-02-07 Michael Beckdump more -assert graphs
2007-02-07 Michael Beckdoxygen docu added
2007-02-07 Matthias Braunfix some oparities in firm
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-02-06 Christian Würdigassert if someone tries to exchange a node with itself
2007-02-05 Matthias Braunadd an is_Quot function
2007-02-02 Michael Beckadd signed and unsigned eq modes for reference modes
2007-01-31 Michael Beckreformated
2007-01-31 Michael Beckremoved unused data/functions, reformated
2007-01-31 Michael Beckfixed dumping of callgraph if execution frequency is...
2007-01-31 Matthias Braunadd an is_CopyB
2007-01-30 Matthias Braunenable edge calculation for all anchor nodes
2007-01-25 Michael Beckdoxygen comment updated
2007-01-25 Michael BeckFixed wrong assert
2007-01-24 Christian Würdigclear inside irgwalk flag when dumping (otherwise we...
2007-01-23 Michael Beckcg_callee_entry type holding the callee information...
2007-01-22 Matthias Braun- Create new copy_attr functions for blocks, phis and...
2007-01-22 Matthias Braunsome sanity checks
2007-01-22 Matthias Braunmake sure backedges are available before dumping them
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Michael Beckfixed doxygen docu
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Christian Würdiguse inside_block_walk and inside_irg_walk flaks to...
2007-01-16 Christian Würdigadded flags and set/get functions indicating if we...
2007-01-15 Michael Becktypo fixed
2007-01-15 Michael Beckadd option for the memory disambiguator
2007-01-12 Michael Beckdoxygen dcu enhanced
2007-01-07 Michael Beckir_address_taken_computed_state for globals added
2007-01-07 Michael Beckir_address_taken_computed_state added for a graph
next