aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2013-04-09arm.md (minmax_arithsi_non_canon): New pattern.Kyrylo Tkachov1-0/+44
2013-04-08Fix PR target/54338 - Include IWMMXT_GR_REGS in ALL_REGS.Xinyu Qi1-1/+1
2013-04-05peep-ldrd-1.c: New test.Greta Yorsh7-8/+548
2013-04-05arm.md: Comment on splitting Thumb1 patterns.Greta Yorsh1-0/+19
2013-04-05arm.md (arm_smax_insn): Convert define_insn into define_insn_and_split.Greta Yorsh1-18/+50
2013-04-05arm.md (arm_ashldi3_1bit): Convert define_insn into define_insn_and_split.Greta Yorsh2-8/+78
2013-04-05arm.md (negdi_extendsidi): New pattern.Greta Yorsh1-0/+67
2013-04-05arm.md (andsi_iorsi3_notsi): Convert define_insn into define_insn_and_split.Greta Yorsh1-16/+168
2013-04-05arm.md (arm_subdi3): Convert define_insn into define_insn_and_split.Greta Yorsh1-12/+94
2013-04-05arm.md (subsi3_carryin): New pattern.Greta Yorsh1-0/+84
2013-04-05arm.md (incscc,arm_incscc,decscc,arm_decscc): Delete.Greta Yorsh1-45/+0
2013-04-05arm.md (addsi3_carryin_<optab>): Set attribute predicable.Greta Yorsh1-2/+5
2013-04-05arm.c (arm_expand_builtin): Change fcode type to unsigned int.Kyrylo Tkachov1-1/+1
2013-04-04arm-protos.h (arm_builtin_vectorized_function): New function prototype.Kyrylo Tkachov2-0/+62
2013-04-04arm_neon_builtins.def: New file.Kyrylo Tkachov3-197/+261
2013-04-03re PR target/56809 (Revision 197266 causes trunk ICE for arm-none-eabi targets)Kyrylo Tkachov1-4/+4
2013-04-02Add support for Cortex-A53.Ian Caulfield9-4/+309
2013-04-02uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link.Zhenqiang Chen1-1/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-5/+1
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-5/+2
2013-03-27re PR target/56102 (Wrong rtx cost calculated for Thumb1)Bin Cheng1-3/+14
2013-03-27arm-cores.def: Added core cortex-r7.Terry Guo3-1/+5
2013-03-26arm.c (arm_print_operand: case 'w'): Use fputs rather than fprintf with a non...Roland McGrath1-1/+1
2013-03-26For Xinyu Qi - Fix define_constants for WCGR.Xinyu Qi2-5/+7
2013-03-25arm.md (f_sels, f_seld): New types.Kyrylo Tkachov2-0/+47
2013-03-25arm.c (arm_emit_load_exclusive): Add acq parameter.Kyrylo Tkachov4-25/+194
2013-03-25re PR target/56720 (ICE when expanding vcond with floating point unordered co...Kyrylo Tkachov2-43/+113
2013-03-21[ARM] Turning off 64bits ops in NeonChristophe Lyon6-25/+52
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
2013-01-15re PR target/43961 ([ARM thumb] "branch out of range" with thumb1_output_casesi)Joseph Myers1-14/+7
2013-01-10Update copyright years in gcc/Richard Sandiford82-125/+86
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek49-52/+57
2012-12-21cortex-a7.md: New file.Greta Yorsh4-2/+520