summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/InfoByHwMode.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Support encoding per-HwModeJames Molloy2019-09-191-0/+11
* Add support for pointer types in patternsTom Stellard2019-02-201-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* [TableGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-2/+2
* Remove redundant includes from utils/TableGen.Michael Zolotukhin2017-12-131-1/+0
* [TableGen] Replace InfoByHwMode::getAsString with writeToStreamKrzysztof Parzyszek2017-09-221-27/+36
* Revert "[TableGen] Replace InfoByHwMode::getAsString with writeToStream"Krzysztof Parzyszek2017-09-221-35/+27
* [TableGen] Replace InfoByHwMode::getAsString with writeToStreamKrzysztof Parzyszek2017-09-221-27/+35
* [TableGen] Return StringRef from ValueTypeByHwMode::getMVTNameSimon Pilgrim2017-09-221-5/+4
* TableGen support for parameterized register class informationKrzysztof Parzyszek2017-09-141-0/+199
OpenPOWER on IntegriCloud