remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / be / ia32 / ia32_new_nodes.c
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-11 Christian Würdigadded got_reload flag
2006-08-04 Matthias Braun- warning fixes
2006-07-01 Michael BeckBugFix: needed function must be called outside assert...
2006-06-01 Michael BeckHandle NULL mode_P tarvals
2006-05-22 Christian Würdigremoved redundant obstack finish
2006-05-19 Christian Würdigfixed memory leak
2006-05-11 Christian Würdigupdated commments
2006-05-10 Christian Würdigadded cast to stop moaning
2006-04-21 Christian Würdigadded new flag to indicate if node already consumed...
2006-04-20 Michael Beckregister slots are now automatically allocated together...
2006-04-11 Christian Würdigfixed dumper
2006-04-11 Christian Würdigadded cast to avoid warning
2006-04-07 Christian Würdigadded addtional statistics
2006-04-06 Christian Würdigadded attr compare function for converts (fixed Conv...
2006-04-06 Christian Würdigfixed binop emitter for Source AM
2006-04-02 Michael Beckremoved ia32_register_additional_opcodes(), not needed...
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-31 Christian Würdigadded src and tgt mode attributes for conversions
2006-03-30 Christian Würdigfixed indents
2006-03-29 Christian Würdigremoved some unused variables and functions
2006-03-29 Michael BeckBugFix: is_ia32_Ld() and is_ia32_St() must handle real...
2006-03-28 Christian Würdigfixed symconsts in address mode
2006-03-28 Christian Würdigfixed spill lowering
2006-03-28 Michael Beckfixed warning
2006-03-27 Christian Würdigadded 8Bit Store work around
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Christian Würdigfixed immediate operation handling
2006-03-25 Michael BeckBugFix: use new get_ia32_immop_type() instead of get_ia...
2006-03-24 Christian Würdigchanged ia32 attribute structure and switched to idents
2006-03-24 Christian Würdigcreate register slots in attributes on irg obstack
2006-03-24 Christian Würdigadded copy attr function
2006-03-23 Christian Würdigadded feature to register additional opcodes
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-18 Michael Beckcopy_ia32_Immop_attr() added, needed to copy Immediates...
2006-03-18 Michael Beckused xmalloc instaed of xcalloc ehere appropiate
2006-03-14 Christian Würdigadded new attribute res_mode
2006-03-13 Christian Würdigadded comments
2006-03-11 Christian Würdigremoved some unused variables
2006-03-09 Christian Würdigfixed some minor bugs
2006-03-07 Christian Würdigchanged attribute structure
2006-02-28 Christian Würdigadapted to new abi interface
2006-02-27 Christian Würdigfixed some bugs
2006-02-24 Christian Würdigfixed some bugs concerning am_offs
2006-02-24 Christian Würdigfixed some bugs
2006-02-24 Christian Würdigadded attribute for load/store
2006-02-24 Christian Würdigfixed some bugs
2006-02-23 Christian Würdigfixed some bugs
2006-02-22 Christian Würdigimplemented new beabi interface
2006-02-21 Christian Würdigfixed names
2006-02-21 Christian Würdignew attributes added
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
2006-01-27 Christian Würdigchanged c/malloc to xc/malloc
2006-01-18 Christian Würdignew requirements modelling
2006-01-13 Christian Würdigrefactored nodes interface, completed set/get attr...
2006-01-12 Christian Würdigfixed indents
2006-01-11 Christian Würdigadded new function for getting register from node
2005-12-13 Christian Würdigfixed indent
2005-11-22 Christian Würdigextended dumper for dumping reg-constraints and assigne...
2005-11-22 Christian Würdigregister allocator interface implemented