add assert for not getting bad out regs, and fix some bugs related to this
[libfirm] / ir / be / ia32 / ia32_x87.c
2007-09-30 Matthias Braunadd assert for not getting bad out regs, and fix some...
2007-09-30 Matthias Braunsupport for fucom(p)i
2007-09-30 Matthias Braun- support for Ftst instruction, AM support for x87...
2007-09-28 Matthias Braunfix for fehler87
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-14 Michael Beckuse EMMS/FEMMS on AMD machines to clear x87 state
2007-09-14 Michael Beckuse ffreep st instead of fstp st on athlon
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-08-31 Matthias BraunChanged handling of address mode:
2007-07-17 Matthias Braunfix unused call results
2007-07-17 Matthias Braunfix Cltd register pressure, fix some SSE (ABI with...
2007-07-13 Matthias Braunuse zeros instead of unknowns for floating point for now
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-04 Matthias Braunfix some x87 issues...
2007-06-29 Matthias Braunno Addressmode for x87 CondJmps
2007-06-25 Michael BeckC99 feature removed
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-19 Matthias Braunimplement strict convs
2007-06-18 Matthias Braunfixed warnings
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-13 Matthias Braunsimulate Keeps to make sure unused results are popped...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-24 Michael Beckadded more comments
2007-04-20 Matthias Braunfix wrong registers assigned to some float constants
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