use own mode for fpcw, fix constants for shift, xmm const assembler
[libfirm] / ir / be / ia32 / ia32_x87.c
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 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-22 Matthias Braunmake CondJmps and Switches pinned, now we can do code_p...
2007-03-01 Matthias Brauncorrectly handle calls in x87 simulator
2007-03-01 Matthias Braun- we have to handle copies from Unknown nodes
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-03-01 Matthias Braunfix mixed reverse/normal comp in fCondJmp
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
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-14 Matthias BraunSeveral x87 fixes, cleanups:
2006-10-24 Christian Würdigadded fprem for simulation, FIXME: need own simulation...
2006-10-11 Michael BeckUpdated the x87 simulator:
2006-09-13 Matthias Braunmore warning fixes
2006-08-31 Michael Becksome cosmetic changes
2006-08-25 Michael BeckBugfix:
2006-08-24 Michael BeckBugFix:
2006-08-24 Michael BeckFixed liveness calculation: we need the live arguments...
2006-08-16 Michael BeckBugFix:
2006-08-15 Michael BeckBugFix:
2006-08-01 Christoph MallonRemove unused vars
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-03 Christian Würdigfixed assert condition
2006-06-04 Christian Würdigimplemented solution for following problem: fst cannot...
2006-05-04 Christian Würdigfixed indent
2006-04-28 Michael Beckfixed initialization
2006-04-25 Michael BeckFixed operation with address mode (hopefully)
2006-04-11 Michael Beckadd a memory input to all constants, needed for the...
2006-04-10 Michael BeckFixed be_Return simulation: pop the stack only if float...
2006-04-09 Michael BeckAdd floating point compares
2006-04-04 Michael Beckhandle vfild and vfist needed for mode conversion
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed indents
2006-03-30 Christian Würdigremoved define
2006-03-30 Michael Beckhandle be_Call
2006-03-29 Christian Würdigremoved some unused variables and functions
2006-03-29 Michael Beckdebug output updated
2006-03-29 Michael Beckadded declaration for ia32_emit_x87_binop()
2006-03-28 Michael Beckadded debugging support, implemented shuffle (Perm...
2006-03-28 Michael Beckimplemented register liveness analysis
2006-03-27 Michael Beckinitial version of the x87 stack simulator