added ir/opt include
[libfirm] / ir / be / ia32 /
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-16 Christian Würdigfixed transformation SSE2X87 nodes
2006-10-16 Christian Würdigfixed intrinsic mapping (wrong entities were used somet...
2006-10-16 Christian Würdigonly create pushs if requested (default is on)
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-10-13 Christian Würdigfixed 64Bit intrinsic mapping
2006-10-12 Matthias Braun- Improved addressmode optimisation for conv nodes
2006-10-11 Michael BeckUpdated the x87 simulator:
2006-10-11 Michael BeckAllow empty requierements.
2006-10-11 Michael BeckAllow empty in and out requierements for nodes
2006-10-10 Christian WürdigBugFix: crashed when gen_imm_Sub got SymConst instead...
2006-10-10 Christian WürdigBugfix: add eax resp. edx proj for MulS if missing
2006-10-10 Christian Würdigfixed assertion in Const emitter (tarval mode_P and...
2006-10-10 Christian WürdigBugFix: retrieve Proj-based out flags only for datab...
2006-10-09 Michael BeckBugFix:
2006-10-09 Christian Würdigadd dependency to barrieri if load is in start block
2006-10-09 Christian Würdigremoved memory input from consts
2006-10-09 Christian Würdigomit copies from virtual registers
2006-10-09 Christian Würdigadded suppoprt for virtual registers
2006-10-09 Christian Würdigfixed gen_Load (add Proj for unused volatile Loads...
2006-10-09 Christian Würdigfixed Proj renumbering
2006-10-06 Christian Würdigfixed requirements for ShrD and ShlD
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-10-03 Christian Würdigremoved firm proj num translation function, existing...
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-27 Michael Beckfixed type name
2006-09-27 Christian Würdigmade unknown a joker register
2006-09-27 Matthias Braundon't emit +0 offsets
2006-09-26 Christian Würdigset correct noreg register when assimilating loads
2006-09-26 Christian Würdigremove keepalive edge
2006-09-25 Christian Würdigset correct register for SetST0
2006-09-25 Christian Würdigfixed SetST0 register settings
2006-09-25 Matthias Braunfix bad modes for some Float2Int convs
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigset register for SetST0 on creation
2006-09-21 Christian Würdigremoved is_Start macro, there exists a firm function now
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-20 Michael Beckspeed up a bit
2006-09-20 Michael Beckremoved useless my_skip_Proj()
2006-09-20 Michael BeckWhen the Pop instruction is handled, only change the...
2006-09-19 Michael BeckFixed generation of Pop with frame pointer enabled
2006-09-19 Matthias Braunxchg is slow on athlons, so use 3 xors instead
2006-09-18 Matthias Braunfix warnings
2006-09-18 Matthias Braundo aggressive addressmode optimisation
2006-09-18 Matthias Braunemit less alignment on athlon
2006-09-18 Michael BeckIA32: align the stack at 32bit
2006-09-18 Michael Beckdo not matrialize nodes with two results
2006-09-18 Michael BeckAdded support for include files
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-14 Matthias Braunfix unused loads removing, fix warning
2006-09-14 Michael BeckPush/Pop/AddSP/SubSP always modify ESP
2006-09-14 Michael Beckadd code to handle character modes for Unknoen node
2006-09-14 Matthias Braunwarning fix
2006-09-13 Matthias Braunfixes to compile with -O0
2006-09-13 Michael Beckadded support for static variables
2006-09-13 Michael Beckupdated debugging support
2006-09-13 Matthias Braunwarning fix
2006-09-13 Matthias Braunmore warning fixes
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckadd support for stabs arguments
2006-09-12 Michael Beckset_tarval_output_modes() sets the output mode for...
2006-09-12 Michael Beckadd support for stabs debug info
2006-09-11 Michael Beckadd debug output support
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-10 Michael BeckBugFix:
2006-09-08 Michael BeckAdded support for be_SubSP nodes
2006-09-08 Matthias Braunbugfixes for am_offs changes
2006-09-08 Christian Würdigam_offs is long now
2006-09-08 Christian Würdigchange internal representation of addressmode offset...
2006-09-08 Matthias Braun- always emit alignment also for P4
2006-09-06 Michael Beckuses new section attribute
2006-09-06 Matthias Braunempty block removing seems to work now
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
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 Sebastian Hackpn_Cmp_Ne + pn_Cmp_Uo leads to unknown proj code since...
2006-08-31 Matthias Braunfix bad include path
2006-08-31 Matthias Braunbugfix
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-31 Christian Würdigfixed requirements for ShrD and ShlD
2006-08-31 Michael Beckadd support for external tls variables
2006-08-31 Michael BeckAdd support for Linux TLS
2006-08-31 Michael Becksome cosmetic changes
2006-08-30 Matthias Braunmore cmov emitter fixes
2006-08-30 Michael BeckAdd case for symconst_enum_const kind SymConsts
2006-08-30 Michael BeckHandle symconst_enum_const case
2006-08-30 Christian Würdigfixed wrong position of #endif
2006-08-30 Christian Würdigdo not invert pnc on cmp in finish, as cmp gets normali...
2006-08-29 Matthias Braunoops
2006-08-29 Matthias Braunfix immediate on left input of Cond
2006-08-29 Matthias Braunfix fucompp emitter when no register is needed
next