- Split bearch.h correctly into bearch.h and bearch_t.h
[libfirm] / ir / be / ia32 / ia32_emitter.c
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-16 Matthias Braun- Fix address_mode optimizer not removing nodes
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-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-19 Matthias BraunThe big committ:
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-02-27 Matthias BraunSSE consts for xorps need to be 128bit
2007-02-27 Matthias Braunfix some ia32_finish routines not setting ls_mode for...
2007-02-27 Matthias Braunfix cvt emitter
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braunfix Mulh, Div, IDiv handling
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-21 Matthias Braunfix ra_timers
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-09 Christian Würdigremoved C-99 stuff
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2007-01-12 Christian Würdigspecial case handling for startblock succesor no longer...
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-13 Michael Beckrename type entity into ir_entity
2006-12-10 Matthias Brauncleanup/rewrite of ia32_gen_decls
2006-12-04 Matthias Braunfix some address mode optimisation issues, xors aren...
2006-11-02 Christian Würdigremoved unused function
2006-10-24 Matthias Braunwarning fix
2006-10-18 Christian Würdigdo not omit compare for PsiCondSet, some note scheduled...
2006-10-17 Christian Würdigadded ir/opt include
2006-10-17 Christian WürdigBugFix: return gcc-like names for st0-st7: %st, %st...
2006-10-10 Christian Würdigfixed assertion in Const emitter (tarval mode_P and...
2006-10-09 Christian Würdigomit copies from virtual registers
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-27 Christian Würdigmade unknown a joker register
2006-09-27 Matthias Braundon't emit +0 offsets
2006-09-20 Matthias Braunmore tweaking...
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Matthias Braunimprove alignment emitting for athlon
2006-09-20 Matthias Braunsmarter policy for emitting alignments
2006-09-19 Matthias Braunxchg is slow on athlons, so use 3 xors instead
2006-09-18 Matthias Braunemit less alignment on athlon
2006-09-18 Michael BeckAdded support for include files
2006-09-13 Michael Beckupdated debugging support
2006-09-13 Matthias Braunmore warning fixes
2006-09-12 Michael Beckadd support for stabs arguments
2006-09-11 Michael Beckadded initial stabs debugging support
2006-09-11 Matthias Braun- Fix a few more problems when creating and emitting...
2006-09-08 Michael BeckAdded support for be_SubSP nodes
2006-09-08 Matthias Braun- always emit alignment also for P4
2006-09-04 Christian Würdigfixed ctor support
2006-09-04 Christian Würdigadded ctor section support
2006-09-04 Matthias Braun- Tried to remove empty blocks before emitting, but...
2006-08-31 Michael BeckAdd support for Linux TLS
2006-08-30 Matthias Braunmore cmov emitter fixes
2006-08-29 Matthias Braunfix fucompp emitter when no register is needed
2006-08-28 Matthias Braunnegate pnc not invert it
2006-08-28 Matthias Braunfix wrong inputs for psiconds
2006-08-24 Michael BeckBugFix:
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-22 Matthias Braunbugfix for preds: comment
2006-08-22 Matthias Braun- at blockstart emit list of predblocks in comment
2006-08-18 Christian Würdigadded support for unordered fp compare
2006-08-15 Christian Würdigfixed xCmp emitter
2006-08-11 Christian Würdigadded ia32_AddSP emitter
2006-08-10 Christian Würdigadded AddSP emitter
2006-08-09 Matthias Braun- Don't perform memory operands merging too early
2006-08-02 Christian Würdigfixed mode suffix emitter
2006-08-02 Christian Würdigemit pointer size for GetST0 and SetST0 as well
2006-07-17 Christian Würdigfixed SSE compare emit
2006-07-14 Christian Würdigfixed emitter for Cmp + Set (use correct mode to determ...
2006-07-10 Christian Würdigemit correct condition codes for xmm compares
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-07-06 Christian Würdigadded extra finish module
2006-07-04 Christian Würdigfixed Set emitter: clear target after compare
2006-07-03 Christian Würdigemit missing OFFSET FLAT for symconsts (otherwise gas...
2006-07-03 Christian Würdigfixed Mulh/MulS emitter (support AM source)
2006-07-02 Michael BeckFixed warning
2006-07-01 Michael BeckFixed indentation
2006-06-29 Christian Würdigfixed CopyB emitter
2006-06-29 Christian Würdigfixed perm emitter for XMM registers
2006-06-28 Christian Würdigadded missing "call" statement
2006-06-08 Michael BeckBugFix: CLD was emitted twice
2006-06-02 Christian Würdigadded missing emitter for CopyKeep
2006-05-30 Christian Würdigadded xCondJmp emitter
2006-05-30 Christian Würdigadded missing % for fucom instruction
2006-05-18 Christian Würdigfixed PsiCondCMov emitter
2006-05-11 Christian Würdigupdated commments
2006-05-05 Christian Würdigadded special nodes for Psi condition trees, so we...
2006-05-05 Christian Würdigfixed address mode for CmpSet and xCmpSet
2006-05-05 Christian Würdigrenamed Set to CmpSet and CMov to CmpCMov
2006-05-04 Christian Würdigadded addtional nodes needed for psi transformation
2006-05-03 Christian Würdigadded xCmp node (SSE compare with result in register)
2006-05-03 Christian Würdigfixed CMov emit again
2006-05-03 Christian Würdigfixed CMov emitter
2006-05-03 Christoph MallonCode for emitting cmov for Psi nodes by chriswue
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-19 Michael BeckHandle CondJmp' with memory Proj's right
2006-04-14 Christian Würdigfixed mode suffix emitter
next