summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* ARM: validate immediate branch targets in AsmParser.Tim Northover2016-07-115-51/+93
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-112-2/+5
* Give helper classes/functions internal linkage. NFC.Benjamin Kramer2016-07-101-9/+14
* ARM: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-088-135/+124
* ARM: support high registers in __builtin_longjmp on WoASaleem Abdulrasool2016-07-082-4/+34
* [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flagDiana Picus2016-07-074-12/+23
* [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.Diana Picus2016-07-064-14/+20
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCIDiana Picus2016-07-065-7/+40
* ARM: fix `-mlong-calls` for WoASaleem Abdulrasool2016-07-051-1/+1
* [Thumb] Reapply r272251 with a fix for PR28348 (mk 2)James Molloy2016-07-051-1/+43
* Revert "[Thumb] Reapply r272251 with a fix for PR28348"James Molloy2016-07-041-40/+1
* [Thumb] Reapply r272251 with a fix for PR28348James Molloy2016-07-041-1/+40
* Revert r274347 "[ARM] Refactor Thumb2 mul instruction descs"Hans Wennborg2016-07-011-144/+327
* [ARM] Refactor Thumb2 mul instruction descsSam Parker2016-07-011-327/+144
* [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...Craig Topper2016-07-011-3/+3
* CodeGen: Use MachineInstr& in LiveVariables API, NFCDuncan P. N. Exon Smith2016-07-011-3/+3
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-302-96/+99
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* Delete unused includes. NFC.Rafael Espindola2016-06-303-3/+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-308-540/+563
* Revert r272251, it caused PR28348.Nico Weber2016-06-291-40/+1
* [ARM] Fix 28282: cost computation for constant hoistingWeiming Zhao2016-06-281-1/+1
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-287-19/+10
* Don't pass Reloc::Model to places that already have it. NFC.Rafael Espindola2016-06-288-36/+31
* NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.Nick Lewycky2016-06-281-1/+1
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-273-13/+4
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-272-5/+0
* [ARM] Use member initializers in ARMSubtarget. NFCIDiana Picus2016-06-272-103/+78
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCIDiana Picus2016-06-275-63/+174
* Use isPositionIndependent. NFC.Rafael Espindola2016-06-261-1/+1
* Refactor a duplicated predicate. NFC.Rafael Espindola2016-06-262-5/+0
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-244-5/+17
* [ARM] Remove dead SDNodes. NFC.Ahmed Bougacha2016-06-241-7/+0
* [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-234-1/+141
* [ARM] Use member initializers in ARMSubtarget. NFCIDiana Picus2016-06-231-66/+22
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCIDiana Picus2016-06-236-25/+91
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-222-7/+6
* Delete more dead code.Rafael Espindola2016-06-212-77/+0
* fix indentationEtienne Bergeron2016-06-211-1/+1
* Define a isPositionIndependent helper for ARMAsmPrinter. NFC.Rafael Espindola2016-06-212-2/+8
* Replace silly uses of 'signed' with 'int'David Majnemer2016-06-211-2/+2
* Add a isPositionIndependent helper to ARMFastISel. NFC.Rafael Espindola2016-06-201-8/+13
* Use shouldAssumeDSOLocal.Rafael Espindola2016-06-201-1/+3
* Simplify. NFC.Rafael Espindola2016-06-201-6/+2
* [ARM] Enable isel of UMAALSam Parker2016-06-205-10/+133
* Add a isPositionIndependent predicate.Rafael Espindola2016-06-202-17/+20
* Removing an unused switch statement that has only a default label. This happe...Aaron Ballman2016-06-201-22/+16
* ARM: take account of possible bundle when erasing an instruction.Tim Northover2016-06-171-1/+1
OpenPOWER on IntegriCloud