fpaStf is now Proj less
[libfirm] / ir / ir /
2007-06-15 Matthias Braunverfy that nodes have a sensible pin state
2007-06-15 Matthias Braunadded is_And and is_Or
2007-06-13 Michael BeckMoved the Sub Optimization into transform (changes...
2007-06-13 Michael BeckOptimize SubInt(ConvInt(aP), ConvInt(bP)) into SubInt...
2007-06-13 Michael BeckAdded a kill_node() function to support the out edges
2007-06-12 Matthias Braunstart with smaller nodesets by default
2007-06-11 Michael Beckremoved dangerous get_nodes_block()
2007-06-11 Andreas SchösserRemoved functions for accessing VProj nodes
2007-06-08 Christoph MallonSet correct block on Projs in place_late().
2007-06-07 Matthias Braunfixed mode_T nodes not moved by code placement
2007-06-06 Michael Beckremoved the exc_region again,
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckhonor new Confirm exception region attributes
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckadded constructors for bounded Confirms
2007-06-03 Michael BeckAdded next_region_nr attribute to the ir_prog.
2007-06-03 Michael BeckAdded exception region attribute to blocks and confirm...
2007-06-02 Matthias Braunadd is_Minus
2007-06-02 Matthias Braunassert pnc
2007-06-02 Matthias Braunreturn ident in get_ASM_text
2007-06-02 Christoph MallonConstify.
2007-06-01 Matthias Braunmove pseudo irg
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Christoph MallonConstify.
2007-05-31 Michael BeckAdd constraints to the ASM node
2007-05-31 Michael Beckadded constraints to ASM nodes
2007-05-31 Matthias Braunfix assembler nodes
2007-05-31 Michael Beckfixed partBlock construction
2007-05-30 Michael Beckis_ASM() added
2007-05-30 Michael Beckplaced the call the _get_irn_intra_arity() again into...
2007-05-30 Michael BeckIA32-Backend expects that the irg has a iro_* to opcode...
2007-05-30 Michael Beckreorder opcode registration to match iro_* order
2007-05-30 Christian Würdigchanged attribute name from asm to assem as asm is...
2007-05-30 Andreas Schösservproj nodes
2007-05-30 Michael Beckrenamed reserved word asm :-)
2007-05-30 Michael BeckAdded preliminary ASM node.
2007-05-30 Michael BeckAdd constructors for PartBlock
2007-05-30 Michael Beckget_divop_resmod() added
2007-05-28 Christoph MallonConstify.
2007-05-24 Michael Beckturn_into_tuple() should use get_irn_n(..., -1) instead...
2007-05-24 Michael BeckDo not add Bad nodes to the keep-alive
2007-05-24 Michael Beckfixed verify for new X_regular Proj's
2007-05-23 Michael BeckFixed the (meanwhile wrong) turn_into_tuple(...,4)...
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael Beckadd_irn_keepalive()
2007-05-23 Michael Beck- changed Phi0 attribute to be a struct
2007-05-23 Michael BeckVerify new result mode
2007-05-23 Michael BeckAdd result mode to Division operations.
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
next