Fix typos in comments: s/wether/whether/ and related corrections.
[libfirm] / ir / be / ia32 / ia32_architecture.h
2010-10-08 Michael BeckExperimental support for double word irarch.
2010-10-08 Matthias Braunrename tarval to ir_tarval
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-21 Michael Beck- implemented __builtin_prefetch in ia32 BE
2008-11-06 Christoph MallonThe K6 does not like cltd and cwtl.
2008-11-06 Christoph MallonFix comments.
2008-10-13 Michael Beck- add doxygen comments
2008-05-14 Michael Beck- don't use inc/dec on core2
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-01-02 Michael Beckupdate copyright message
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...