aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2016-09-29[ARM] Fix new constraints and attributes of SI/HI data movement patternsMatthew Wahab2-7/+5
2016-09-27Commit files missed in revision 240541.Matthew Wahab2-5/+14
2016-09-27[ARM] Fix -Wimplicit-fallthrough warningsKyrylo Tkachov2-7/+7
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-09-23[PATCH 14/17][ARM] Add NEON FP16 instrinsics.Matthew Wahab1-0/+674
2016-09-23[PATCH 13/17][ARM] Add VFP FP16 instrinsics.Matthew Wahab2-0/+256
2016-09-23[PATCH 12/17][ARM] Add builtins for NEON FP16 intrinsics.Matthew Wahab1-2/+57
2016-09-23[PATCH 11/17][ARM] Add builtins for VFP FP16 intrinsics.Matthew Wahab3-9/+121
2016-09-23[PATCH 10/17][ARM] Refactor support code for NEON builtins.Matthew Wahab1-134/+158
2016-09-23[PATCH 9/17][ARM] Add NEON FP16 arithmetic instructions.Matthew Wahab3-51/+534
2016-09-23[PATCH 8/17][ARM] Add VFP FP16 arithmetic instructions.Matthew Wahab3-6/+456
2016-09-23[PATCH 7/17][ARM] Add FP16 data movement instructions.Matthew Wahab3-12/+267
2016-09-23[PATCH 6/17][ARM] Add data processing intrinsics for float16_t.Matthew Wahab6-46/+298
2016-09-23[PATCH 5/17][ARM] Enable HI mode moves for floating point values.Matthew Wahab3-3/+101
2016-09-23[PATCH 4/17][ARM] Define feature macros for FP16.Matthew Wahab1-0/+5
2016-09-23[PATCH 1/17][ARM] Add ARMv8.2-A command line option and profile.Matthew Wahab7-7/+58
2016-09-22[ARM] Add support for -mpure-code optionAndre Vieira5-8/+150
2016-09-22use rtx_insn * moreTrevor Saunders1-1/+1
2016-09-14Delete TARGET_LRA_P from those targets that set it to "true"Segher Boessenkool1-3/+0
2016-08-31* config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.Eric Botcazou1-1/+2
2016-08-26[ARM] PR target/70473: Reduce size of Cortex-A8 automatonKyrylo Tkachov1-5/+9
2016-08-26[ARM] Refactor MOVW/MOVT fusion logic to allow extensionKyrylo Tkachov1-39/+50
2016-08-24arm-modes.def: Add new condition code mode CC_V to represent the overflow bit.Michael Collison4-0/+357
2016-08-24t-aprofile (MULTILIB_MATCHES): Add mapping for -mcpu=cortex-a7, -mfpu=neon-fp...Thomas Preud'homme1-17/+5
2016-08-24[RTEMS] Add vfp multilib for ARMSebastian Huber1-2/+3
2016-08-23[ARM] Fix predicable_short_it attribute for arm_movqi_insnChristophe Lyon1-1/+1
2016-08-19[ARM] Fix an invalid check for vectors of the same floating-point constants.Matthew Wahab1-9/+4
2016-08-17t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...Thomas Preud'homme1-27/+21
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders2-19/+23
2016-07-14arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.Thomas Preud'homme2-5/+10
2016-07-13arm.h (TARGET_HAVE_CBZ): Define.Thomas Preud'homme3-11/+105
2016-07-13arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.Thomas Preud'homme4-43/+81
2016-07-12arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE when -mno-pic-data-is-t...Nathan Sidwell1-4/+14
2016-07-07arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability with TARGET_HAVE_MOVT.Thomas Preud'homme4-8/+11
2016-07-07arm-protos.h: Reindent FL_FOR_* macro definitions.Thomas Preud'homme1-24/+25
2016-07-07arm-arches.def (armv8-m.base): Define new architecture.Thomas Preud'homme6-9/+38
2016-07-07elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to decide whether to p...Thomas Preud'homme1-2/+3
2016-07-06[ARM] Add support for some ARMv8-A cores to driver-arm.cKyrylo Tkachov1-0/+6
2016-07-06This patch improves the accuracy of the Cortex-A53 integer scheduler...Wilco Dijkstra1-61/+48
2016-07-05[ARM][testsuite] neon-testgen.ml removalChristophe Lyon2-2681/+0
2016-07-01[ARM] Delete thumb_reload_in_hKyrylo Tkachov2-8/+0
2016-07-01arm.c (arm_function_ok_for_sibcall): Add another check for NULL decl.Eric Botcazou1-1/+1
2016-06-29Add qdf24xx base tuning support.Jim Wilson3-1/+127
2016-06-24[ARM][1/4] Replace uses of int_log2 by exact_log2Kyrylo Tkachov1-19/+7
2016-06-23config.gcc: Add support for arm*-*-phoenix* targets.Jakub Sejdak1-0/+29
2016-06-22[ARM] Add initial support for Cortex-A73Kyrylo Tkachov6-2/+48
2016-06-20[AArch64] Give some new costs for Cortex-A53 floating-point operationsJames Greenhalgh1-26/+26
2016-06-20[AArch64] Give some new costs for Cortex-A57 floating-point operationsJames Greenhalgh1-26/+26
2016-06-20The Cortex-A57 scheduler is missing fcsel, so add it.Wilco Dijkstra1-1/+1
2016-06-17[Patch ARM arm_neon.h] s/__FAST_MATH/__FAST_MATH__/gJames Greenhalgh1-6/+6