aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.cpp
AgeCommit message (Expand)Author
2006-06-16Later models likely to have Yonah like attributes.Evan Cheng
2006-05-25X86 / Cygwin asm / alignment fixes.Evan Cheng
2006-02-18x86 / Darwin PIC support.Evan Cheng
2006-02-16A bit more memset / memcpy optimization.Evan Cheng
2006-02-14DuhEvan Cheng
2006-02-14Remove -disable-x86-sseEvan Cheng
2006-02-14Enable SSE (for the right subtargets)Evan Cheng
2006-01-28Flesh out AMD family/models.Jeff Cohen
2006-01-28Correctly determine CPU vendor.Jeff Cohen
2006-01-28Use union instead of reinterpret_cast.Jeff Cohen
2006-01-28Fix recognition of Intel CPUs.Jeff Cohen
2006-01-28Is64Bit reflects the capability of the chip, not an aspect of the target osChris Lattner
2006-01-28Improve X86 subtarget support for Windows and AMD.Jeff Cohen
2006-01-28make this work on non-native hostsChris Lattner
2006-01-27initialize all instance varsChris Lattner
2006-01-27Added a temporary option -enable-x86-sse to enable sse support. It is used byEvan Cheng
2006-01-27A better workaroundEvan Cheng
2006-01-27force sse/3dnow off until they work. This fixes all the x86 failures last nightChris Lattner
2006-01-27x86 CPU detection and proper subtarget supportEvan Cheng
2006-01-26Added preliminary x86 subtarget support.Evan Cheng
2005-11-21Simplify the subtarget info, allow the asmwriter to do some target sensingChris Lattner
2005-11-21Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin,Chris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-04Add Subtarget support to PowerPC. Next up, using it.Nate Begeman
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-12Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman
2005-07-12Minor changes to improve comments and fix the build on _WIN32 systems.Chris Lattner
2005-07-12Implement Subtarget supportNate Begeman