summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64][RegisterBankInfo] Switch to TableGen'ed like PartialMapping.Quentin Colombet2016-09-231-20/+29
* [RegisterBankInfo] Use array instead of SmallVector for BreakDown.Quentin Colombet2016-09-231-5/+12
* [RegisterBankInfo] Move to statically allocated RegisterBank.Quentin Colombet2016-09-221-1/+19
* [AArch64][GlobalISel] Add default regbank mapping for int<>FP.Ahmed Bougacha2016-09-161-0/+10
* [AArch64][GlobalISel] Add default regbank mapping for G_FCMP.Ahmed Bougacha2016-09-161-0/+10
* [AArch64][GlobalISel] Add default regbank mapping for FP ops.Ahmed Bougacha2016-09-161-1/+18
* [AArch64][GlobalISel] Add default regbank mappings for mixed-type ops.Ahmed Bougacha2016-09-161-18/+36
* [AArch64][GlobalISel] Use the generic DefaultMapping as the default.Ahmed Bougacha2016-09-161-2/+1
* GlobalISel: remove "unsized" LLTTim Northover2016-09-151-1/+1
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-1/+4
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-201-0/+25
* [AArch64][RegisterBankInfo] G_OR are fine on either GPR or FPR.Quentin Colombet2016-06-081-0/+55
* [AArch64][RegisterBankInfo] Use the generic implementation of copyCost.Quentin Colombet2016-06-081-1/+2
* [RegisterBankInfo] Add a size argument for the cost of copy.Quentin Colombet2016-06-081-1/+2
* [RegisterBankInfo] Change the API for the verify methods.Quentin Colombet2016-04-211-1/+1
* [AArch64] Fix a typo in the register class to register bank mapping.Quentin Colombet2016-04-071-1/+1
* [RegisterBank] Rename RegisterBank::contains into RegisterBank::covers.Quentin Colombet2016-04-071-4/+4
* [AArch64] Teach RegisterBankInfo about the CC register bank.Quentin Colombet2016-04-071-0/+11
* [AArch64] Teach RegisterBankInfo about the mapping of register classesQuentin Colombet2016-04-071-0/+35
* Put quotes around #error string.James Y Knight2016-04-061-1/+1
* [AArch64] Change the CMake to avoid to build GlobalISel related APIsQuentin Colombet2016-04-061-10/+2
* [AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is ...Quentin Colombet2016-04-061-1/+1
* [AArch64] Initial implementation of the targeting of the register bank inform...Quentin Colombet2016-04-051-0/+73
OpenPOWER on IntegriCloud