group High-Level exception support ops together
[libfirm] / ir / ir / irop.h
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-17 Michael Beckirop_flag_keep flag added
2006-01-16 Sebastian HackAdded the Keep node
2006-01-12 Michael BeckBound operation added:
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-05 Michael Beckadded missing stdio.h include
2005-11-02 Christian Würdigadded dump reason to dump additional node information...
2005-10-28 Michael Beckremoved , and end of enum for crecoder
2005-10-27 Michael Beckdump_node operatiomn added
2005-10-19 Michael Beckrefactored ir_op_ops
2005-10-12 Michael Beckiro_CopyB added
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-15 Michael Beckremoved comma at end of enum for weak crecoder
2005-06-13 Sebastian HackMoved new_ir_op from irop_t.h to irop.h since backends...
2005-02-23 Götz Lindenmaiermore state handling
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-11-30 Götz Lindenmaieradded new acceessers
2004-11-12 Götz Lindenmaierfirmjni fix
2004-11-10 Michael BeckAdded NoMem node that represents a Memory that is Not...
2004-10-18 Michael Beckadded additional pin state
2004-10-12 Michael BeckAdded get_irn_pinned() function
2004-09-14 Sebastian HackAdded basic reflaction functionality for firm operators
2004-08-13 Beyhannormalized names of functions, enums ...
2004-04-13 Michael BeckAdded flags to irop determining the behaviour, this...
2004-02-06 Götz Lindenmaiermade enums firmjni compatible
2004-02-04 Michael BeckAdded FuncCall op
2003-10-10 Götz Lindenmaierimplemented Confirm node
2003-08-19 Götz Lindenmaieradded copyright headers
2003-08-14 Götz Lindenmaieradded Cast node.
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
2003-02-03 Michael BeckConverted to doxygen comments
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-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
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...
2001-11-28 Boris Boesleradded Id tag
2001-05-23 Götz LindenmaierDon't now what changed...
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-16 Götz Lindenmaier*** empty log message ***
2000-07-19 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision