summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-7/+9
* Use the range variant of count_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+2
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-2/+30
* [ARM] Some saturation instructions not DSP-onlyBernard Ogden2016-08-021-1/+1
* [Thumb] Emit Thumb move in both Thumb modes for struct_byval predicatesPrakhar Bahuguna2016-07-291-4/+5
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-25/+25
* [ARM] Saturation instructions are DSP-onlyRenato Golin2016-07-251-1/+2
* [ARM] Improve longMAC codegen testSam Parker2016-07-251-1/+2
* Revert "Disable this-return argument forwarding on ARM/AArch64"David Majnemer2016-07-201-8/+1
* [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and MuslDiana Picus2016-07-181-0/+1
* Disable this-return argument forwarding on ARM/AArch64Hal Finkel2016-07-161-1/+8
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-115/+80
* [ARM] Fix build after r275540James Molloy2016-07-151-6/+6
* [Thumb-1] Select post-increment load and store where possibleJames Molloy2016-07-151-4/+36
* [ARM] Followup to r275537 addressing review commentsJames Molloy2016-07-151-2/+2
* [ARM] Prefer indirect calls in minsize modeJames Molloy2016-07-151-28/+42
* Give helper classes/functions internal linkage. NFC.Benjamin Kramer2016-07-101-9/+14
* ARM: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-1/+1
* ARM: fix `-mlong-calls` for WoASaleem Abdulrasool2016-07-051-1/+1
* [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...Craig Topper2016-07-011-3/+3
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-86/+90
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Use ShuffleVectorSDNode::isSplat member method instead of static method isSpl...Craig Topper2016-06-301-1/+1
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-1/+1
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-281-2/+1
* NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.Nick Lewycky2016-06-281-1/+1
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-8/+2
* Refactor a duplicated predicate. NFC.Rafael Espindola2016-06-261-4/+0
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-3/+3
* [ARM] Use aapcs_vfp for ___truncdfhf2 on v7k.Ahmed Bougacha2016-06-241-11/+13
* [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)Pablo Barrio2016-06-231-1/+133
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCIDiana Picus2016-06-231-2/+3
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-221-6/+5
* [ARM] Enable isel of UMAALSam Parker2016-06-201-7/+86
* Add a isPositionIndependent predicate.Rafael Espindola2016-06-201-17/+19
* Don't print (PLT) on arm.Rafael Espindola2016-06-161-12/+2
* Refactor duplicated code. NFC.Rafael Espindola2016-06-161-3/+1
* Refactor duplicated code. NFC.Rafael Espindola2016-06-161-6/+5
* Refactor duplicated code. NFC.Rafael Espindola2016-06-161-4/+5
* Refactor duplicated code. NFC.Rafael Espindola2016-06-161-3/+5
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-61/+50
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-2/+2
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-071-2/+12
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-031-1/+1
* Avoid a load for local functions.Rafael Espindola2016-06-011-2/+7
* Add a use of shouldAssumeDSOLocal to ARM.Rafael Espindola2016-05-311-2/+6
* ARM: stop emitting blx instructions for most calls on MachO.Tim Northover2016-05-101-2/+1
OpenPOWER on IntegriCloud