]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/arm/arm.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / config / arm / arm.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-12  Szabolcs Nagyaarch64,arm: Fix branch-protection= parsing
2023-12-12  Szabolcs Nagyaarch64,arm: Remove accepted_branch_protection_string
2023-12-05  Richard SandifordRestore build with GCC 4.8 to GCC 5
2023-12-05  Richard SandifordAllow targets to add USEs to asms
2023-12-02  Richard SandifordAllow target attributes in non-gnu namespaces
2023-11-14  Saurabh JhaAdd a REG_P check for inc and dec for Arm MVE
2023-10-30  Richard Ballarm: move the switch tables for Arm to the RO data...
2023-10-26  Richard Ballarm: Use deltas for Arm switch tables
2023-08-09  Kewen Lintarghooks: Extend legitimate_address_p with code_helper...
2023-06-13  Kyrylo Tkachovarm: Extend -mtp= arguments
2023-05-18  Bernhard Reutner... gcc/config/*: use _P() defines from tree.h
2023-05-12  Christophe Lyonarm: [MVE intrinsics] factorize vpselq
2023-05-03  Christophe Lyonarm: [MVE intrinsics] Add new framework
2023-04-20  Uros Bizjakarch: Use VIRTUAL_REGISTER_P predicate.
2023-04-06  Richard Earnshawarm: mve: fix auto-inc generation [PR107674]
2023-02-08  Andrea Coralloaarch64: Fix return_address_sign_ab_exception.C regression
2023-02-02  Andre Vieiraarm: Fix MVE predicates synthesis [PR 108443]
2023-02-02  Andre Vieiraarm: Remove unnecessary zero-extending of MVE predicate...
2023-01-23  Srinath Parvathaneniarm: Add support for dwarf debug directives and pseudo...
2023-01-23  Andrea Corallo[PATCH 12/15] arm: implement bti injection
2023-01-23  Andrea Corallo[PATCH 10/15] arm: Implement cortex-M return signing...
2023-01-23  Andrea Corallo[PATCH 7/15] arm: Emit build attributes for PACBTI...
2023-01-23  Andrea Corallo[PATCH 3/15] arm: Add option -mbranch-protection
2023-01-23  Andrea Corallo[PATCH 1/15] arm: Make mbranch-protection opts parsing...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-30  Stam Markianos-WrightFix memory constraint on MVE v[ld/st][2/4] instructions...
2022-11-21  Eric BotcazouMake ARMv8-M attribute cmse_nonsecure_call work in Ada
2022-10-28  Joseph Myersc: tree: target: C2x (...) function prototypes and...
2022-09-30  Jakub Jelinekarm, csky: Fix C++ ICEs with _Float16 and __fp16 [PR107080]
2022-09-05  Martin Liskarename DBX_REGISTER_NUMBER to DEBUGGER_REGNO
2022-07-18  Richard Sandifordarm: Replace arm_builtin_vectorized_function [PR106253]
2022-06-17  Richard Earnshawarm: fix checking ICE in arm_print_operand [PR106004]
2022-06-15  Richard Earnshawarm: big-endian issue in gen_cpymem_ldrd_strd [PR105981]
2022-06-15  Richard Earnshawarm: fix thinko in arm_bfi_1_p() [PR105974]
2022-06-07  Richard Earnshawarm: Improve code generation for BFI and BFC [PR105090]
2022-05-30  Prathamesh Kulkarni[ARM] Fix prototype for vec_perm_const hook.
2022-05-24  Prathamesh KulkarniAdd new parameter to vec_perm_const hook for specifying...
2022-05-13  Richard Earnshawarm: fix some issues in mve_vector_mem_operand
2022-05-04  Christophe Lyonarm: Restrict support of vectors of boolean immediates...
2022-03-29  Richard Earnshawarm: correctly handle zero-sized bit-fields in AAPCS...
2022-03-29  Richard Earnshawarm: temporarily disable 'local' pcs selection (PR96882)
2022-03-08  Andre Vieiraarm: MVE: Relax addressing modes for full loads and...
2022-03-07  Martin Liskaarm: add missing space to error.
2022-03-07  Martin Liskaarm: fix option quoting in error messages.
2022-02-22  Christophe Lyonarm: Fix vcond_mask expander for MVE (PR target/100757)
2022-02-22  Christophe Lyonarm: Implement auto-vectorized MVE comparisons with...
2022-02-22  Christophe Lyonarm: Add support for VPR_REG in arm_class_likely_spilled_p
2022-02-22  Christophe Lyonarm: Add GENERAL_AND_VPR_REGS regclass
2022-01-21  Ard Biesheuvel[ARM] Add support for TLS register based stack protecto...
2022-01-20  Richard Earnshawarm: Add option for mitigating against Cortex-A CPU...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.