summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64] Re-run load/store optimizer after aggressive tail duplicationAlexandros Lamprineas2018-12-172-0/+52
* Regenerate neon copy tests. NFCI.Simon Pilgrim2018-12-151-174/+589
* [GlobalISel] LegalizerHelper: Implement fewerElementsVector for G_LOAD/G_STOREVolkan Keles2018-12-142-39/+54
* [globalisel][combiner] Fix r349167 for release mode botsDaniel Sanders2018-12-141-0/+2
* [globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...Daniel Sanders2018-12-141-12/+47
* [AArch64] make test immune to scalarization improvements; NFCSanjay Patel2018-12-141-5/+6
* [AArch64] Catch some more CMN opportunities.Arnaud A. de Grandmaison2018-12-131-0/+399
* [CodeGen] Allow mempcy/memset to generate small overlapping stores.Clement Courbet2018-12-131-7/+5
* Revert r348843 "[CodeGen] Allow mempcy/memset to generate small overlapping s...Clement Courbet2018-12-111-5/+7
* [CodeGen] Allow mempcy/memset to generate small overlapping stores.Clement Courbet2018-12-111-7/+5
* [GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.Amara Emerson2018-12-108-53/+407
* [GlobalISel] Set stack protector index when translating Intrinsic::stackprote...Petr Pavlu2018-12-101-0/+3
* [GlobalISel] Add IR translation support for the @llvm.log10 intrinsicJessica Paquette2018-12-072-0/+13
* [DAGCombiner] use root SDLoc for all nodes created by logic foldSanjay Patel2018-12-071-6/+6
* AArch64: Fix invalid CCMP emissionMatthias Braun2018-12-061-4/+68
* [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECT...Amara Emerson2018-12-051-0/+9
* [MachineOutliner] Outline functions by order of benefitJessica Paquette2018-12-051-0/+106
* AArch64: support funclets in fastcall and swift_callSaleem Abdulrasool2018-12-051-0/+36
* [AArch64][GlobalISel] Re-enable selection of volatile loads.Amara Emerson2018-12-051-1/+1
* [ARM64][Windows] Fix local stack size for funcletsSanjin Sijaric2018-12-041-0/+53
* [MachineOutliner] Move stack instr check logic to getOutliningCandidateInfoJessica Paquette2018-12-041-0/+72
* [MachineOutliner] Drop candidates that require fixups if it's beneficialJessica Paquette2018-12-033-0/+314
* [GlobalISel] Fix test irtranslator-stackprotect-check.llPetr Pavlu2018-12-031-10/+10
* [MachineOutliner][AArch64] Improve checks for stack instructionsJessica Paquette2018-12-013-21/+22
* Replace w16/w17 in machine-outliner.mir with w11/w12Jessica Paquette2018-12-011-52/+52
* [MachineOutliner] Outline both register save calls + no LR save calls togetherJessica Paquette2018-11-301-10/+26
* AArch64: Don't emit CFI for SCS register in nounwind functions.Peter Collingbourne2018-11-301-0/+8
* [MachineScheduler] Order FI-based memops based on stack directionFrancis Visoiu Mistrih2018-11-291-3/+3
* [GlobalISel] LegalizationArtifactCombiner: Combine aext([asz]ext x) -> [asz]e...Volkan Keles2018-11-291-4/+58
* [GlobalISel] Fix insertion of stack-protector epiloguePetr Pavlu2018-11-291-0/+50
* [MachineScheduler] Add support for clustering mem ops with FI base operandsFrancis Visoiu Mistrih2018-11-282-1/+28
* [LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use SplitVecOp_Trunca...Craig Topper2018-11-262-25/+25
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-11/+11
* Revert r343341Luke Cheeseman2018-11-231-11/+11
* [DAGCombiner] form 'not' ops ahead of shifts (PR39657)Sanjay Patel2018-11-221-3/+2
* [AArch64] Fix SelectionDAG infinite loop for v1i64 SCALAR_TO_VECTORJohn Brawn2018-11-221-0/+22
* [DAGCombiner] look through bitcasts when trying to narrow vector binopsSanjay Patel2018-11-201-1/+3
* [AArch64, x86] add tests for shift-not (PR39657); NFCSanjay Patel2018-11-201-0/+18
* Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber2018-11-192-0/+411
* DAG combiner: fold (select, C, X, undef) -> XStanislav Mekhanoshin2018-11-161-2/+2
* AArch64: Emit a call frame instruction for the shadow call stack register.Peter Collingbourne2018-11-161-0/+1
* [ARM64] [Windows] Handle funcletsEli Friedman2018-11-094-0/+357
* [AArch64] Support HiSilicon's TSV110 processorBryan Chan2018-11-092-0/+2
* [SelectionDAG] swap select_cc operands to enable foldingAlexandros Lamprineas2018-11-091-0/+54
* [COFF, ARM64] Add support for MSVC buffer security checkMandeep Singh Grang2018-11-091-0/+8
* [DAGCombine] Improve alias analysis for chain of independent stores.Nirav Dave2018-11-083-15/+13
* [AArch64] [Windows] Trap after noreturn calls.Eli Friedman2018-11-071-0/+17
* [AArch64][GlobalISel] Simplify and autogenerate the legalizer testsVolkan Keles2018-11-0618-807/+365
* Reland r346166: [GlobalISel] Refactor the artifact combiner a bit by using MI...Volkan Keles2018-11-061-0/+21
* [NFC][x86][AArch64] extract-bits.ll: add test with 'ashr'.Roman Lebedev2018-11-051-0/+32
OpenPOWER on IntegriCloud