ia32: Use a more logical specification of operand sizes in the binary emitter.
[libfirm] / ir / be / benode.h
2012-11-28 Christoph Mallonbenode: Remove be_find_return_reg_input().
2012-11-05 Christoph MallonRemove the unused function be_set_Copy_op().
2012-10-29 Matthias Braunfix some missing register constraints
2012-02-09 Matthias Braunbe: fix phi constraints double width values
2011-12-21 Matthias Braunbe: make several "variable" inputs/outputs dynamic
2011-12-19 Matthias Braunmake opcode list global
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-17 Matthias Braunsimplify copy interface and respect double/aligned...
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Matthias Braunremove stray declaration
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-09 Matthias Braunmake API for creating single register constraints public
2010-07-02 Matthias Brauncleanup documentation and reformat
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-11-06 Matthias Braunmore robust detection of start nodes in listsched;...
2009-09-24 Matthias Braunfix register constraints for MemPerm nodes
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code