Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / MC / MCInstrDesc.cpp
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Pete CooperMove some methods to a new MCInstrDesc.cpp file to...