summaryrefslogtreecommitdiff
path: root/lib/CodeGen/GlobalISel/RegisterBank.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-191-3/+4
* Re-revert: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-181-4/+3
* Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-181-3/+4
* Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...Daniel Sanders2017-01-161-4/+3
* [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-161-3/+4
* [globalisel] Move as much RegisterBank initialization to the constructor as p...Daniel Sanders2017-01-121-1/+6
* [globalisel] Initialize RegisterBanks with static data.Daniel Sanders2017-01-121-2/+0
* [RegisterBank] Mark the dump method with LLVM_DUMP_METHOD.Quentin Colombet2016-09-231-1/+1
* [GlobalISel] Fix #include ordering/spacing. NFC.Ahmed Bougacha2016-07-141-1/+0
* [RegisterBankInfo] Change the API for the verify methods.Quentin Colombet2016-04-211-1/+2
* [RegisterBank] Rename RegisterBank::contains into RegisterBank::covers.Quentin Colombet2016-04-071-5/+5
* [RegisterBank] Implement the verify method to check for the obvious mistakes.Quentin Colombet2016-04-051-4/+27
* [RegisterBank] Add printable capabilities for future debugging.Quentin Colombet2016-04-051-0/+34
* [RegisterBank] Provide a way to check if a register bank is valid.Quentin Colombet2016-04-051-1/+12
* [GlobalISel] Add a class, RegisterBank, to represent register banks.Quentin Colombet2016-04-051-0/+39