Only copy the x87 state once per block.
[libfirm] / ir / be / ia32 / ia32_new_nodes.c
2007-06-18 Matthias Braunfixed warnings
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-06 Michael BeckAdded some casts to remove warnings
2007-06-05 Matthias Braunmake it possible to have different compare functions...
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 Braunfix pnc dumper for SwitchJmp
2007-06-02 Michael Beckinitial support for exception handling
2007-05-14 Matthias Braunwe can convert reference to mode_Iu now
2007-05-10 Matthias Braunreformatted, add is_ia32_Store8Bit to is_ia32_St
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Matthias Braunuse own mode for fpcw, fix constants for shift, xmm...
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-04-02 Matthias Braunfix TLS emitting
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
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 Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-15 Matthias Braun- cleaned up spill/reload transform code a bit
2006-12-14 Matthias Braundump AM symconsts
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian Würdigadded copy attribute function (out_flags is a variable...
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-11 Michael BeckAllow empty in and out requierements for nodes
2006-10-06 Christian Würdigfixed flags
2006-10-06 Christian Würdigadded support for separate outflags
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Michael Beckspeed up a bit
2006-09-14 Matthias Braunwarning fix
2006-09-13 Matthias Braunfixes to compile with -O0
2006-09-11 Matthias Braun- Fix a few more problems when creating and emitting...
2006-09-10 Michael BeckBugFix:
2006-09-08 Matthias Braunbugfixes for am_offs changes
2006-09-08 Christian Würdigchange internal representation of addressmode offset...
2006-08-31 Michael Beckadd support for external tls variables
2006-08-31 Michael BeckAdd support for Linux TLS
2006-08-15 Christian Würdigadded latency attribute
2006-08-13 Christian Würdigupdated node emitter (missing attributes)
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
next