summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
AgeCommit message (Expand)Author
2017-11-18[AArch64] Map G_LOAD on FPR when the definition goes to a copy to FPRQuentin Colombet
2017-11-18[AArch64] Map G_STORE on FPR when the source comes from a FPR copyQuentin Colombet
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-02[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.Quentin Colombet
2017-11-02[AArch64][RegisterBankInfo] Add FPR16 support in value mapping.Quentin Colombet
2017-10-18[aarch64][globalisel] Register banks and classes should have distinct names.Daniel Sanders
2017-10-16Re-apply [AArch64][RegisterBankInfo] Use the statically computed mappings for...Quentin Colombet
2017-10-16[AArch64][RegisterBankInfo] Add mapping support for G_BITCAST of s128Quentin Colombet
2017-10-14Revert "[AArch64][RegisterBankInfo] Use the statically computed mappings for ...Bruno Cardoso Lopes
2017-10-14[AArch64][RegisterBankInfo] Use the statically computed mappings for COPYQuentin Colombet
2017-08-23[GISEl]: Translate phi into G_PHIAditya Nandakumar
2017-08-03[GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet
2017-07-28GlobalISel: map 128-bit values to an FPR by default.Tim Northover
2017-06-23GlobalISel: remove G_SEQUENCE instruction.Tim Northover
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-10[AArch64][RegisterBankInfo] Change the default mapping of fp stores.Quentin Colombet
2017-05-08[AArch64][RegisterBankInfo] Change the default mapping of fp loads.Quentin Colombet
2017-05-08[AArch64][RegisterBankInfo] Fix mapping cost for GPR.Quentin Colombet
2017-05-05[RegisterBankInfo] Uniquely allocate instruction mapping.Quentin Colombet
2017-04-19[GlobalISel] Support vector-of-pointers in LLTKristof Beyls
2017-04-18Revert "[GlobalISel] Support vector-of-pointers in LLT"Kristof Beyls
2017-04-18[GlobalISel] Support vector-of-pointers in LLTKristof Beyls
2017-02-06GlobalISel: fall back gracefully when we can't map an operand's size.Tim Northover
2017-02-01[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-01-19Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18Re-revert: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-16Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...Daniel Sanders
2017-01-16[globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-13[globalisel][aarch64] Make getCopyMapping() take register banks ID's rather t...Daniel Sanders
2017-01-13[aarch64][globalisel] Move getValueMapping/getCopyMapping to AArch64GenRegist...Daniel Sanders
2017-01-13[aarch64][globalisel] Refactor getRegBankBaseIdxOffset() to remove the power-...Daniel Sanders
2017-01-13[aarch64][globalisel] Move data into <Target>GenRegisterBankInfo. NFC.Daniel Sanders
2017-01-12[globalisel] Move as much RegisterBank initialization to the constructor as p...Daniel Sanders
2017-01-12[globalisel] Initialize RegisterBanks with static data.Daniel Sanders
2016-12-06GlobalISel: handle G_SEQUENCE fallbacks gracefully.Tim Northover
2016-12-06[globalisel][aarch64] Fix unintended assumptions about PartialMappingIdx. NFC.Daniel Sanders
2016-12-06[globalisel][aarch64] Correct argument names in comments.Daniel Sanders
2016-12-06[globalisel][aarch64] Prefix PartialMappingIdx enumerators with 'PMI_' to fit...Daniel Sanders
2016-12-05[AArch64][RegisterBankInfo] Fix typo in the logic used in assert.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Switch to fully static opds mapping for G_BITCAST.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Provide alternative mappings for 64-bit loadQuentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Provide alternative mappings for G_BITCASTs.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Describe cross regbank copies statically.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Use static mapping for same bank G_BITCAST.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Bump the cost of vector loads.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Use a proper cost for cross regbank G_BITCASTs.Quentin Colombet
2016-10-13[AArch64][RegisterBankInfo] Provide more realistic copy costs.Quentin Colombet
2016-10-03[AArch64][RegisterBankInfo] Add getSameKindofOperandsMapping.Quentin Colombet
2016-09-30[AArch64][RegisterBankInfo] Use the helper functions for the checksQuentin Colombet