summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-2/+2
* [Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...Tim Shen2017-05-091-7/+7
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-2/+1
* ARM: use divmod libcalls on embedded MachO platforms too.Tim Northover2017-05-081-3/+3
* [ARM][NEON] Add support for ISD::ABS lowering Simon Pilgrim2017-05-081-1/+4
* ARM: Compute MaxCallFrame size earlyMatthias Braun2017-05-051-0/+5
* [KnownBits] Add wrapper methods for setting and clear all bits in the underly...Craig Topper2017-05-051-2/+3
* [ARM] ACLE Chapter 9 intrinsicsSam Parker2017-05-041-0/+38
* [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper2017-04-281-23/+23
* ARM: make sure we use all entries in a vector before forming a vpaddl.Tim Northover2017-04-211-5/+5
* ARM: don't try to create an i8 -> i32 vpaddl.Tim Northover2017-04-211-2/+5
* ARM: lower "fence singlethread" to a pure compiler barrier.Tim Northover2017-04-201-1/+5
* ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover2017-04-201-5/+2
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-201-3/+3
* [ARM] Remove redundant computeKnownBits helper.Eli Friedman2017-04-191-29/+14
* [ARM] Use TableGen patterns to select vtbl. NFC.Eli Friedman2017-04-191-0/+6
* DAG: Make mayBeEmittedAsTailCall parameter constMatt Arsenault2017-04-181-1/+1
* [ARM] Check for correct HW div when lowering divmodDiana Picus2017-04-181-1/+3
* [ARM/AArch64] Ensure valid vector element types for interleaved accessesMatthew Simpson2017-04-101-24/+32
* [SelectionDAG] [ARM CodeGen] Fix chain information of LowerMULHuihui Zhang2017-04-061-2/+13
* [DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...Simon Pilgrim2017-03-311-0/+1
* [ARM] Fix mixup between Lo and Hi in SMLALBB formation.Eli Friedman2017-03-251-4/+4
* [ARM] Fix computeKnownBits for ARMISD::CMOVPirama Arumuga Nainar2017-03-231-2/+2
* Reapply r298417 "[ARM] Recommit the glueless lowering of addc/adde in Thumb1"Artyom Skrobov2017-03-221-13/+83
* Revert "[ARM] Recommit the glueless lowering of addc/adde in Thumb1, includin...Vitaly Buka2017-03-221-83/+13
* [ARM] Recommit the glueless lowering of addc/adde in Thumb1,Artyom Skrobov2017-03-211-13/+83
* [ARM] Revert r297443 and r297820.Eli Friedman2017-03-211-83/+13
* [ARM] Fix PR32130: Handle promotion of zero sized constants.Vadzim Dambrouski2017-03-201-1/+2
* Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave2017-03-181-1/+1
* Capitalize ArgListEntry fields. NFC.Nirav Dave2017-03-181-12/+12
* Revert "[Thumb1] Fix the bug when adding/subtracting -2147483648"Artyom Skrobov2017-03-151-4/+4
* [Thumb1] Fix the bug when adding/subtracting -2147483648Artyom Skrobov2017-03-151-4/+4
* [ARM] Enable SMLAL[B|T] iselSam Parker2017-03-151-5/+128
* [ARM] Move SMULW[B|T] isel to DAG CombineSam Parker2017-03-141-0/+113
* [Thumb1] combine ADDC/SUBC with a negative immediateArtyom Skrobov2017-03-131-0/+20
* Refactor the multiply-accumulate combines to act onArtyom Skrobov2017-03-101-76/+64
* For Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless ARMISD nodes,Artyom Skrobov2017-03-101-12/+63
* [ARM] Reapply r296865 "[ARM] fpscr read/write intrinsics not aware of each ot...Ranjeet Singh2017-03-071-3/+4
* [ARM/AArch64] Support wide interleaved accessesMatthew Simpson2017-03-021-53/+140
* [ARM] don't transform an add(ext Cond), C to select unless there's a setcc of...Sanjay Patel2017-02-271-1/+1
* Fix PR31896.Evgeniy Stepanov2017-02-211-5/+8
* [ARM] Replace HasT2ExtractPack with HasDSPSam Parker2017-02-171-2/+2
* [ARM] Fix crash caused by r294945James Molloy2017-02-131-2/+4
* [ARM] Use VCMP, not VCMPE, for floating point equality comparisonsJames Molloy2017-02-131-13/+32
* [ARM] Don't lower f16 interleaved accesses.Ahmed Bougacha2017-02-111-0/+14
* [ARM/AArch ISel] SwiftCC: First parameters that are marked swiftself are not ...Arnold Schwaighofer2017-02-081-1/+2
* [ARM] Make RWPI use movw/movt when availableChristof Douma2017-02-071-8/+15
* [CodeGen] Remove dead call-or-prologue enum from CCStateReid Kleckner2017-02-021-30/+9
* [LV] Move interleaved access helper functions to VectorUtils (NFC)Matthew Simpson2017-02-011-14/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
OpenPOWER on IntegriCloud