summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-20/+8
* Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders2019-08-021-9/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Improve error message when a codeview register is unknownReid Kleckner2018-08-171-1/+4
* [MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich2017-12-011-0/+28
* 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-101-3/+6
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-0/+2
* Avoid accessing LLVM/DWARF register mappings if undefinedDominic Chen2016-08-121-0/+4
* [codeview] Bail on a DBG_VALUE register operand with no registerReid Kleckner2016-02-161-1/+3
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-0/+7
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-9/+8
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-311-0/+13
* Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen2012-09-111-0/+3
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-271-0/+71
OpenPOWER on IntegriCloud