fix fehler69
[libfirm] / ir / be / ia32 / ia32_nodes_attr.h
2007-08-13 Matthias Braunfix fehler69
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-08-02 Matthias Braunfixed several AM problems (and disabled most of the...
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-22 Matthias Braunuse Immediate nodes more often
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
2007-06-02 Matthias Braunmore work on ia32 assembler nodes
2007-06-02 Michael Beckremoved unused offs_sign attribute, added exc_label...
2007-05-23 Michael Becksome doxygen comments added
2007-05-21 Matthias Braunonly use addressmode for 32 bit modes
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael Beckremoved unnecessary include
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2007-03-09 Andreas SchösserAdded possibility to include automatically generated...
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-02-16 Matthias Braundon't use enum as base type for bitfields
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-11-15 Christian Würdigremoved a redundant isa attribute
2006-11-02 Christian Würdigadded new attributes for abstract machine
2006-10-24 Christian Würdigadded new attributes and get/set functions for allowed...
2006-10-06 Christian Würdigadded support for separate outflags
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-08 Christian Würdigam_offs is long now
2006-08-15 Christian Würdigadded latency attribute
2006-08-11 Christian Würdigadded got_reload flag
2006-05-19 Christian Würdigfixed memory leak
2006-05-11 Christian Würdigupdated commments
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-03-31 Christian Würdigadded src and tgt mode attributes for conversions
2006-03-28 Christian Würdigfixed symconsts in address mode
2006-03-28 Christian Würdigfixed spill lowering
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-24 Christian Würdigchanged ia32 attribute structure and switched to idents
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-14 Christian Würdigadded new attribute res_mode
2006-03-13 Christian Würdigadded comments
2006-03-07 Christian Würdigchanged attribute structure
2006-03-01 Christian Würdigchanged codegen interface
2006-02-28 Christian Würdigadapted to new abi interface
2006-02-24 Christian Würdigfixed some bugs concerning am_offs
2006-02-24 Christian Würdigadded attribute for load/store
2006-02-23 Christian Würdigchanged adressmode attribute types
2006-02-22 Christian Würdigimplemented new beabi interface
2006-02-21 Christian Würdignew attributes added
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
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ürdigadded AddrMode attribute
2005-12-13 Christian Würdigfixed indent
2005-11-22 Christian Würdigthere are no in-register-slots only for OUT
2005-11-22 Christian Würdigregister allocator interface implemented