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