aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2018-03-19re PR target/84711 (AArch32 big-endian fails when taking subreg of a vector m...Tamar Christina1-2/+2
2018-03-15re PR target/84711 (AArch32 big-endian fails when taking subreg of a vector m...Tamar Christina1-2/+2
2018-03-09[arm] PR target/83193: Do not print arch/cpu hints twice on invalid -march/-mcpuKyrylo Tkachov1-2/+2
2018-02-22[ARM] Multilib mapping for Armv8-RThomas Preud'homme1-0/+9
2018-02-21Add "native" as a valid option value for -march= on arm (PR driver/83193).Martin Liska1-0/+1
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-10/+0
2018-02-09re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina1-6/+6
2018-02-062018-02-06 Michael Collison <michael.collison@arm.com>Michael Collison1-2/+2
2018-02-06re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina2-9/+16
2018-01-19[arm] Fix gcc.target/arm/negdi-[12].cKyrylo Tkachov1-1/+1
2018-01-15[arm] PR target/83687: Fix invalid combination of VSUB + VABS into VABDKyrylo Tkachov2-17/+15
2018-01-11[arm][3/3] Implement fp16fml lane intrinsicsKyrylo Tkachov4-0/+474
2018-01-11[arm][2/3] Implement fp16fml extension for ARMv8.4-AKyrylo Tkachov11-7/+209
2018-01-11[arm][1/3] Add -march=armv8.4-a optionKyrylo Tkachov5-7/+41
2018-01-11re PR target/83514 (ABRT in arm_declare_function_name passing a null pointer ...Prathamesh Kulkarni1-2/+7
2018-01-11aarch64-modes.def (V2HF): New VECTOR_MODE.Michael Collison1-0/+4
2018-01-10[ARM] Add -mbranch-cost option, and update a few testsChristophe Lyon2-2/+7
2018-01-08[arm] Add -march=armv8.3-a and dotprod multilib selection rulesKyrylo Tkachov3-6/+14
2018-01-04PR83680: Inverted test in arm_vectorize_vec_perm_constRichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek106-108/+108
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-4/+8
2018-01-02Make vec_perm_indices use new vector encodingRichard Sandiford1-8/+4
2018-01-02Remove vec_perm_const optabRichard Sandiford3-75/+18
2017-12-21[arm] Specify +dotprod support for Cortex-A55 and Cortex-A75 in native system...Kyrylo Tkachov1-2/+2
2017-12-21poly_int: argument sizesRichard Sandiford2-3/+3
2017-12-20[arm] PR target/82975: Guard against reg_renumber being NULL in arm.hKyrylo Tkachov1-4/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-12-19[arm] PR target/82975: Guard against reg_renumber being NULL in arm.hKyrylo Tkachov1-1/+2
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford5-0/+10
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-25/+25
2017-12-14[arm] Add -mverbose-cost-dump and de-verbosify cost dumpsKyrylo Tkachov2-1/+5
2017-12-08[arm] PR target/83206: Make native driver select fp-capable armv6 coresRichard Earnshaw1-3/+3
2017-12-08[arm] Generate a -mfpu= option for passing to the assemblerRichard Earnshaw1-2/+5
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-16/+18
2017-12-07re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina1-4/+58
2017-12-05[Patch ARM] Fix probe_stack constraint.Ramana Radhakrishnan1-1/+4
2017-12-01Fix wrong code by arm_final_prescan with fp16 move instructionsSudakshina Das1-1/+4
2017-11-24[ARM] Fix Dot Product NEON intrinsicsChristophe Lyon1-1/+1
2017-11-23This patch adds support for modelling the varying costs of different addressi...Charles Baylis2-0/+101
2017-11-23[ARM] Refactor costs calculation for MEM.Charles Baylis1-25/+46
2017-11-22[ARM] Factor out CMSE register clearing codeThomas Preud'homme1-141/+142
2017-11-222017-11-22 Tamar Christina <tamar.christina@arm.com>Tamar Christina1-0/+66
2017-11-22arm.c (cmse_nonsecure_call_clear_caller_saved): Get rid of padding_bits_to_cl...Thomas Preud'homme1-4/+2
2017-11-22[ARM] Use bitmap to control cmse_nonsecure_call register clearingThomas Preud'homme1-16/+30
2017-11-20[ARM] Do no clobber r4 in Armv8-M nonsecure callThomas Preud'homme3-26/+21
2017-11-17re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina2-5/+33
2017-11-17[ARM] Fix ICE in Armv8-M Security Extensions codeThomas Preud'homme1-1/+2
2017-11-15arm-cpus.in (armv8_3, [...]): NewTamar Christina2-6/+27
2017-11-15arm.h (TARGET_DOTPROD): Add arm_arch8_2.Tamar Christina1-2/+3
2017-11-15[AArch64] Improve scheduling model for X-GeneDominik Infuehr1-44/+80