aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/SubtargetFeature.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer1-2/+2
2012-10-04Remove template from function that is only used with one type after r165092.Craig Topper1-4/+5
2012-10-03Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper1-24/+0
2012-09-12Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky1-3/+3
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-8/+8
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer1-2/+1
2011-10-16Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer1-11/+10
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng1-0/+32
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng1-18/+22
2011-07-01Eliminate one extra conversion.Evan Cheng1-1/+1
2011-07-01Another misuse of StringRef. MSVC is very sensitive to that kind of error.Francois Pichet1-2/+2
2011-07-01Fix use after free.Rafael Espindola1-1/+1
2011-07-01Switch SubtargetFeatures from std::string to StringRef.Evan Cheng1-22/+19
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-41/+21
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng1-0/+384