summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* Revert r312898 "[ARM] Use ADDCARRY / SUBCARRY"Hans Wennborg2017-09-112-168/+20
* [ARM] Enable the use of SVC anywhere in an IT blockAndre Vieira2017-09-111-3/+4
* [ARM] Use ADDCARRY / SUBCARRYRoger Ferrer Ibanez2017-09-112-20/+168
* [ARM] Remove redundant vcvt patterns.Benjamin Kramer2017-09-071-14/+0
* ARM: track globals promoted to coalesced const pool entriesSaleem Abdulrasool2017-09-073-13/+27
* Insert IMPLICIT_DEFS for undef uses in tail mergingMatthias Braun2017-09-061-12/+10
* [ARM] Make ARMExpandPseudo add implicit uses for predicated instructionsEli Friedman2017-09-051-8/+26
* [ARM] Register ARMExpandPseudo pass.Eli Friedman2017-09-053-1/+8
* [ARM] GlobalISel: Minor cleanups in inst selectorDiana Picus2017-09-051-11/+10
* [ARM] GlobalISel: Support global variables for RWPIDiana Picus2017-09-051-15/+51
* [ARM] GlobalISel: Support ROPI global variablesDiana Picus2017-09-011-2/+14
* [ARM] Add 2-operand assembly aliases for Thumb1 ADD/SUBOliver Stannard2017-09-011-0/+6
* Move static helper into ARMTargetLowering. NFCDiana Picus2017-09-012-1/+3
* [ARM] Reverse PostRASched subtarget feature logicSam Parker2017-08-314-24/+17
* [ARM] Replace fixed-size SmallSet with a bitset.Benjamin Kramer2017-08-301-30/+30
* [ARM] Use Swift error registers on non-Darwin targetsBrian Gesiak2017-08-301-2/+2
* [ARM] - Tidy-up ARMAsmPrinter.cppJaved Absar2017-08-291-10/+8
* [ARM] GlobalISel: Select globals in PIC modeDiana Picus2017-08-294-7/+37
* Fix ARMv4 supportJoerg Sonnenberger2017-08-289-10/+35
* [ARM] Fix bug in ARMLoadStoreOptimizer when kill flags are missing.Geoff Berry2017-08-281-30/+19
* Untabify.NAKAMURA Takumi2017-08-281-4/+4
* [ARM] Tidy-up condition-code support functionsJaved Absar2017-08-273-102/+89
* [ARM] Tidy-up ARMAsmParser. NFC.Javed Absar2017-08-271-23/+5
* [ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingMode from accepting...Evgeny Astigeevich2017-08-242-4/+22
* ARM: use internal relocations for local symbols after all.Tim Northover2017-08-231-2/+11
* [GISEl]: Translate phi into G_PHIAditya Nandakumar2017-08-231-1/+1
* [ARM] Add missing patterns for insert_subvector.Florian Hahn2017-08-231-0/+16
* TargetInstrInfo: Change duplicate() to work on bundles.Matthias Braun2017-08-222-15/+25
* [ARM][AArch64] v8.3-A Javascript ConversionSam Parker2017-08-221-0/+9
* [ARM] Call setBooleanContents(ZeroOrOneBooleanContent)Renato Golin2017-08-221-0/+1
* Fix a typo in r311435.Chandler Carruth2017-08-221-1/+1
* Use report_fatal_error for unsupported calling conventionsAlex Bradbury2017-08-222-4/+4
* [ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker2017-08-213-0/+18
* [ARM] Factorize the calculation of WhichResult in isV*Mask. NFC.Martin Storsjo2017-08-191-24/+13
* [ARM] Check the right order for halves of VZIP/VUZP if both parts are usedMartin Storsjo2017-08-191-4/+16
* ARMRegsiterInfo: Define more ssub indexes; NFCMatthias Braun2017-08-191-3/+13
* ARM: use an external relocation for calls from MachO ARM mode.Tim Northover2017-08-181-5/+4
* [ARM] Add PostRAScheduler optionSam Parker2017-08-183-4/+20
* ARM: mark CPSR as clobbered for Windows VLAsSaleem Abdulrasool2017-08-171-0/+4
* [ARM] Improve loop unrolling for Cortex-MSam Parker2017-08-161-6/+19
* Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-152-50/+17
* [ARM] Tidy-up Cortex-A15 DPR-SPR optimizer implementationJaved Absar2017-08-141-27/+12
* [X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheapCraig Topper2017-08-132-2/+3
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-123-11/+3
* [ARM] Assembler support for the ARMv8.2a dot product instructionsSjoerd Meijer2017-08-118-2/+85
* [ARM] Clarify legal addressing modes for ARM and Thumb2. NFCEli Friedman2017-08-101-3/+11
* Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek2017-08-104-9/+18
* [ARM][AArch64] ARMv8.3-A enablementSam Parker2017-08-103-0/+21
* ARM: Fix CMP_SWAP expansionMatthias Braun2017-08-092-32/+16
* [ARM] Emit error when ARM exec mode is not available.Florian Hahn2017-08-092-2/+5
OpenPOWER on IntegriCloud