summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* [ARM][GlobalISel] Legalize narrow scalar ops by wideningDiana Picus2017-05-113-54/+213
* [ARM][GlobalISel] Support for G_ANYEXTDiana Picus2017-05-112-0/+99
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-8/+8
* ARM: use divmod libcalls on embedded MachO platforms too.Tim Northover2017-05-082-38/+36
* [ARM][NEON] Add support for ISD::ABS lowering Simon Pilgrim2017-05-081-0/+38
* ARM: Compute MaxCallFrame size earlyMatthias Braun2017-05-051-0/+24
* MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun2017-05-054-14/+0
* [ARM] ACLE Chapter 9 intrinsicsSam Parker2017-05-043-63/+591
* [XRay] Create an Index of sleds per functionDean Michael Berris2017-05-042-0/+13
* ARM: add extra test for addrmode folding.Tim Northover2017-05-031-0/+11
* ARM: avoid handing a deleted node back to TableGen during ISel.Tim Northover2017-05-021-0/+17
* ARM: add arm1176j-f processorTim Northover2017-05-021-1/+4
* [ARM] GlobalISel: Tighten test. NFCDiana Picus2017-04-281-27/+27
* [ARM] GlobalISel: Fix extended stack operandsDiana Picus2017-04-272-4/+52
* [DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X)Sanjay Patel2017-04-261-13/+10
* Fix signed multiplication with overflow fallback.Ranjeet Singh2017-04-261-0/+16
* [ARM, x86] add more vector tests for bool math; NFCSanjay Patel2017-04-241-0/+39
* [ARM] GlobalISel: Legalize s8 and s16 G_(S|U)DIVDiana Picus2017-04-242-4/+203
* [ARM] GlobalISel: Support G_(S|U)DIV for s32Diana Picus2017-04-244-0/+225
* [ARM] GlobalISel: Select G_CONSTANT with CImm operandsDiana Picus2017-04-242-3/+32
* ARM: make sure we use all entries in a vector before forming a vpaddl.Tim Northover2017-04-211-0/+9
* ARM: don't try to create an i8 -> i32 vpaddl.Tim Northover2017-04-211-0/+11
* [ARM] GlobalISel: Add support for G_TRUNCDiana Picus2017-04-213-0/+77
* [ARM] GlobalISel: Make struct arguments fail elegantlyDiana Picus2017-04-211-0/+80
* ARM: lower "fence singlethread" to a pure compiler barrier.Tim Northover2017-04-201-0/+16
* ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover2017-04-207-63/+121
* [DAG] add splat vector support for 'xor' in SimplifyDemandedBitsSanjay Patel2017-04-191-4/+2
* ARMFrameLowering: Reserve emergency spill slot for large argumentsMatthias Braun2017-04-191-0/+94
* [ARM] Use TableGen patterns to select vtbl. NFC.Eli Friedman2017-04-191-1/+1
* ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin.Tim Northover2017-04-191-0/+24
* [ARM] add test and auto-generate checks; NFCSanjay Patel2017-04-191-122/+440
* Revert "ARMFrameLowering: Reserve emergency spill slot for large arguments"Renato Golin2017-04-191-94/+0
* [ARM] GlobalISel: Add support for G_MULDiana Picus2017-04-194-1/+326
* ARMFrameLowering: Reserve emergency spill slot for large argumentsMatthias Braun2017-04-191-0/+94
* [ARM] Add hardware build attributes in assemblerOliver Stannard2017-04-181-234/+227
* [ARM] GlobalISel: Add support for G_SUBDiana Picus2017-04-185-0/+329
* [ARM] Check for correct HW div when lowering divmodDiana Picus2017-04-181-0/+37
* GlobalISel: Allow legalizing G_FADD to a libcallDiana Picus2017-04-112-6/+112
* [SelectionDAG] Check CALLSEQ_BEGIN nodes in DelayForLiveRegsSam Parker2017-04-111-0/+136
* [ARM, x86] add tests to show possible improvement for bool math; NFCSanjay Patel2017-04-101-0/+32
* Add address space mangling to lifetime intrinsicsMatt Arsenault2017-04-103-11/+11
* [ARM] GlobalISel: Support G_FPOW for float and doubleDiana Picus2017-04-102-3/+114
* [ARM] Prefer BIC over BFC in ARM mode.Eli Friedman2017-04-077-19/+25
* [ARM] GlobalISel: Test hard float properlyDiana Picus2017-04-071-16/+26
* [ARM] GlobalISel: Support frem for 64-bit valuesDiana Picus2017-04-072-0/+58
* [ARM] GlobalISel: Support frem for 32-bit valuesDiana Picus2017-04-072-0/+48
* Turn on -addr-sink-using-gep by default.Eli Friedman2017-04-061-1/+0
* [SelectionDAG] [ARM CodeGen] Fix chain information of LowerMULHuihui Zhang2017-04-061-0/+115
* Revert "[ARM] Add Kryo to available targets"Yi Kong2017-04-061-1/+0
* [SDAG] Fix visitAND optimization to deal with vector extract case again.Nirav Dave2017-04-061-0/+22
OpenPOWER on IntegriCloud