summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Implement isExtractSubvectorCheap.Eli Friedman2016-12-201-0/+8
* [ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.Eli Friedman2016-12-161-2/+32
* [ARM] Expose methods to get the CCAssignFn. NFCIDiana Picus2016-12-161-17/+18
* Revert 279703, it caused PR31404.Nico Weber2016-12-161-31/+2
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-9/+29
* [ARM] Split 128-bit vectors in BUILD_VECTOR loweringEli Friedman2016-12-141-0/+21
* [ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.Eli Friedman2016-12-141-2/+31
* Generalize strided store pattern in interleave access passAlina Sbirlea2016-12-131-6/+36
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-3/+2
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-2/+3
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-3/+2
* [ARM] Relax restriction on variadic functions for tailcall optimizationPablo Barrio2016-11-171-5/+0
* ARM: fix CodeGen for 64-bit shifts.Tim Northover2016-11-161-17/+31
* ARM: lower fpowi appropriately for Windows ARMSaleem Abdulrasool2016-11-061-0/+57
* [Cortex-M0] Atomic loweringWeiming Zhao2016-11-031-4/+13
* CodeGen: further loosen -O0 CG for WoA divisionSaleem Abdulrasool2016-10-311-5/+13
* ARM: ensure that the Windows DBZ check is in rangeSaleem Abdulrasool2016-10-271-8/+3
* [ARM] Predicate UMAAL selection on hasDSP.Sam Parker2016-10-271-1/+1
* Improve ARM lowering for "icmp <2 x i64> eq".Eli Friedman2016-10-181-6/+21
* [ARM]: Assign cost of scaling used in addressing mode for ARM coresJaved Absar2016-10-131-0/+11
* [ARM] Fix registers clobbered by SjLj EH on soft-float targetsOliver Stannard2016-10-111-2/+4
* [ARM] Reapply: Use __rt_div functions for divrem on WindowsMartin Storsjo2016-10-071-21/+45
* Revert "[ARM] Use __rt_div functions for divrem on Windows"Diana Picus2016-10-061-45/+21
* [ARM] Constant pool promotion - fix alignment calculationJames Molloy2016-10-061-1/+1
* [ARM] Use __rt_div functions for divrem on WindowsMartin Storsjo2016-10-051-21/+45
* [ARM] Code size optimisation to lower udiv+urem to udiv+mls instead of aSjoerd Meijer2016-10-031-1/+19
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-0/+170
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-170/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-0/+170
* Revert r281715, it caused PR30475Nico Weber2016-09-211-168/+0
* Reverting r281719, this is causing buildbot failures and timeouts again.Sjoerd Meijer2016-09-161-18/+1
* This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM to UDIV+MLSSjoerd Meijer2016-09-161-1/+18
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-161-0/+168
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-151-121/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-151-0/+121
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-141-111/+0
* getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ;...Sanjay Patel2016-09-141-3/+2
* getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel2016-09-141-22/+22
* getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCISanjay Patel2016-09-141-1/+1
* getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel2016-09-141-1/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-141-0/+111
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-131-110/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-131-0/+110
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-121-89/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-121-0/+89
* [CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar2016-09-111-9/+11
* ARM: move the builtins libcall CC setupSaleem Abdulrasool2016-09-091-0/+167
* Revert "[ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)"Pablo Barrio2016-09-081-18/+1
* [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)Pablo Barrio2016-09-071-1/+18
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
OpenPOWER on IntegriCloud