summaryrefslogtreecommitdiff
path: root/lib/MC/MCRegisterInfo.cpp
AgeCommit message (Expand)Author
2017-12-01[MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-10[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek
2016-08-12Avoid accessing LLVM/DWARF register mappings if undefinedDominic Chen
2016-02-16[codeview] Bail on a DBG_VALUE register operand with no registerReid Kleckner
2016-02-10[codeview] Describe int local variables using .cv_def_rangeReid Kleckner
2013-05-31Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha
2013-05-31Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen
2012-07-27Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen