summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSubtargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [System Model] [TTI] Update cache and prefetch TTI interfacesDavid Greene2019-10-091-0/+25
* Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"David Greene2019-07-101-25/+0
* [System Model] [TTI] Update cache and prefetch TTI interfacesDavid Greene2019-07-101-0/+25
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-1/+1
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-1/+34
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-0/+17
* [Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin...Craig Topper2019-03-051-12/+8
* [Subtarget] Create a separate SubtargetSubtargetKV struct for ProcDesc to rem...Craig Topper2019-03-051-8/+10
* [Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from SubtargetFeature.h t...Craig Topper2019-03-051-6/+159
* [SubtargetFeatures] Add operator< for comparing SubtargetInfoKV objects. NFCICraig Topper2019-03-041-4/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] fix documentation comments; NFCSanjay Patel2018-03-221-5/+0
* Typo: const MCSchedModel SchedModel -> const MCSchedModel &SchedModelKrzysztof Parzyszek2017-09-271-1/+1
* Subtarget support for parameterized register class informationKrzysztof Parzyszek2017-09-141-0/+12
* 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
OpenPOWER on IntegriCloud