index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
SubtargetFeature.cpp
Age
Commit message (
Expand
)
Author
2012-10-20
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-04
Remove template from function that is only used with one type after r165092.
Craig Topper
2012-10-03
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-05
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-10-16
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-01
Eliminate one extra conversion.
Evan Cheng
2011-07-01
Another misuse of StringRef. MSVC is very sensitive to that kind of error.
Francois Pichet
2011-07-01
Fix use after free.
Rafael Espindola
2011-07-01
Switch SubtargetFeatures from std::string to StringRef.
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng