summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/GlobalISel
AgeCommit message (Expand)Author
2018-02-20Merging r325550:Hans Wennborg
2018-02-20Merging r325463:Hans Wennborg
2018-01-30Merging r323582:Hans Wennborg
2018-01-26Merging r323384:Hans Wennborg
2018-01-25Merging r323369 and r323371:Hans Wennborg
2018-01-22Merging r322878:Hans Wennborg
2018-01-03[GlobalISel][Legalizer] Fix legalization of llvm.smul.with.overflowAmara Emerson
2018-01-02[AArch64][GlobalISel] Fix assert fail with unknown intrinsic.Amara Emerson
2018-01-02[AArch64][GlobalISel] Enable GlobalISel at -O0 by defaultAmara Emerson
2017-12-19[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[GlobalISel][Legalizer] Fix crash when trying to lower G_FNEG of fp128 types.Amara Emerson
2017-12-19update_mir_test_checks: Accept IR as input as well as MIRJustin Bogner
2017-12-11[GlobalISel] Disable GISel for big endian.Amara Emerson
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-05Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...Daniel Sanders
2017-12-04[globalisel][tablegen] Tests for r319691Daniel Sanders
2017-12-04[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...Daniel Sanders
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-01GlobalISel: Enable the legalization of G_MERGE_VALUES and G_UNMERGE_VALUESVolkan Keles
2017-11-30[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SUCCESS and G_ATOMICRMW_*Daniel Sanders
2017-11-30[GlobalISel][IRTranslator] Fix crash during translation of zero sized loads/s...Amara Emerson
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[globalisel][tablegen] Add support for importing G_ATOMIC_CMPXCHG, G_ATOMICRM...Daniel Sanders
2017-11-28[aarch64][globalisel] Add missing tests from r319216Daniel Sanders
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-18[RegisterBankInfo] Relax the assert of having matching type sizes on default ...Quentin Colombet
2017-11-18[AArch64][RegisterBankInfo] Teach instruction mapping about gpr32 -> fpr16 cr...Quentin Colombet
2017-11-17[GISel]: DCE copy instructions during legalizationAditya Nandakumar
2017-11-14[GISel]: Rework legalization algorithm for better elimination ofAditya Nandakumar
2017-11-13[globalisel][tablegen] Add support for extload.Daniel Sanders
2017-11-11[globalisel][tablegen] Import signextload and zeroextload.Daniel Sanders
2017-11-07[GlobalISel] Enable legalizing non-power-of-2 sized types.Kristof Beyls
2017-11-06[MIRPrinter] Use %subreg.xxx syntax for subregister index operandsBjorn Pettersson
2017-11-02[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.Quentin Colombet
2017-11-01[globalisel][tablegen] Add support for multi-insn emissionDaniel Sanders
2017-10-24MIR: Print the register class or bank in vreg defsJustin Bogner
2017-10-23[GISel][AArch64]: Fix illegal Generic copies in testsAditya Nandakumar
2017-10-23[globalisel][tablegen] Import stores and allow GISel to automatically substit...Daniel Sanders
2017-10-18GISel: Canonicalize select tests using update_mir_test_checksJustin Bogner
2017-10-18AArch64/GISel: Modernize the localizer testJustin Bogner
2017-10-18Canonicalize a large number of mir tests using update_mir_test_checksJustin Bogner
2017-10-18AArch64/GISel: Fix a couple of tests that were testing the wrong thingJustin Bogner
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-16[AArch64][LegalizerInfo] Mark s128 G_BITCAST legalQuentin Colombet
2017-10-16Re-commit r315885: [globalisel][tblgen] Add support for iPTR and implement am...Daniel Sanders
2017-10-16Revert r315885: [globalisel][tblgen] Add support for iPTR and implement am_un...Daniel Sanders
2017-10-16[globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_i...Daniel Sanders