aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2015-06-23re PR target/65711 (arm*-linux* "link" spec passes '-dynamic-linker' even for...releases/gcc-4.8Ludovic Courtès1-1/+1
2015-03-04backport: re PR target/59593 ([arm big-endian] using "ldrh" access a immedia...Thomas Preud'homme2-18/+24
2015-03-04backport: re PR target/64453 (Live high register not saved in function prolog...Thomas Preud'homme1-3/+11
2015-01-14[ARM]Fix definition of __ARM_SIZEOF_WCHAR_T.Renlin Li1-2/+2
2014-12-04backport: re PR target/59593 ([arm big-endian] using "ldrh" access a immedia...Shanyao Chen1-8/+17
2014-11-13backport: arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Update to support vector modes.Christophe Lyon1-3/+4
2014-09-29backport: re PR target/49423 ([arm] internal compiler error: in push_minipool...Charles Baylis4-23/+31
2014-07-23t-rtems-eabi: Add mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard...Sebastian Huber1-2/+122
2014-06-20backport: arm.c (arm_output_mi_thunk): Fix offset for TARGET_THUMB1_ONLY.Chung-Lin Tang1-2/+6
2014-05-22re PR target/61208 (armhf: generated asm code produces "branch out of range" ...Richard Earnshaw1-3/+4
2014-05-08backport: re PR target/60609 (Error: value of 256 too large for field of 1 by...Charles Baylis1-8/+3
2014-04-10backport: re PR target/58595 (internal compiler error: in gen_movsi when comp...Jakub Jelinek1-21/+26
2014-02-25re PR target/55426 (gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb)Kyrylo Tkachov1-5/+9
2014-01-17backport: re PR target/59142 (internal compiler error while compiling OpenCV ...Charles Baylis4-177/+186
2014-01-17arm.md (prefetch): Set insn type attribute to load1.Terry Guo1-1/+3
2014-01-12backport: arm.c (arm_expand_neon_args): Call expand_expr with EXPAND_MEMORY f...Yufeng Zhang1-1/+8
2013-12-18* config/arm/arm.c (arm_expand_epilogue_apcs_frame): Fix thinko.Eric Botcazou1-2/+2
2013-11-28backport: iterators.md (vrint_conds): New int attribute.Kyrylo Tkachov2-2/+9
2013-11-28backport: arm.c (require_pic_register): Handle high pic base register for thu...Terry Guo1-2/+16
2013-11-11Backport fix for PR target/58854Ramana Radhakrishnan1-0/+1
2013-09-18arm.c (arm_expand_prologue): Validate architecture supports LDRD/STRD before ...Richard Earnshaw1-2/+4
2013-09-10re PR target/58361 (Wrong floating point code generated for ARM target)Richard Earnshaw1-10/+11
2013-08-21re PR target/56979 (ICE in output_operand: invalid operand for code 'P')Richard Earnshaw1-1/+3
2013-08-09backport: neon.md (vcond): Fix floating-point vector comparisons against 0.Zhenqiang Chen1-5/+29
2013-08-08backport: neon.md (movmisalign<mode>): Disable when we don't allow unaligned ...Kyrylo Tkachov1-5/+5
2013-07-25backport: arm.c (thumb1_size_rtx_costs): Assign proper cost for shift_add/shi...Terry Guo1-0/+9
2013-06-30backport: re PR target/56102 (Wrong rtx cost calculated for Thumb1)Terry Guo1-3/+14
2013-05-24backport: re PR rtl-optimization/56732 (ICE in advance_target_bb)Greta Yorsh1-1/+2
2013-05-10t-rtems-eabi: Remove mthumb/march=armv7 multilib.Sebastian Huber1-6/+45
2013-04-24backport: re PR target/56797 (internal compiler error: in extract_insn, at re...Greta Yorsh1-0/+7
2013-04-04backport: re PR target/56720 (ICE when expanding vcond with floating point un...Kyrylo Tkachov2-43/+113
2013-04-03arm.c (arm_print_operand: case 'w'): Use fputs rather than fprintf with a non...Roland McGrath1-1/+1
2013-03-17re PR target/56640 (bootstrap failure on arm-linux-gnueabi{,hf})Jakub Jelinek1-1/+3
2013-03-11re PR target/56470 (ICE output_operand: invalid shift operand)Richard Earnshaw1-48/+58
2013-03-07* config/arm/t-arm (TM_H, OPTIONS_H_EXTRA): Add arm-cores.def.Jakub Jelinek1-0/+3
2013-02-28Call final_start_function and final_end_function from arm_output_mi_thunk.Ramana Radhakrishnan1-0/+4
2013-02-26arm.c (const_ok_for_dimode_op): Back out last change.Joern Rennecke1-9/+8
2013-02-26re PR target/54640 (arm_adjust_block_mem: signed/unsigned comparison [-Werror...Joern Rennecke1-8/+9
2013-02-22arm.md (split for extendsidi): Update condition.Greta Yorsh2-13/+10
2013-02-12arm-protos.h (struct cpu_vec_costs): New struct type.Christophe Lyon2-0/+156
2013-01-29cortex-a7.md (cortex_a7_neon, [...]): Remove.Greta Yorsh1-10/+1
2013-01-29arm.c (cortexa7_younger): Return true for TYPE_CALL.Greta Yorsh2-2/+6
2013-01-29arm-protos.h (arm_mac_accumulator_is_result): New declaration.Greta Yorsh3-0/+71
2013-01-29cortex-a7.md (cortex_a7_neon_mul): New reservation.Greta Yorsh1-20/+66
2013-01-29arm.md (type): Add ffmas and ffmad to "type" attribute.Greta Yorsh10-19/+23
2013-01-23re PR target/49069 (ICE in gen_cstoredi4, at config/arm/arm.md:7554)Jakub Jelinek1-10/+2
2013-01-21marvell-pj4.md (pj4_shift_conds, [...]): Handle simple_alu_shift.Yi-Hsiu Hsu1-4/+4
2013-01-21Fix up wrong marvell-pj4.md file committed earlier and update copyright year.Ramana Radhakrishnan1-5/+5
2013-01-20Check in missing file for:Yi-Hsiu Hsu1-0/+205
2013-01-18Add support for Marvell's PJ4 CPUYi-Hsiu Hsu6-3/+11