summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-2/+2
* [ARM] Strength reduce vectors to arrays.Benjamin Kramer2016-06-171-22/+10
* [ARM] Add support for mrrc/mrrc2 intrinsics.Ranjeet Singh2016-06-173-13/+71
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-2/+2
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-2/+2
* Don't print (PLT) on arm.Rafael Espindola2016-06-165-32/+4
* 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
* Reverting r272778 because there's an assertionRanjeet Singh2016-06-153-64/+13
* [ARM] Add support for mrrc/mrrc2 intrinsics.Ranjeet Singh2016-06-153-13/+64
* [Thumb] Fix off-by-one error in r272007James Molloy2016-06-142-6/+6
* [ARM] Reverting r272544 because clang patch needsRanjeet Singh2016-06-133-64/+13
* [ARM] Add mrrc/mrrc2 co-processor intrinsicsRanjeet Singh2016-06-133-13/+64
* Move instances of std::function.Benjamin Kramer2016-06-121-1/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-1219-348/+302
* test commit: remove trailing whitespaces in README.txtRoger Ferrer Ibanez2016-06-101-8/+8
* [Thumb] A branch is not part of an IT blockJames Molloy2016-06-091-1/+1
* [Thumb] Select a BIC instead of AND if the immediate can be encoded more opti...James Molloy2016-06-091-1/+40
* [ARM] MSR instructions implicitly set CPSROliver Stannard2016-06-082-0/+4
* [ARM] Remove redundant check. NFCDiana Picus2016-06-081-1/+1
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-2/+2
* [ARM] Accept conditional versions of BXNS and BLXNSOliver Stannard2016-06-071-0/+1
* [Thumb-1] Add optimized constant materialization for integers [256..512)James Molloy2016-06-072-0/+13
* [ARM] Shrink post-indexed LDR and STR to LDM/STMJames Molloy2016-06-071-0/+42
* [ARM] Transform LDMs into writeback form to save code sizeJames Molloy2016-06-071-3/+23
* [ARM] Incorrect relocation type for Thumb2 B<cond>.wPeter Smith2016-06-071-0/+2
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-075-4/+25
* ARM: clang-format a couple of switches, add commentsSaleem Abdulrasool2016-06-073-15/+25
* ARM: normalise space in the patternsSaleem Abdulrasool2016-06-071-8/+7
* Code size optimisation: do not inline memcpy if this expansion resultsSjoerd Meijer2016-06-031-0/+6
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-038-22/+91
* ARM target does not use printAliasInstr machinery whichSjoerd Meijer2016-06-037-137/+100
* This adds support for Cortex-A73 as an available target.Sjoerd Meijer2016-06-022-1/+10
* Avoid a load for local functions.Rafael Espindola2016-06-011-2/+7
* [ARM] Add additional matching for UBFX instructionsOliver Stannard2016-06-011-0/+21
* ARM: Do not attempt to modify register class of physregs.Matthias Braun2016-05-311-4/+9
* Add a use of shouldAssumeDSOLocal to ARM.Rafael Espindola2016-05-311-2/+6
* [ARM] Add backend support for load/store intrinsics.Ranjeet Singh2016-05-312-37/+39
* Fix default reloc model on ARM.Rafael Espindola2016-05-281-2/+2
* Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""Renato Golin2016-05-281-0/+5
* Revert "Map DynamicNoPIC to Static on non-darwin."Renato Golin2016-05-281-5/+0
OpenPOWER on IntegriCloud