summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCRegInfo] Add forward sub and super register iterators. (NFC)Florian Hahn2019-12-051-14/+10
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* 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-141-2/+8
* [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.Daniel Sanders2015-06-271-0/+3
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-2/+2
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+4
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+3
* [Mips] Add .MIPS.options section descriptor kinds enumerationSimon Atanasyan2015-02-161-1/+1
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-1/+1
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-5/+3
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-4/+5
* Reverted my "Testing commit access" commit.Toma Tabacu2014-08-121-0/+1
* Testing commit access.Toma Tabacu2014-08-121-1/+0
* [mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIP...Daniel Sanders2014-07-211-0/+92
OpenPOWER on IntegriCloud