aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2004-10-03* arm.c (output_call_mem): Add missing \t.Ian Lance Taylor1-1/+1
2004-10-01* config/arm/crti.asm: Give _init and _fini function type.Paul Brook1-0/+8
2004-10-01arm.c (thumb_compute_saved_rag_mask): Or with bitmask, not register number.Paul Brook1-2/+2
2004-09-30symbian.h (STARTFILE_SPEC): Remove crt*.o.Paul Brook2-2/+8
2004-09-18darwin-c.c, [...]: Fix comment typos.Kazu Hirata6-15/+15
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell2-62/+0
2004-09-14arm.c (arm_expand_prologue): Make args_to_push a HOST_WIDE_INT.Paul Brook1-1/+1
2004-09-10darwin.c, [...]: Fix comment typos.Kazu Hirata5-10/+10
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg1-5/+2
2004-09-04md.texi (shift patterns): New anchor.Richard Sandiford1-1/+14
2004-09-03bpabi.h (TARGET_BPABI_CPP_BUILTINS): Define.Mark Mitchell2-2/+21
2004-09-02symbian.h (LIB_SPEC): Define to empty.Mark Mitchell2-0/+8
2004-09-02* config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove.Paul Brook1-34/+0
2004-09-02* arm/predicates.md (arm_reload_memory_operand): Allow MEM.Richard Earnshaw1-1/+1
2004-09-01arm-cores.def (ARM_CORE): Add new field for the real name of the CPU.Richard Earnshaw5-67/+68
2004-09-01* arm/ieee754-df.S (aeabi_ul2d, aeabi_l2d, floatundidf)Richard Earnshaw3-2/+185
2004-09-01config.gcc (arm*-*-symbianelf*): Do not include t-bpabi.Mark Mitchell3-0/+28
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell2-1/+28
2004-08-29arm.h (REVERSE_CONDITION): Define.Richard Earnshaw1-1/+6
2004-08-26symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp -march=armv5tPaul Brook2-5/+4
2004-08-25config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment.Mark Mitchell1-0/+7
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-24arm.md: Include predicates.md.Richard Earnshaw6-814/+481
2004-08-24arm.c (arm_override_options): Update error message.Paul Brook2-8/+11
2004-08-24defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher3-491/+503
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-1/+1
2004-08-20config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment.Mark Mitchell2-1/+18
2004-08-19defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.Mark Mitchell1-4/+0
2004-08-19arm.c (arm_gen_load_multiple): Use adjust_automodify_address.Richard Henderson3-99/+73
2004-08-19* bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.Mark Mitchell1-0/+3
2004-08-19bpabi.c (__aeabi_ul2d): Give it default visibility.Mark Mitchell1-2/+3
2004-08-18arm.c (arm_size_rtx_costs): New function.Richard Earnshaw1-2/+227
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-4/+3
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-2/+2
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2-18/+18
2004-08-17arm.md (addsi3, [...]): Rework to avoid use of preserve_subexpressions_p.Richard Earnshaw1-12/+7
2004-08-17re PR target/17019 (THUMB: bad switch statement in md code for addsi3_cbranch...Daniel Bornstein1-2/+2
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-08-13darwin-c.c (find_subframework_file): Fix spelling of cannot.Andrew Pinski1-1/+1
2004-08-12lib1funcs.asm (ARM_FUNC_ALIAS): Also alias _L__name.Paul Brook1-5/+30
2004-08-12re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)Jakub Jelinek1-0/+1
2004-08-11* config/arm/arm-protos.h (arm_finalize_pic) Rename ...Paul Brook4-20/+30
2004-08-11arm.c (thumb_force_lr_save): Add prototype.Paul Brook2-161/+153
2004-08-11(arm_is_longcall_p): Update comment describing this funciton's behaviour.Nick Clifton2-8/+23
2004-08-11configure.in (arm*-*-eabi*): New target.Mark Mitchell12-28/+732
2004-08-10arm-protos.h (arm_set_return_address, [...]): Add prototypes.Paul Brook4-76/+228
2004-08-06symbian.h (CC1_SPEC): Avoid passing duplicate options to the compiler.Mark Mitchell1-2/+12
2004-08-06symbian.h (CC1_SPEC): Add -fno-short-enums.Mark Mitchell1-2/+2