summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSubtargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-081-3/+6
* (NFC) Change SubtargetFeatures::ToggleFeature andArtyom Skrobov2016-01-051-4/+2
* Use an ArrayRef to simplify repeated calculation of the array end. NFCCraig Topper2016-01-031-5/+6
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-161-2/+2
* Use std::begin/end and std::is_sorted to simplify some code. NFCCraig Topper2015-10-171-7/+6
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+3
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-3/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+3
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-3/+3
* MC: Only allow changing feature bits in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-5/+12
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-15/+5
* MC: Remove MCSubtargetInfo::InitCPUSched()Duncan P. N. Exon Smith2015-07-101-5/+0
* MC: Remove the copy of MCSchedModel in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-6/+5
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-11/+6
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-0/+5
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-2/+7
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-7/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-2/+7
* Don't print an error message when looking up the scheduling model if user spe...Craig Topper2015-04-021-3/+4
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-7/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-2/+7
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-7/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-2/+7
* Store the passed in CPU name string so that it can be accessed later.Eric Christopher2015-01-261-1/+2
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-7/+5
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-061-11/+6
* Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov2014-01-251-4/+7
* Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov2014-01-231-7/+4
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-3/+1
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-181-0/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Fix doxygen comment to match function name.Craig Topper2012-10-031-1/+1
* Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick2012-09-181-14/+15
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-181-1/+1
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-181-1/+9
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-171-23/+14
* InitMCProcessorAndrew Trick2012-09-171-14/+15
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-171-1/+1
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-171-1/+9
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-141-0/+6
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-141-5/+5
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-051-3/+3
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-14/+19
* Tweak spelling.Andrew Trick2012-07-071-2/+2
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-2/+4
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-8/+11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+17
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-8/+32
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-021-0/+8