Typos.
[libfirm] / ir / be / ia32 / ia32_architecture.c
2008-11-08 Christoph MallonTypos.
2008-11-06 Christoph MallonThe K6 does not like cltd and cwtl.
2008-11-06 Christoph MallonVIA C3-2 supports all P6 instructions.
2008-11-06 Christoph MallonFix typos in comments, reformat.
2008-10-14 Michael Beck- if optimize for size, use leave and do not align...
2008-10-13 Michael Beck- add doxygen comments
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-06 Matthias Braundisable femms usage for now
2008-09-09 Matthias Brauntest without alignment
2008-07-30 Matthias Braundon't prefer 1 cpu architecture over another (and wonde...
2008-06-27 Michael Beckchange the costs for multiplication in the size case...
2008-06-18 Michael Beck- fixed architecture flags
2008-05-14 Michael Beck- don't use inc/dec on core2
2008-05-13 Michael Beckallow bt instruction for newer AMD processors
2008-05-11 Michael Beck- BugFix: flags for pad_return
2008-05-01 Michael Beck- transfor xorps r,r and xorpd r,r into pxor on netburs...
2008-04-19 Michael Beck- add optimisation for size
2008-04-19 Michael Beck- added alignment_label_max_skip
2008-04-19 Michael Beckreorganized cpu's, architectures, and features, hopeful...
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- fixed costs for Opteron and K10
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 Brauncore2s are called nocona in gcc
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-12-19 Michael Beckchange x86 cpu names to match gcc -march switch
2007-10-26 Michael BeckC99 constructs removed
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...