aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Later models likely to have Yonah like attributes.Evan Cheng2006-06-161-1/+2
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-251-1/+1
* x86 / Darwin PIC support.Evan Cheng2006-02-181-4/+1
* A bit more memset / memcpy optimization.Evan Cheng2006-02-161-0/+2
* DuhEvan Cheng2006-02-141-3/+0
* Remove -disable-x86-sseEvan Cheng2006-02-141-10/+2
* Enable SSE (for the right subtargets)Evan Cheng2006-02-141-6/+3
* Flesh out AMD family/models.Jeff Cohen2006-01-281-2/+27
* Correctly determine CPU vendor.Jeff Cohen2006-01-281-11/+5
* Use union instead of reinterpret_cast.Jeff Cohen2006-01-281-5/+9
* Fix recognition of Intel CPUs.Jeff Cohen2006-01-281-0/+2
* Is64Bit reflects the capability of the chip, not an aspect of the target osChris Lattner2006-01-281-6/+0
* Improve X86 subtarget support for Windows and AMD.Jeff Cohen2006-01-281-38/+77
* make this work on non-native hostsChris Lattner2006-01-281-3/+7
* initialize all instance varsChris Lattner2006-01-271-3/+7
* Added a temporary option -enable-x86-sse to enable sse support. It is used byEvan Cheng2006-01-271-2/+11
* A better workaroundEvan Cheng2006-01-271-6/+5
* force sse/3dnow off until they work. This fixes all the x86 failures last nightChris Lattner2006-01-271-0/+5
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-271-41/+62
* Added preliminary x86 subtarget support.Evan Cheng2006-01-261-0/+53
* Simplify the subtarget info, allow the asmwriter to do some target sensingChris Lattner2005-11-211-15/+2
* Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin,Chris Lattner2005-11-211-15/+20
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+1
* Add Subtarget support to PowerPC. Next up, using it.Nate Begeman2005-08-041-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-3/+3
* Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman2005-07-121-1/+1
* Minor changes to improve comments and fix the build on _WIN32 systems.Chris Lattner2005-07-121-6/+4
* Implement Subtarget supportNate Begeman2005-07-121-0/+59