aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCRegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Avoid accessing LLVM/DWARF register mappings if undefinedDominic Chen1-0/+4
2016-02-16[codeview] Bail on a DBG_VALUE register operand with no registerReid Kleckner1-1/+3
2016-02-10[codeview] Describe int local variables using .cv_def_rangeReid Kleckner1-0/+7
2013-05-31Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha1-9/+8
2013-05-31Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha1-0/+13
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen1-0/+3
2012-07-27Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen1-0/+71