aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-10re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina2-132/+151
2017-11-09[ARM] Fix cmse_nonsecure_entry return insn sizeThomas Preud'homme2-3/+13
2017-11-07[arm] Remove semicolon after while {} do (0) in HANDLE_NARROW_SHIFT_ARITHTom de Vries1-4/+4
2017-11-06[Arm] Cleanup IT attributesWilco Dijkstra6-260/+96
2017-11-06[ARM] PR 67591 ARM v8 Thumb IT blocks are deprecated part 2Christophe Lyon1-0/+3
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford2-28/+13
2017-10-30Remove DImode expansions for 1-bit shiftsWilco Dijkstra3-67/+8
2017-10-30backport: unnecessary duplication and repeating bugs like PR78439 due to chan...Wilco Dijkstra1-53/+7
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek1-0/+2
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-6/+0
2017-10-19[ARM] PR 82445 - suppress 32-bit aligned ldrd/strd peepholing with -mno-unali...Richard Earnshaw1-5/+22
2017-10-17target.h (enum vect_cost_for_stmt): Add vec_gather_load and vec_scatter_storeJan Hubicka1-0/+2
2017-10-16[ARM] Allow +nodsp for -mcpu=cortex-m33Thomas Preud'homme1-0/+1
2017-10-16arm-builtins.c (arm_unsigned_uternop_qualifiers): New.Tamar Christina6-2/+105
2017-10-16arm.h (TARGET_DOTPROD): New.Tamar Christina5-9/+33
2017-10-10Require wi::to_wide for treesRichard Sandiford1-3/+6
2017-10-08arm.c (arm_set_return_address): Use MEM_VOLATILE_P on the target mem instead ...Olivier Hainque1-12/+13
2017-10-05arm.c (arm_test_fpu_data): New.Tamar Christina1-0/+33
2017-09-28[ARM] Remove ARMv8-M code for D17-D31Thomas Preud'homme1-24/+40
2017-09-26[ARM] PR82175 - fix -mcpu=native not working correctly.Richard Earnshaw1-2/+5
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-9/+16
2017-09-25Change permute index type to unsigned shortRichard Sandiford1-1/+1
2017-09-25Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OKRichard Sandiford1-21/+18
2017-09-22[arm] Improve error checking in parsecpu.awkRichard Earnshaw1-1/+25
2017-09-22[arm] auto-generate arm-isa.h from CPU descriptionsRichard Earnshaw6-281/+391
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law1-5/+11
2017-09-19explow.c: Include "params.h".Jeff Law1-5/+5
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-3/+0
2017-09-15[PR target/67591] ARM v8 Thumb IT blocks are deprecatedChristophe Lyon1-20/+26