aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law2-0/+34
1997-07-30(CPP_SPEC): add %(subtarget_cpp_spec).Richard Earnshaw1-1/+5
1997-07-30(MULTILIB_OPTIONS): don't use deprecated -mNRichard Earnshaw1-3/+6
1997-07-30(TARGET_CPU_DEFAULT): define.Richard Earnshaw1-18/+6
1997-07-30Don't define SET_ASM_OP for RISCiXRichard Earnshaw1-0/+3
1997-07-30define SET_ASM_OP by default (for GAS).Richard Earnshaw1-0/+3
1997-07-16(CPP_CPU_ARCH_SPEC): Handle -march=...Richard Earnshaw1-62/+180
1997-07-16(*push_fp_multi): New pattern.Richard Earnshaw1-0/+17
1997-07-16Initial revisionRichard Earnshaw2-0/+143
1997-07-16(tune_flags): New variable.Richard Earnshaw1-61/+268
1997-06-20Initial revisionRichard Kenner3-0/+134
1997-05-13(CPP_SPEC): Fix typo invoking cpp_endian.Richard Earnshaw1-18/+4
1997-05-13Build fp-bit.c when compiling with -msoft-float.Richard Earnshaw1-0/+23
1997-05-13(MULTILIB_DEFAULTS): Remove all references to mle/mbe.Richard Earnshaw1-3/+3
1997-05-13(MULTILIB_OPTIONS): Change options mbe/mle to mbig-endian and mlittle-endian.Richard Earnshaw1-2/+2
1997-05-13Add prototypes for all static functions.Richard Earnshaw1-5/+21
1997-05-08(LIBGCC1_TEST): Don't build it.Richard Earnshaw1-0/+11
1997-05-08(ASM_OUTPUT_LONG_DOUBLE): Delete call to arm_increase_location.Richard Earnshaw1-20/+9
1997-05-08(CPP_SPEC): Rewrite using new sub-components.Richard Earnshaw2-14/+26
1997-05-08(CPP_SPEC): Delete.Richard Earnshaw1-15/+6
1997-05-08(attr cpu): Add new cpu types for arm8 and strongarm.Richard Earnshaw1-96/+68
1997-05-08(TARGET_CPU_arm*, TARGET_CPU_strongarm*, TARGET_CPU_generic):Richard Earnshaw1-27/+229
1997-05-08(CPP_SPEC): Delete.Richard Earnshaw1-19/+4
1997-05-08(arm_increase_location, get_prologue_size): Delete.Richard Earnshaw1-145/+363
1997-04-30xJason Merrill1-2/+2
1997-04-06(incscc): Use a match_operand with cc_register to match the condition code re...Richard Earnshaw1-297/+575
1997-03-18(movhi): Handle generation of large constants duringRichard Earnshaw1-0/+14
1996-12-12(arm_gen_constant, case IOR,XOR): Don't invert a constant if loadingRichard Earnshaw1-4/+3
1996-10-08(output_func_epilogue): Add comment regarding insn_addresses.Doug Evans1-0/+1
1996-09-21(ASM_OUTPUT_LABELREF): Delete.Richard Kenner1-5/+1
1996-08-15* arm.h (RETURN_ADDR_RTX): Define.Mike Stump1-0/+8
1996-07-26install EH codeMike Stump1-0/+9
1996-07-12(ASM_OUTPUT_MI_THUNK): Handle fns returning structures.Doug Evans1-2/+4
1996-05-24varasm.c (asm_output_bss): New argument DECL.Doug Evans1-2/+2
1996-05-21(STRUCTURE_SIZE_BOUNDARY): Add comment explaining why it's 32.Doug Evans1-0/+3
1996-05-17* arm/arm.c (output_option, output_options, m_options): Delete.Doug Evans1-92/+0
1996-05-17aout.h (ASM_OUTPUT_OPTIONS): Delete.Doug Evans1-9/+0
1996-05-10(ASM_DECLARE_{FUNCTION,OBJECT}_NAME): Remove bytecode support.Doug Evans1-23/+13
1996-05-04aout.h (ASM_OUTPUT_MI_THUNK): Delete.Richard Earnshaw1-29/+19
1996-05-04(PROCESSOR_DEFAULT): Default to PROCESSOR_ARM6.Richard Earnshaw1-0/+4
1996-05-04(arm_select): Declare and initialize.Richard Earnshaw1-64/+267
1996-05-04(*addsi3_compareneg): Delete potentially unsafe insn.Richard Earnshaw1-10/+90
1996-05-04(ASM_OUTPUT_MI_THUNK): Moved here from aout.h.Richard Earnshaw1-11/+68
1996-04-30(USER_LABEL_PREFIX): Set to "".Doug Evans1-0/+3
1996-04-25(s_register_operand): Add comment documenting why it exists.Doug Evans1-1/+6
1996-04-25Say a bit more regarding configuration triplets.Doug Evans1-0/+2
1996-04-25Add comment regarding configuration naming.Doug Evans1-0/+6
1996-04-21* arm/aout.h (ASM_OUTPUT_MI_THUNK): Define.Doug Evans1-0/+21
1996-04-14(TARGET_DEFAULT): Comment out TARGET_CPU_DEFAULT support for now.Doug Evans1-2/+3
1996-04-13Initial revisionDoug Evans2-0/+235