Removed USE_FAST_PHI_CONSTRUCTION and USE_EXPLICIT_PHI_IN_STACK
[libfirm] / ir / ir / ircons.c
2007-09-27 Michael BeckRemoved USE_FAST_PHI_CONSTRUCTION and USE_EXPLICIT_PHI_...
2007-09-12 Michael Beckadded all constructors for Mulh
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-07-24 Michael Beckdon't keep IJmps, not needed anymore
2007-07-24 Michael Beck add symconst_label, node constructors have pin state
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-20 Michael Beckreplaced malloc by xmalloc
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-03 Michael Beckadded constructors for bounded Confirms
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 Christian Würdigchanged attribute name from asm to assem as asm is...
2007-05-30 Michael BeckAdded preliminary ASM node.
2007-05-30 Michael BeckAdd constructors for PartBlock
2007-05-23 Michael Beck- changed Phi0 attribute to be a struct
2007-05-23 Michael BeckAdd result mode to Division operations.
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-04-09 Michael Beckadded initialization of block attributes
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-06 Christian Würdigcall hook_set_irn_n when adding new inputs
2006-12-13 Michael Beckrenamed entity -> ir_entity
2006-11-21 Michael BeckAllow the Bad node to be set in set_store(). This is...
2006-09-17 Michael BeckSymConst(ofs_ent) added to represent the offset of...
2006-09-15 Michael Beckadd docu and prototype for find_value()
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-24 Michael Beckmissing new_SymConst_type() constructor added
2006-07-07 Michael BeckRollback changes of pinned attribute. This does not...
2006-07-06 Michael Beckfloating point operation nodes are created automaticall...
2006-07-04 Michael BeckAdd Pin Operation.
2006-07-02 Michael BeckAdd strict flag to Conv attributes alloweing to mark...
2006-06-02 Michael Beckadded the auto_create_sync flag to disable/enable the...
2006-05-31 Michael Beckremoved pn_Bound_M_except, Bound now have only one...
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-25 Michael BeckSync() constructors updated
2006-04-06 Michael Beckdon't access irg anchor nodes directly
2006-03-31 Michael BeckBugFix: NEW_D_UNOP() macro always craeted Minus nodes :-(
2006-03-23 Michael BeckAdded constructors for Psi nodes
2006-03-18 Michael Beckadded constructors for Carry and Borrow nodes, use...
2006-02-09 Michael Beckfind_value() added
2006-02-06 Michael Beckmissing new_r_simpleSel() added
2006-01-31 Michael Beckgroup High-Level exception nodes together
2006-01-18 Sebastian HackRemoved Keep
2006-01-16 Sebastian HackAdded the Keep node
2006-01-14 Michael BeckInstOf Node (high-level instanceof test with exception...
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-12 Michael BeckBound operation added:
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-04 Michael Becknew_rd_simpleSel() constructor added
2005-10-12 Michael BeckCopyB node constructors added
2005-10-11 Michael Beckbefore called default_initialize_local_variable() set...
2005-09-15 Michael Beckcond_jmp_predicate to Cond nodes added
2005-08-26 Michael BeckBugFix:
2005-08-12 FIRM Projekt Accountnew_rd_Unknown sets the current_ir_graph right.
2005-08-12 Michael BeckUnknown nodes are optimized (CSE) now.
2005-08-11 Michael Beckfixed typos
2005-08-03 Michael Beckchanged mode_P_mach into new mode_P_data
2005-06-30 Michael Beckadd constructors for IJmp
2005-06-15 Michael Becknew_r_Const_type() added
2005-05-31 Michael Beckinitializes new extbb field for block attributes
2005-03-09 Götz Lindenmaiermore phase handling: irp_state
2005-02-25 Florian LiekwegWS changes
2005-02-11 Michael BeckFixed my stupid correction
2005-02-11 Michael Beckfixed indentation
2005-02-10 Sebastian HackAdded constructors for convenient const creation
2005-02-07 Michael Beckadded the where parameter to Free nodes
2005-01-27 Michael Beckchanged type for uninitialized variable access, added...
2005-01-05 Götz Lindenmaierspell atomit small
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2005-01-04 Michael Beckrenamed none_type and unknown_type
2004-12-13 Michael BeckAdded new Mux(b, numP, numP) -> numP node
2004-12-02 Michael Beckfixed config.h include
2004-12-01 Michael BeckAdded a new attribute to block nodes: dead
2004-11-10 Michael BeckAdded NoMem node that represents a Memory that is Not...
2004-10-29 Götz Lindenmaiernew Const constructor
2004-10-25 Boris Boeslerhandling some "unknown_type"-stuff
2004-10-18 Michael Beckadded new pinned flag for fragile ops
2004-09-25 Götz Lindenmaierwrong spelling of get_nodes_block
2004-09-24 Michael BeckSet volatility explicitely to non_volatile for newly...
2004-09-17 Michael BeckLoad and Store now have an volatility attribute
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-13 Beyhanremoved empty entries from arrays
2004-07-12 Götz Lindenmaierfix for firmjni
2004-07-08 Michael Beckverify is NOT done in RELEASE mode, add inline header
2004-07-07 Michael Beckfixed position parameters for the default_initialize_lo...
2004-07-06 Beyhanadded type field to symconst
2004-07-06 Beyhannew SymConst semantics
2004-07-05 Götz Lindenmaieroptimized construction of const nodes: time critical...
2004-06-18 Götz Lindenmaierphi construction for fragile ops repaired
2004-06-17 Götz Lindenmaier*** empty log message ***
2004-06-16 Michael BeckAdded option to switch of precise exception context
2004-06-15 Götz Lindenmaierremoved comments
2004-06-15 Götz Lindenmaiereven less Phis
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-15 Götz Lindenmaierremoved debug output
next