What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-30 Anton KorobeynikovFactor out GVRequiresExtraLoad() from .h to .cpp
2006-11-29 Evan Cheng16-byte stack alignment for X86-64 ELF. Patch by Dan...
2006-11-20 Chris LattnerFix codegen for x86-64 on systems (like ppc or i386...
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-10-17 Evan ChengProper fix.
2006-10-16 Evan ChengProper fix for rdar://problem/4770604 Thanks to Stuar...
2006-10-06 Evan Cheng80 col violation.
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-10-06 Evan ChengIt appears the inline asm in GetCpuIDAndInfo() may...
2006-10-04 Evan ChengFormating.
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Chris LattnerFix a cross-build issue. The asmsyntax shouldn't be...
2006-09-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-06-16 Evan ChengLater models likely to have Yonah like attributes.
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