X86 / Cygwin asm / alignment fixes.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.cpp
2006-05-25 Evan ChengX86 / Cygwin asm / alignment fixes.
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-16 Evan ChengA bit more memset / memcpy optimization.
2006-02-14 Evan ChengDuh
2006-02-14 Evan ChengRemove -disable-x86-sse
2006-02-14 Evan ChengEnable SSE (for the right subtargets)
2006-01-28 Jeff CohenFlesh out AMD family/models.
2006-01-28 Jeff CohenCorrectly determine CPU vendor.
2006-01-28 Jeff CohenUse union instead of reinterpret_cast.
2006-01-28 Jeff CohenFix recognition of Intel CPUs.
2006-01-28 Chris LattnerIs64Bit reflects the capability of the chip, not an...
2006-01-28 Jeff CohenImprove X86 subtarget support for Windows and AMD.
2006-01-28 Chris Lattnermake this work on non-native hosts
2006-01-27 Chris Lattnerinitialize all instance vars
2006-01-27 Evan ChengAdded a temporary option -enable-x86-sse to enable...
2006-01-27 Evan ChengA better workaround
2006-01-27 Chris Lattnerforce sse/3dnow off until they work. This fixes all...
2006-01-27 Evan Chengx86 CPU detection and proper subtarget support
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2005-11-21 Chris LattnerSimplify the subtarget info, allow the asmwriter to...
2005-11-21 Chris LattnerMake the X86 subtarget compute the basic target type...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-12 Nate BegemanClean up the TargetSubtarget class a bit, removing...
2005-07-12 Chris LattnerMinor changes to improve comments and fix the build...
2005-07-12 Nate BegemanImplement Subtarget support