Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / MC / MCSubtargetInfo.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2014-12-03 Roman DivackyChange the name to be in style.
2014-12-02 Roman DivackyIntroduce CPUStringIsValid() into MCSubtargetInfo and...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Daniel SandersFixed accidental use of reserved identifier in r214709.
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-10 Andrew TrickTODO comment
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-07 Evan ChengFeature bits are 64-bits.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...