summaryrefslogtreecommitdiff
path: root/gcc/config/arm/constraints.md
Commit message (Expand)AuthorAgeFilesLines
* arm: Fix MVE predicates synthesis [PR 108443]Andre Vieira2023-02-021-1/+1
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714]Stam Markianos-Wright2022-12-301-0/+5
* arm: Improve code generation for BFI and BFC [PR105090]Richard Earnshaw2022-06-071-1/+9
* arm: Implement auto-vectorized MVE comparisons with vectors of boolean predic...Christophe Lyon2022-02-221-0/+6
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]Alex Coplan2021-03-221-0/+7
* arm: Fix mve_vshlq* [PR99593]Jakub Jelinek2021-03-191-1/+9
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Arm: Add NEON and MVE RTL patterns for Complex Addition.Tamar Christina2020-12-161-1/+1
* Revert "Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and...Tamar Christina2020-12-131-1/+1
* Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and FMA.Tamar Christina2020-12-131-1/+1
* arm: Fix fp16 move patterns for base MVERichard Sandiford2020-09-251-3/+6
* arm: Enable no-writeback vldr.16/vstr.16.Joe Ramsay2020-07-291-0/+7
* [ARM]: Fix the wrong code-gen generated by MVE vector load/store intrinsics (...Srinath Parvathaneni2020-05-201-1/+22
* [GCC][PATCH][ARM]: Change arm constraint name from "e" to "Te".Srinath Parvathaneni2020-04-271-3/+3
* [ARM][GCC][8/5x]: Remaining MVE store intrinsics which stores an half word, w...Srinath Parvathaneni2020-03-181-1/+5
* [ARM][GCC][2/3x]: MVE intrinsics with ternary operands.Srinath Parvathaneni2020-03-181-0/+10
* [ARM][GCC][4/2x]: MVE intrinsics with binary operands.Srinath Parvathaneni2020-03-171-1/+13
* [ARM][GCC][2/2x]: MVE intrinsics with binary operands.Srinath Parvathaneni2020-03-171-1/+11
* [ARM][GCC][1/2x]: MVE intrinsics with binary operands.Srinath Parvathaneni2020-03-171-1/+6
* [ARM][GCC][3/1x]: MVE intrinsics with unary operand.Srinath Parvathaneni2020-03-171-0/+4
* [ARM][GCC][2/x]: MVE ACLE intrinsics framework patch.Srinath Parvathaneni2020-03-161-1/+4
* [ARM][GCC][1/x]: MVE ACLE intrinsics framework patch.Srinath Parvathaneni2020-03-161-1/+3
* [GCC/ARM, 2/2] Add support for ASRL(imm), LSLL(imm) and LSRL(imm) instruction...Mihail Ionescu2020-01-171-1/+6
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* arm: Fix the "c" constraintRichard Henderson2019-11-141-2/+3
* [ARM] Cleanup logical DImode operationsWilco Dijkstra2019-08-221-18/+0
* Hi there,Matthew Malcomson2019-04-091-6/+20
* re PR bootstrap/88714 (bootstrap comparison failure on armv7l since r265398)Jakub Jelinek2019-02-211-3/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* ARM] Improve robustness of -mslow-flash-dataThomas Preud'homme2018-12-141-2/+15
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [ARM] Implement support for ACLE Coprocessor LDC and STC intrinsicsAndre Vieira2017-01-061-0/+6
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* constraints.md (Q constraint): Document its use for Thumb-1.Thomas Preud'homme2016-10-251-2/+11
* [ARM] Remove redundant TARGET_VFPRichard Earnshaw2016-10-131-2/+2
* arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability with TARGET_HAVE_MOVT.Thomas Preud'homme2016-07-071-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* [ARM] PR target/67929 Tighten vfp3_const_double_for_bits checksKyrylo Tkachov2015-10-271-1/+2
* constraints.md: Also list Cs and US ARM-specific constraints as used.Thomas Preud'homme2015-08-251-1/+1
* [PATCH][ARM]Tighten the conditions for arm_movw, arm_movt.Renlin Li2015-08-241-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* [ARM] PR target/49423Charles Baylis2014-07-051-2/+9
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* arm-protos.h (vfp_const_double_for_bits): Declare.Renlin Li2013-12-241-2/+8
* Fix PR target/57731 PR target/57837Ramana Radhakrishnan2013-07-251-6/+7
* constraints.md (Pd): Allow TARGET_THUMB instead of TARGET_THUMB1.Kyrylo Tkachov2013-07-221-2/+7
* constraints.md (Ts): New constraint.Kyrylo Tkachov2013-06-281-0/+3
* arm.c (neon_vector_mem_operand): Add strict argument.Julian Brown2013-06-181-3/+3