This bug is also present in MSVC10. Requested by Elrood on IRC.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.cpp
2008-01-08 Duncan SandsUse size_t to store Pos, avoid truncating value
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-04-16 Jeff CohenIn the event that some really old non-Intel or -AMD...
2007-04-16 Jeff CohenBefore assuming that the original code didn't work...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-03-23 Anton KorobeynikovAutodetect MMX & SSE stuff for AMD processors
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-22 Evan ChengLinux GOT indirect reference is only necessary in PIC...
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
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