aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell1-1/+1
2002-10-18target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell1-0/+35
2002-09-28ChangeLog.4: Fix typos.Kazu Hirata1-1/+1
2002-09-24(thumb_unexpanded_epilogue): Don't generate epilogue for naked functions.Adam Nemet1-0/+3
2002-09-17alpha.c: Follow spelling conventions.Kazu Hirata1-5/+5
2002-09-17(output_return_instruction): Do not writeback the stack pointer when it is be...Nick Clifton1-1/+12
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-12arm.c (arm_compute_initial_elimination_offset): Fix a comment typo.Kazu Hirata1-1/+1
2002-09-06arm-protos.h (arm_gen_return_addr_mask): New prototype.Jason Thorpe1-0/+13
2002-09-05arm.c (arm_return_in_memory): Implement ATPCS return-in-memory rules.Jason Thorpe1-1/+12
2002-09-05real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is not a compile-time con...Jason Thorpe1-0/+21
2002-08-30arm.c (arm_asm_output_labelref): New function.Krister Walfridsson1-0/+24
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi1-0/+15
2002-08-20arc.c (output_shift): Use stdio instead of asm_fprintf.Kaveh R. Ghazi1-4/+4
2002-08-11arc.c (arc_init): Don't use ISO C style function definitions.Kaveh R. Ghazi1-4/+11
2002-08-08oops - minor formatting tidy ups to previous deltaNick Clifton1-15/+11
2002-08-08arm.c (thumb_unexpanded_epilogue): Stack the PIC register.Adam Nemet1-36/+17
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-07-17From Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Jeroen Dobbelaere1-4/+4
2002-07-16From: Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Jeroen Dobbelaere1-1/+0
2002-07-16arm.md (stack_tie): New insn.Richard Earnshaw1-9/+2
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-1/+1
2002-06-30i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez1-3/+2
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-3/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-42/+10
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson1-0/+3
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson1-0/+47
2002-05-18final.c (HAVE_READONLY_DATA_SECTION): New.Richard Henderson1-1/+1
2002-05-17arm.c (emit_multi_reg_push): Do not set RTX_FRAME_RELATED_P on the SEQUENCE.Nick Clifton1-1/+0
2002-05-16arm.c (arm_rtx_costs): Check for RTX being a SYMBOL_REF before calling CONSTA...Nick Clifton1-7/+9
2002-04-02Remove previous deltaNick Clifton1-5/+1
2002-04-02(output_return_instruction): Do not create the conditional part of the return...Nick Clifton1-1/+4
2002-03-23re PR java/5489 (-fverbose-asm crashes jc1 on ARM cross-compiler)Richard Earnshaw1-3/+6
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg1-3/+3
2002-03-20arm.c (arm_output_epilogue): Don't generate separate return instruction if PC...Philip Blundell1-2/+5
2002-03-18arm.md (tablejump): Make this a define_expand.Richard Earnshaw1-3/+18
2002-03-18Fix big-endian code generationBernd Schmidt1-8/+8
2002-03-14re PR target/5828 (gcc-3.0.4 on arm : floating point registers incorrectly re...Richard Earnshaw1-6/+12
2002-03-12re PR rtl-optimization/5878 (gcc 3.1 breaks on C code generated by the Mercur...Richard Henderson1-11/+9
2002-02-19arm.c (use_return_insn): Don't reject interrupt functions.Philip Blundell1-34/+46
2002-02-19arm.c (arm_encode_call_attribute): Operate on any decl, not just FUNCTION_DECL.Philip Blundell1-5/+7
2002-02-18arm.c (arm_compute_save_reg_mask): Fix typo in comment.Philip Blundell1-85/+79
2002-02-04Replace current_function_anonymous_args with cfun->machine->uses_anonymous_argsNick Clifton1-26/+9
2002-01-25Allow any general purpose register to hold an SImode (or smaller) value.Nick Clifton1-18/+14
2002-01-24Allow SImode values to be assigned to the stack pointer.Nick Clifton1-1/+14
2002-01-23Use an UNSPEC instead of a USE to prevent prologue/epilogue insns from beingNick Clifton1-5/+5
2002-01-22Move body of HARD_REGNO_MODE_OK into a function: arm_hard_regno_mode_okNick Clifton1-16/+40
2002-01-22Replace REG_MAYBE_DEAD notes with USEs.Nick Clifton1-9/+6
2002-01-16Do not accept the IP register as a DFmode operandNick Clifton1-6/+6