aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Factor out GVRequiresExtraLoad() from .h to .cppAnton Korobeynikov2006-11-301-13/+2
* Refactored *GVRequiresExtraLoad() to Subtarget method.Anton Korobeynikov2006-11-211-5/+23
* Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings!Evan Cheng2006-10-161-0/+8
* Still need to support -mcpu=<> or cross compilation will fail. Doh.Evan Cheng2006-10-061-3/+16
* Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,...Evan Cheng2006-10-061-12/+3
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+2
* Committing X86-64 support.Evan Cheng2006-09-081-4/+9
* add a new value for the command line optnChris Lattner2006-09-071-1/+1
* Make the x86 asm flavor part of the subtarget info.Jim Laskey2006-09-071-1/+12
* Add accessorChris Lattner2006-09-041-0/+1
* x86 / Darwin PIC support.Evan Cheng2006-02-181-10/+2
* A bit more memset / memcpy optimization.Evan Cheng2006-02-161-0/+9
* * Fix 80-column violationsChris Lattner2006-01-311-3/+3
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-271-14/+23
* Added preliminary x86 subtarget support.Evan Cheng2006-01-261-0/+21
* Simplify the subtarget info, allow the asmwriter to do some target sensingChris Lattner2005-11-211-7/+0
* Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin,Chris Lattner2005-11-211-0/+4
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+3
* Add Subtarget support to PowerPC. Next up, using it.Nate Begeman2005-08-041-1/+1
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-5/+5
* Minor changes to improve comments and fix the build on _WIN32 systems.Chris Lattner2005-07-121-6/+9
* Implement Subtarget supportNate Begeman2005-07-121-0/+55