make code a bit more readble
[libfirm] / ir / be / ia32 / ia32_x87.c
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