we don't need no stinking selfs
[libfirm] / ir / be / ia32 /
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-05-22 Michael Beckcheck for Cmp nodes before doing doz
2008-05-22 Michael Beckmissing goto added
2008-05-21 Michael Beckfixed warnings
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-05-21 Michael Beck- add a flag to allow 2 users when matching address...
2008-05-20 Michael Beck- If-conversion can generate SSE min and max nodes...
2008-05-14 Michael BeckBugFix: add missing copy
2008-05-14 Michael Beck- modeled vfisttp using a dummy output value, this...
2008-05-14 Michael Beck- don't use inc/dec on core2
2008-05-13 Michael BeckBugFix:
2008-05-13 Michael BeckSSE3 fisttp instruction added (currently unused due...
2008-05-13 Michael Beckallow bt instruction for newer AMD processors
2008-05-12 Michael Beck- BugFix: added missing test when creating bt instructions
2008-05-11 Michael Beckgenerate bt x,n for if (x & (1 << n)) on Core2:
2008-05-11 Michael Beck- BugFix: flags for pad_return
2008-05-04 Michael Beckredo wrong 19491: DIV and IDIV are different
2008-05-02 Michael Beckreduce code size
2008-05-02 Michael Beck- reduce lifetime of variables
2008-05-02 Michael Beck- reorder if to place cheapest test first
2008-05-02 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beck- transfor xorps r,r and xorpd r,r into pxor on netburs...
2008-04-29 Michael BeckBugFix: ls_mode must be set to Iu when transforming...
2008-04-28 Michael Becktransform stores of floating point constants into integ...
2008-04-28 Christoph MallonWhen transforming floating point constants into load...
2008-04-27 Michael Beck- when creating a x87 memory constant, check if the...
2008-04-26 Michael Beckfixed warning
2008-04-26 Michael Beck- BugFix:
2008-04-23 Christoph MallonGive some node inputs more meaningful names.
2008-04-23 Christoph MallonMove the if-not-AM-input of ia32 Div and IDiv to slot...
2008-04-22 Christoph MallonFix logic error in IncSP-to-Push/Pop optimisation,...
2008-04-22 Christoph MallonFix inconsistency between reg_req and ins of Push:...
2008-04-21 Christoph MallonPanic when right shifting non-32bit values.
2008-04-21 Michael Beck- more SSE constants handled by instructions
2008-04-20 Michael Beck- moved the imul mem,imm32 splitting into peephole...
2008-04-20 Michael Beckmore SSE constants handled without float_entity
2008-04-19 Michael Beck- add optimisation for size
2008-04-19 Michael Beck- added alignment_label_max_skip
2008-04-19 Michael Beckfix r19298: offsets must be fixed for PopMem
2008-04-19 Michael Beckalways align blocks if there is no fall-through
2008-04-19 Michael Beckreorganized cpu's, architectures, and features, hopeful...
2008-04-19 Michael Beckdo not pad return after a fall-through Jmp
2008-04-16 Christoph MallonFix typos in comments.
2008-04-16 Christoph MallonRemove redudant set_ia32_am_support() call.
2008-04-16 Christoph MallonRemove the now unused function ia32_emit_am_or_dest_reg...
2008-04-16 Christoph MallonRemove ia32_am_Dest.
2008-04-16 Christoph MallonRemove ia32_am_Full.
2008-04-16 Christoph MallonSplit ia32_Pop into ia32_Pop and ia32_PopMem.
2008-04-15 Michael Beck- add barcelona and generic32 targets
2008-04-15 Michael Beck- do not use imul mem, imm32 on newer AMD cpu's
2008-04-15 Michael Beck- added add esp,8 -> pop reg, pop reg
2008-04-15 Michael Beck- fixed costs for Opteron and K10
2008-04-14 Michael BeckLinux gprof need base pointer
2008-04-14 Michael Beckadd Linux grof support
2008-04-14 Michael Beckremoved incomplete code
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-04-12 Michael Beckrevert to old cost model, seems to work better
2008-04-12 Michael Becktypo fixed
2008-04-12 Michael Beckgcc has same costs for prescott and nocona
2008-04-12 Michael Beckupdated timings
2008-04-11 Michael Beckupdated cost model from gcc 4.3.0
2008-04-11 Michael Becknocona is a Pentium 4 variant
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-04-09 Matthias Brauncore2s are called nocona in gcc
2008-04-04 Michael Beckfixed indentation, deleted useless comment
2008-04-04 Michael Becksome cosmetic
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-01 Andreas Zwinkauinserted pbqp transformation step
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-30 Matthias Braunreference are integermode too for the backend
2008-03-11 Matthias Braunwe do need stack:I|S...
2008-03-11 Matthias Braunstack:S is enough no need to specify I (explicitely)
2008-03-08 Matthias Braun- fix parity label emitting using local assembler labels
2008-03-07 Michael Beckremoved C99 features
2008-03-07 Matthias Braunimplement float to long long conversion
2008-03-05 Matthias Braunonly emit labels that are needed
2008-03-04 Michael Beck- beware of useless code: when searching the left argum...
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunremove debug printf
2008-02-11 Michael Beck- BugFix: don't create a Sync, if the memory predecesso...
2008-01-28 Matthias Braunimplement/fix assembler clobbers
2008-01-23 Michael Beckuse the new Phi list of blocks
2008-01-18 Michael Beckmore support for exceptions added
2008-01-17 Michael Beckfixed wrong variable usage
2008-01-17 Michael Becksome cleanup
2008-01-16 Matthias Braunfix the sub to neg_add case when the flags of the sub...
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-11 Matthias Braunrefactor time measurement
2008-01-10 Michael BeckBugFix: wrong mode used
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-04 Matthias Braunfix warning
2008-01-02 Michael Beckupdate copyright message
2008-01-02 Michael BeckYasm don't like fnstsw, requires an %ax argument. Gas...
2008-01-02 Michael Beckadded GNU_FLAVOUR_YASM to support the YASM assembler
next