aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2013-06-19vfp.md: Move VFP instruction classification documentation to ...Sofiane Naci2-67/+81
2013-06-19arm.md (split for eq(reg, 0)): Add variants for ARMv5 and Thumb2.Richard Earnshaw1-10/+78
2013-06-18arm.c (neon_vector_mem_operand): Add strict argument.Julian Brown5-20/+26
2013-06-18arm.md (attribute "insn"): Move multiplication and division attributes to...Sofiane Naci21-133/+186
2013-06-07re PR target/56315 (ARM: Improve use of 64-bit constants in logical operations)Kyrylo Tkachov5-25/+52
2013-06-07arm.md (anddi3_insn): Remove duplicate alternatives.Kyrylo Tkachov1-26/+17
2013-06-07constraints.md (Df): New constraint.Kyrylo Tkachov2-2/+8
2013-06-06arm.c (arm_r3_live_at_start_p): New predicate.Eric Botcazou1-18/+26
2013-06-06arm-fixed.md (add<mode>3,usadd<mode>3,ssadd<mode>3, [...]): Adjust alternativ...Kyrylo Tkachov1-14/+24
2013-06-06arm-ldmstm.ml: Set "predicable_short_it" to "no" where appropriate.Kyrylo Tkachov2-25/+54
2013-06-06sync.md (atomic_loaddi_1): Disable predication for arm_restrict_it.Kyrylo Tkachov1-10/+20
2013-06-05arm.md (enabled_for_depr_it): New attribute.Kyrylo Tkachov1-0/+21
2013-06-05arm.c (MAX_INSN_PER_IT_BLOCK): New macro.Kyrylo Tkachov2-1/+14
2013-05-31re PR target/56315 (ARM: Improve use of 64-bit constants in logical operations)Kyrylo Tkachov4-43/+60
2013-05-30arm-protos.h: Add and update function protos.Xuepeng Guo4-15/+46
2013-05-30arm.c (arm_add_cfa_adjust_cfa_note): New added.Zhenqiang Chen1-18/+98
2013-05-30This patch is a consolodation of the hash_table patches to theLawrence Crowl2-14/+27
2013-05-23re PR debug/57351 (ICE: internal compiler error: in dbx_reg_number, at dwarf2...Christian Bruel1-2/+1
2013-05-22Fix PR target/57340 and additionally for PR target/19599. Ramana Radhakrishnan1-3/+20
2013-05-16Fix breakage with missing decl check for arm-none-eabi builds. Ramana Radhakrishnan1-0/+1
2013-05-16Internal memcpy using LDRD/STRDGreta Yorsh3-1/+196
2013-05-15Fix PR target/19599 - tailcall function pointers.Ramana Radhakrishnan5-20/+63
2013-05-14re PR target/42017 (gcc compiling C for ARM has stopped using r14 in leaf fun...Chung-Lin Tang1-1/+1
2013-05-10t-rtems-eabi: Remove mthumb/march=armv7 multilib.Sebastian Huber1-6/+45
2013-05-07arm.c (arm_asan_shadow_offset): New function.Christophe Lyon2-2/+18
2013-05-02re PR rtl-optimization/56732 (ICE in advance_target_bb)Greta Yorsh1-1/+2
2013-05-01thumb2.md (thumb2_smaxsi3,thumb2_sminsi3): Convert define_insn to define_insn...Greta Yorsh1-63/+329
2013-04-30thumb2.md (thumb2_incscc, [...]): Delete.Greta Yorsh1-26/+0
2013-04-30Committed as obvious.Greta Yorsh1-5/+5
2013-04-30gcc: arm: linux-eabi: fix handling of armv4 bx fixups when linkingMike Frysinger2-2/+6
2013-04-29arm.md (store_minmaxsi): Use only when optimize_insn_for_size_p.Kyrylo Tkachov1-1/+1
2013-04-25arm.c (neon_builtin_type_mode): Add T_V4HF.Kyrylo Tkachov8-31/+153
2013-04-19arm.c (load_multiple_sequence, [...]): Fix spelling in two comments.Greta Yorsh1-2/+2
2013-04-19re PR target/56797 (internal compiler error: in extract_insn, at recog.c:2150)Greta Yorsh1-0/+7
2013-04-19cortex-m4-fpu.md (cortex_m4_v): Delete cpu unit.Terry Guo1-6/+12
2013-04-172013-04-17 Greta Yorsh <Greta.Yorsh at arm.com>Greta Yorsh1-28/+151
2013-04-172013-04-17 Greta Yorsh <Greta.Yorsh at arm.com>Greta Yorsh1-0/+4
2013-04-17* config/arm/cortex-m4.md: Add a new bypass.Terry Guo1-0/+4
2013-04-16Prologue/epilogue using STRD/LDRD in ARM modeGreta Yorsh1-2/+288
2013-04-15arm.c (const_ok_for_dimode_op): Handle AND case.Kyrylo Tkachov5-42/+79
2013-04-15* config/arm/arm.c (thumb_far_jump_used_p): Fix typo in comments.Joey Ye1-2/+2
2013-04-15arm.c (thumb1_final_prescan_insn): Assert lr save for real far jump.Joey Ye1-0/+27
2013-04-12arm.md (mov_scc,mov_negscc,mov_notscc): Convert define_insn into define_insn_...Greta Yorsh1-9/+29
2013-04-12arm.c (gen_operands_ldrd_strd): Initialize "base".Greta Yorsh1-1/+1
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