aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2001-02-09Change output contraint on post inc load/store multiple patterns to be aNick Clifton1-18/+18
2001-02-08arm.c (arm_expand_prologue): Do tell the dwarf2 backend about the SP adjustme...Jason Merrill1-9/+14
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-12/+10
2001-02-04Add sopme more names of ARM cores.Nick Clifton1-9/+15
2001-01-19* arm.c (arm_init_builtins): Re-enable builtins.Richard Earnshaw1-6/+0
2001-01-15arm.c (arm_finalize_pic): New arg "prologue".Philip Blundell4-27/+23
2001-01-15arm.c (use_return_insn): Don't try to determine the function type until after...Richard Earnshaw3-23/+36
2001-01-15arm.md (cbranchsi4): Correct calculation of branch ranges.Richard Earnshaw1-5/+20
2001-01-15semi.h (SUBTARGET_EXTRA_SPECS): Define.Richard Earnshaw2-6/+15
2001-01-14arm.md (ldmsi_postinc, [...]): Delete.Richard Earnshaw1-72/+154
2001-01-14semi.h (ASM_SPEC): Pass -k to the assembler when compiling PIC.Richard Earnshaw1-2/+10
2001-01-11c-common.h (CTI_VOID_LIST): Remove.Mark Mitchell1-1/+1
2001-01-10Temporary fix to work around bug in C++ front end.Richard Earnshaw1-0/+6
2001-01-09Fix memory leakNick Clifton1-2/+18
2001-01-08arm.c (arm_arch5e): New variable.Richard Earnshaw3-84/+155
2001-01-08arm.h (HARD_REGNO_RENAME_OK): Delete.Richard Earnshaw1-12/+3
2001-01-05arm.md (ldmsi_postinc): Avoid use of match_dup between input and output opera...Richard Earnshaw4-18/+44
2001-01-04arm.c (arm_gen_constant): Prefer to emit constants from bit 31 downwards, if ...Philip Blundell1-3/+57
2001-01-02Fix illegal asmPhilip Blundell1-4/+3
2001-01-01tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-3/+3
2000-12-31Add missing operands to asm statement.Philip Blundell1-2/+2
2000-12-30Fix typos.Philip Blundell1-2/+3
2000-12-29Fix typo.Philip Blundell1-1/+1
2000-12-22Prevent LR from being used by 2nd cond exec pass.Nick Clifton2-21/+37
2000-12-18config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.Joseph Myers3-24/+0
2000-12-15jump.c (jump_optimize_1): Don't delete the line note after the prologue even ...Jason Merrill1-1/+9
2000-12-09Remove some psurious whitespaceNick Clifton1-4/+4
2000-12-09Mark the generated insn not the set as being DWARF2_FRAME_RELATED_P.Nick Clifton1-1/+1
2000-12-08Add pool ranges to load_indirect_jump patternNick Clifton1-3/+5
2000-12-08Add support for interrupt function attributeNick Clifton3-430/+655
2000-12-06config.gcc (a29k*-*-rtems*, [...]): New targets.Joel Sherrill1-0/+37
2000-12-06osf.h: Standarize copyright statement.Rodney Brown5-5/+10
2000-12-05Remove spurious test of XScale and HARD_FLOAT floagsNick Clifton1-6/+0
2000-12-04Fix bogons from XScale contributionNick Clifton2-3/+3
2000-12-04Do not create interworking functions if the target architecture does notNick Clifton1-8/+6
2000-12-04Remove spurious CYGNUS LOCAL markersNick Clifton2-6/+0
2000-12-04Add support for XScale targetNick Clifton12-75/+751
2000-12-03t-linux (MULTILIB_OPTIONS): Comment.Manfred Hollstein1-5/+5
2000-12-02arm.h (ARM_REGNO_OK_FOR_BASE_P, [...]): New macros.Richard Earnshaw2-179/+187
2000-11-29arm.md (sibcall, [...]): Add use of link register.Richard Earnshaw1-4/+8
2000-11-29Fix pic_l;oad_addr to work in Thumb mode.Nick Clifton2-15/+30
2000-11-28genoutput.c (validate_insn_operands): New.Richard Henderson1-2/+2
2000-11-27ChangeLogRichard Earnshaw2-40/+115
2000-11-27arm.md (arm_adddi3, [...]): Merge with splitters to create define_insn_and_sp...Richard Earnshaw1-321/+209
2000-11-22Fix typoNick Clifton1-1/+1
2000-11-22Make 'newstr' a const char * to avoid a compile time warning.Nick Clifton1-1/+1
2000-11-22Define symbolic names for the link register, last integer register and the fa...Nick Clifton1-140/+149
2000-11-21Allow ARM configurations with --with-cpu=arm9 or --with-cpu=arm9tdmi or...Nick Clifton1-3/+4
2000-11-17stringpool.c: New file.Zack Weinberg1-3/+4
2000-11-16Fix nested function support for the ARMNick Clifton2-8/+85