summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
AgeCommit message (Expand)Author
2017-11-03[AArch64] Fix the number of iterations for the Newton seriesEvandro Menezes
2017-11-03[AArch64] Use dwarf exception handling on MinGWMartin Storsjo
2017-11-02[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.Quentin Colombet
2017-11-02[AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih
2017-11-01[globalisel][tablegen] Add support for multi-insn emissionDaniel Sanders
2017-10-28[SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel
2017-10-25[AArch64] Add support for dllimport of values and functionsMartin Storsjo
2017-10-24MIR: Print the register class or bank in vreg defsJustin Bogner
2017-10-24[MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas
2017-10-23[MachineOutliner] Add optimisation remarks for successful outliningJessica Paquette
2017-10-23[GISel][AArch64]: Fix illegal Generic copies in testsAditya Nandakumar
2017-10-23Don't crash when we see unallocatable registers in clobbersGeorge Burgess IV
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-17AArch64: account for possible frame index operand in compares.Tim Northover
2017-10-17[ARM, AArch64] adjust tests trying to maintain their objective; NFCSanjay Patel
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
2017-10-16[globalisel][tablegen] Implement unindexed load, non-extending load, and MemV...Daniel Sanders
2017-10-13[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...Daniel Sanders
2017-10-11[MachineCombiner] Fix initialisation of LastUpdate for incremental update.Florian Hahn
2017-10-11[DAGCombiner] convert insertelement of bitcasted vector into shuffleSanjay Patel
2017-10-10[MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner
2017-10-09[GISel]: Fix generation of illegal COPYs during CallLoweringAditya Nandakumar
2017-10-09[AArch64] Improve codegen for inverted overflow checking intrinsicsAmara Emerson
2017-10-09[AArch64] fix typos in test assertionsSanjay Patel
2017-10-08[AArch64][GlobalISel] Add a test case for G_PHI of p0 instruction selection.Amara Emerson
2017-10-08[AArch64][GlobalISel] Add a test case for G_PHI of p0 regbank selection.Amara Emerson
2017-10-08[AArch64][GlobalISel] Make G_PHI of p0 types legal.Amara Emerson
2017-10-07[MachineOutliner] Disable outlining from LinkOnceODRs by defaultJessica Paquette
2017-10-06[GlobalISel] Fix legalizer trying to process a deleted instruction.Amara Emerson
2017-10-03[AArch64] Use LateSimplifyCFG after expanding atomic operations.Balaram Makam
2017-10-03[MachineOutliner] Fix off-by-one in cost modelJessica Paquette
2017-10-03Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...Geoff Berry
2017-10-03[Legalizer] Add support for G_OR NarrowScalar.Quentin Colombet
2017-10-02Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry
2017-09-28MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun
2017-09-27[MachineOutliner] AArch64: Avoid saving + restoring LR if possibleJessica Paquette
2017-09-27[AArch64][Falkor] Ignore SP based loads in HW prefetch fixups.Geoff Berry
2017-09-26[AArch64][Falkor] Fix bug in falkor prefetcher fix pass.Geoff Berry
2017-09-26[AArch64][Falkor] Fix correctness bug in falkor prefetcher fix pass and corre...Geoff Berry
2017-09-25[AArch64] Add basic support for Qualcomm's Saphira CPU.Chad Rosier
2017-09-22AArch64: support SwiftCC properly on AAPCS64Saleem Abdulrasool