summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64
Commit message (Expand)AuthorAgeFilesLines
...
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-1/+0
* [DAGCombine] visitEXTRACT_SUBVECTOR - 'little to big' extract_subvector(bitca...Sanjay Patel2019-12-231-71/+0
* [AArch64] [Windows] Use COFF stubs for calls to extern_weak functionsMartin Storsjö2019-12-233-7/+15
* [AArch64] match splat of bitcasted extract subvector to DUPLANESanjay Patel2019-12-221-7/+43
* Fix "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim2019-12-211-1/+1
* [AArch64] Respect reserved registers while renaming in LdSt opt.Florian Hahn2019-12-211-1/+4
* Add parentheses to silence warningBill Wendling2019-12-201-2/+2
* [AArch64][SVE] Replace integer immediate intrinsics with splat vector variantDanilo Carvalho Grael2019-12-202-22/+39
* [AArch64][SVE] Correct intrinsics and patterns for logical predicate instruct...Paul Walker2019-12-201-17/+17
* [AArch64][SVE] Fold constant multiply of element countCullen Rhodes2019-12-203-1/+54
* [AArch64][SVE] Add intrnisics for saturating scalar arithmeticAndrzej Warzynski2019-12-202-69/+137
* Recommit "[AArch64][SVE] Add permutation and selection intrinsics"Cullen Rhodes2019-12-205-42/+264
* [AArch64][SVE] Add intrinsics for binary narrowing operationsAndrzej Warzynski2019-12-203-22/+59
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-2/+9
* Revert "[AArch64][SVE] Add permutation and selection intrinsics"Cullen Rhodes2019-12-195-264/+42
* [AArch64][SVE] Add permutation and selection intrinsicsCullen Rhodes2019-12-195-42/+264
* [AArch64][SVE] Implement pfirst and pnext intrinsicsCullen Rhodes2019-12-192-5/+12
* [AArch64][SVE] Implement ptrue intrinsicCullen Rhodes2019-12-193-10/+19
* Revert "[AArch64][SVE] Replace integer immediate intrinsics with splat vector...Danilo Carvalho Grael2019-12-182-39/+22
* [AArch64][SVE] Replace integer immediate intrinsics with splat vector variantDanilo Carvalho Grael2019-12-182-22/+39
* [gicombiner] Import tryCombineIndexedLoadStore()Daniel Sanders2019-12-181-6/+1
* [AArch64] match fcvtl2 with bitcasted extractSanjay Patel2019-12-182-6/+35
* [gicombiner] Add support for arbitrary match data being passed from match to ...Daniel Sanders2019-12-181-14/+12
* [AArch64] Improve codegen of volatile load/store of i128Victor Campos2019-12-183-14/+69
* [AArch64] Enable clustering memory accesses to fixed stack objectsJay Foad2019-12-183-118/+90
* [AArch64][GlobalISel]: Fix a crash in GlobalIsel in dealing with 16bit uadd.w...Xiaoqing Wu2019-12-171-1/+2
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-0/+1
* Fix assertion failure in getMemOperandWithOffsetWidthKristof Beyls2019-12-171-3/+5
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-1/+0
* [AArch64][SVE] Change pattern generation code to fix -Wimplicit-fallthrough a...Fangrui Song2019-12-161-4/+11
* [AArch64][SVE] Add patterns for logical immediate operations.Danilo Carvalho Grael2019-12-163-4/+56
* Reland [AArch64][MachineOutliner] Return address signing for outlined functionsDavid Tellenbach2019-12-161-8/+304
* [AArch64][SVE2] Add intrinsics for binary narrowing operationsAndrzej Warzynski2019-12-162-10/+20
* [AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.Kristof Beyls2019-12-161-1/+1
* [Aarch64][SVE] Add intrinsics for scatter storesAndrzej Warzynski2019-12-165-61/+297
* Revert "AArch64: Fix frame record chain"Logan Chien2019-12-142-32/+16
* AArch64: Fix frame record chainLogan Chien2019-12-142-16/+32
* [AArch64] Save FP for leaf functions when disabling frame pointer eliminationFangrui Song2019-12-131-1/+1
* [AArch64] Emit PAC/BTI .note.gnu.property flagsMomchil Velikov2019-12-131-0/+60
* [NFC] Use EVT instead of bool for getSetCCInverse()Alex Richardson2019-12-131-15/+17
* Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"Kerry McLaughlin2019-12-133-2/+95
* [NFC][AArch64] Fix typo.Nate Voorhies2019-12-131-1/+1
* [AArch64][SVE] Add integer arithmetic with immediate instructions.Danilo Carvalho Grael2019-12-123-9/+65
* [AArch64][SVE] Remove nxv1f32 and nxv1f64 as legal typesCullen Rhodes2019-12-123-31/+13
* [AArch64][SVE] Add patterns for scalable vselectCameron McInally2019-12-112-2/+12
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-115-1/+6
* Rename TTI::getIntImmCost for instructions and intrinsicsReid Kleckner2019-12-112-7/+8
* Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=Off builds after D65958 and...Fangrui Song2019-12-111-0/+2
* Add intrinsics for unary narrowing operationsAndrzej Warzynski2019-12-112-8/+18
* [AArch64] Be more careful to skip debug operands in LdSt Optimizier.Florian Hahn2019-12-111-7/+10
OpenPOWER on IntegriCloud