summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/MC/MCSubtargetInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [System Model] [TTI] Update cache and prefetch TTI interfacesDavid Greene2019-10-091-0/+44
* [TableGen] Support encoding per-HwModeJames Molloy2019-09-191-0/+2
* Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"David Greene2019-07-101-44/+0
* [System Model] [TTI] Update cache and prefetch TTI interfacesDavid Greene2019-07-101-0/+44
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-0/+4
* [Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin...Craig Topper2019-03-051-20/+1
* [Subtarget] Create a separate SubtargetSubtargetKV struct for ProcDesc to rem...Craig Topper2019-03-051-2/+20
* [Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from SubtargetFeature.h t...Craig Topper2019-03-051-0/+38
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-5/+0
* [MC][X86] Correctly model additional operand latency caused by transfer delay...Andrea Di Biagio2019-01-231-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve variant scheduling cla...Andrea Di Biagio2018-05-251-0/+7
* [MC] Remove MachineInstr reference in MC layer (PR37160)Simon Pilgrim2018-04-231-5/+0
* [MC] fix documentation comments; NFCSanjay Patel2018-03-221-27/+13
* Subtarget support for parameterized register class informationKrzysztof Parzyszek2017-09-141-0/+4
* [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-04-261-4/+4
* [ARM] Add hardware build attributes in assemblerOliver Stannard2017-04-181-0/+4
* Fix missing virtual destructor to silence build warning.Nirav Dave2017-04-141-0/+2
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-0/+11
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-081-9/+12
* [NFC] Header cleanupMehdi Amini2016-04-181-0/+1
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-161-2/+3
* Use binary search in isCPUStringValid since the array is sorted.Craig Topper2015-10-171-5/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-7/+6
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-6/+7
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-7/+6
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-6/+7
* MC: Only allow changing feature bits in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-2/+12
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-8/+9
* MC: Remove MCSubtargetInfo::InitCPUSched()Duncan P. N. Exon Smith2015-07-101-3/+0
* MC: Remove the copy of MCSchedModel in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-5/+4
* MC: Make MCSubtargetInfo::isCPUStringValid() const, NFCDuncan P. N. Exon Smith2015-07-081-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-7/+4
* Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).Toma Tabacu2015-06-091-1/+3
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-0/+4
* Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).Toma Tabacu2015-06-051-3/+1
* [mips] [IAS] Restore STI.FeatureBits in .set pop.Toma Tabacu2015-06-051-1/+3
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-6/+10
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-10/+6
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-6/+10
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-10/+6
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-6/+10
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-10/+6
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-6/+10
* Store the passed in CPU name string so that it can be accessed later.Eric Christopher2015-01-261-0/+6
* Change the name to be in style.Roman Divacky2014-12-031-1/+1
* Introduce CPUStringIsValid() into MCSubtargetInfo and use it for ARM .cpu par...Roman Divacky2014-12-021-0/+9
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-3/+3
OpenPOWER on IntegriCloud