irop: Constify get_op_ops().
[libfirm] / include / libfirm / irop.h
2012-12-18 Christoph Mallonirop: Constify get_op_ops().
2012-12-12 Matthias Braunremove license stuff from files
2012-08-27 Matthias Braunirop: add more generic function callbacks
2012-07-26 Matthias Braunmake get_op_ops result non-const
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2012-06-19 Christoph MallonRemove the unused flag irop_flag_always_opt.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_dump_noinput.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-09 Matthias BraunRework API documentation
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-10 Matthias Braunremove unused op_machine, op_machine_op stuff
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-05-31 Matthias Braunirverify: simplify/refactor internal interfaces
2011-05-25 Matthias Brauncleanup fragile op handling
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-07-28 Matthias Braunautomatically generate opcode declarations from ir_spec
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-04-29 Matthias Braunugly cheat so the java binding generator uses the name...
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-01-21 Moritz KrollAdded Dummy node which does not CSE with anything
2009-01-16 Michael Beck- really remove Min/Max, fix r25220
2009-01-16 Matthias Braunmin and max are no more
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-08-06 Michael Beckop_Min and op_Max always exists
2008-08-06 Michael Beck- made default opcodes for Min, Max
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-03 Michael Beck- More restructureation:
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-01-02 Michael Beckupdate copyright message
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-09-18 Matthias Braunremove (probably accidently comitted) write_node/read_n...
2007-09-12 Michael BeckMulh is now an official opcode
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckAdd get_block and set_block operations.
2007-07-11 Michael Beckop_Anchor added
2007-06-17 Matthias Braunfix warnings
2007-06-01 Matthias Braunmoved external headers into include dir