properly mark symbols in the public API to be exported. This allows us to use -fvisib...
[libfirm] / include / libfirm / irop.h
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