cosmetic change
[libfirm] / ir / ir / irop.c
2006-08-30 Michael Beckcosmetic change
2006-07-05 Michael BeckConfirm nodes must be pinned because their blocks must...
2006-07-04 Michael BeckAdd Pin Operation.
2006-07-02 Michael BeckAdd strict flag to Conv attributes alloweing to mark...
2006-03-23 Michael BeckPsi op added
2006-03-18 Michael Beckadded Carry and Borrow opcodes
2006-03-07 Michael Beckall available opcodes are now stored in an irp list
2006-01-31 Michael Beckgroup High-Level exception support ops together
2006-01-27 Michael Beckadded get_next_ir_opcodes() to allow allocation of...
2006-01-27 Michael BeckRemoved Keep op, added Keep flag
2006-01-18 Sebastian HackAdded tags for ops
2006-01-16 Sebastian HackAdded the Keep node
2006-01-14 Michael BeckInstOf Node (high-level instanceof test with exception...
2006-01-12 Michael BeckBound operation added:
2005-10-27 Michael Beckdump_node operatiomn added
2005-10-19 Michael Beckadded default reassociation ops
2005-10-19 Michael Beckrefactored ir_op_ops
2005-10-12 Michael Beckop_CopyB added, op_Sub flags fixed
2005-09-15 Michael Beckadded a generic function pointer to an opcode
2005-09-14 Michael Beckirop_flag_constlike flag and is_op_constlike() function...
2005-06-30 Michael Beckadded IJmp opcode allowing an indirect jump to an arbit...
2005-06-24 Sebastian HackAdded block successor edges to the iredges module.
2005-06-01 Michael Beckrenamed __func to _func for more conformance
2005-05-24 Michael Beckirop_flag_highlevel flag added to Confirm and Cast
2005-04-06 Michael BeckAdded verify_node() operation
2005-03-30 Michael Beckadded irop_flag_none flag to prevent the usage of 0
2005-02-07 Michael Beckused new Free attribute struct
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-28 Michael Beckget_op_ident() takes now a const parameter
2004-12-13 Michael BeckAdded new Mux(b, numP, numP) -> numP node
2004-12-10 Michael Beckmade copy_attrs an ir_op operation
2004-12-08 Sebastian HackMinor corrections.
2004-12-02 Michael Beckfixed config.h include
2004-11-30 Götz Lindenmaieradded new acceessers
2004-11-10 Michael BeckAdded NoMem node that represents a Memory that is Not...
2004-10-27 Michael BeckClear the ir_op after creation, so all operations get...
2004-10-19 Michael BeckAdded the new state pin_state_exc_pinned t some Operations
2004-10-12 Michael BeckAdded get_irn_pinned() function
2004-09-29 Michael Beckirop_flag_fragile flag added
2004-09-17 Michael Beckused new attributes for Load/Store/Exception
2004-09-08 Michael BeckUnknown and Bad are pinned now, speeding up code placem...
2004-08-13 Beyhannormalized names of functions, enums ...
2004-05-26 Michael Beckfixed indentation
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-28 Florian LiekwegFixed 'inline' lossage --flo
2004-04-19 Michael Beckfirst statistic hooks added
2004-04-19 Michael Beckoperation added
2004-04-13 Michael BeckAdded flags to irop determining the behaviour, this...
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-02-04 Michael BeckAdded FuncCall op
2003-10-10 Götz Lindenmaierimplemented Confirm node
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-20 Götz Lindenmaiermoved misc.h to adt, splitted into misc and xmalloc,
2003-08-19 Götz Lindenmaieradded copyright headers
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz LindenmaierAdded irg field to start, more verbose irdump
2003-08-14 Götz Lindenmaieradded Cast node.
2003-01-13 Sebastian Felisadded doxygen comments
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-08-07 Götz Lindenmaier implemented scc algorithm. Added datastructure to...
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-25 Florian LiekwegAdded iro_InstOf operator --flo
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...
2002-01-23 Götz LindenmaierImplemented support for endless loops:
2001-11-28 Boris Boesleradded Id tag
2001-11-20 Götz Lindenmaier 20.11.2001 Goetz
2001-07-04 Götz LindenmaierI don't remember what I changed, should be checked...
2001-06-25 Götz LindenmaierExtended semantics of Cond node. There are two flavors...
2001-03-14 Götz LindenmaierChanged implementation of tr module.
2001-03-05 Boris Boesleradded
2001-03-01 Götz Lindenmaier*** empty log message ***
2000-11-21 Christian Schäfer*** empty log message ***
2000-09-14 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-08-25 Götz Lindenmaier*** empty log message ***
2000-08-16 Götz Lindenmaier*** empty log message ***
2000-07-05 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision