aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
* 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