summaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.c
Commit message (Expand)AuthorAgeFilesLines
* arm.c (arm_builtin_va_list): New function.Mark Mitchell2009-02-201-0/+112
* arm.c (all_architectures): Add iWMMXt2 entry.Mark Shinwell2009-01-221-0/+1
* arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with two 32-bi...Richard Earnshaw2009-01-131-30/+28
* arm.c (struct processors): Pass for speed down into cost helper functions.Richard Earnshaw2009-01-131-244/+583
* re PR target/38695 (gcc.c-torture/compile/pr37433.c ICE on trunk arm_function...Jakub Jelinek2009-01-101-1/+3
* re PR bootstrap/38578 (fatal warning during bootstrap on arm.c for output_mov...Richard Earnshaw2008-12-191-4/+8
* re PR target/37436 (arm-cross-g++. internal compiler error: in extract_insn, ...Richard Earnshaw2008-12-161-0/+1
* Martin Guy <martinwguy@yahoo.it> PR target/37668Martin Guy2008-12-101-1/+5
* invoke.texi: Document --fix-cortex-m3.Paul Brook2008-11-131-21/+49
* arm.md (UNSPEC_PIC_BASE): Update documentation.Richard Sandiford2008-11-031-14/+14
* arm.c (arm_size_rtx_costs): Call cost function.Paul Brook2008-09-041-1/+1
* arm.c (arm_tune_cortex_a9): Define.Paul Brook2008-09-021-2/+16
* invoke.texi: Document -mword-relocations.Paul Brook2008-09-021-5/+43
* arm.c (arm_override_options): Set arm_abi earlier.Paul Brook2008-09-011-17/+19
* arm.md: Include cortex-r4f.md.Paul Brook2008-09-011-0/+1
* arm.c (arm_no_early_mul_dep): Handle multiply-subtract.Paul Brook2008-09-011-2/+9
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-15/+21
* re PR target/37283 (Cannot build crtbegin.o for ARM)Samuel Tardieu2008-08-301-2/+5
* arm.c (TARGET_MAX_ANCHOR_OFFSET): New.Paul Brook2008-08-281-0/+50
* arm.c (add_minipool_backward_ref): Check for 8-byte-aligned entries in second...Joseph Myers2008-08-151-9/+12
* arm.c (output_move_neon): Update comment describing big-endian vector layout.Joseph Myers2008-08-071-30/+16
* alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-9/+9
* invoke.texi: Document new ARM -mfpu= and -mcpu= options.Paul Brook2008-08-051-1/+8
* arm.c (thumb_core_reg_alloc_order): New.Paul Brook2008-08-041-0/+24
* arm.c (arm_compute_static_chain_stack_bytes): New function.Andrew Jenner2008-07-301-62/+66
* arm.c (arm_expand_prologue): Use 0-length rtvec instead of NULL_RTVEC.Nathan Froyd2008-07-301-1/+3
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-5/+0
* decl2.c (determine_visibility): Allow target to override visibility of class ...Julian Brown2008-07-171-1/+2
* arm.c (arm_init_neon_builtins): Register built-in types immediately after cre...Joseph Myers2008-07-071-38/+38
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-3/+4
* arm-protos.h (arm_return_in_memory): Remove public arm_return_in_memory() pro...Chung-Lin Tang2008-06-191-2/+6
* arm.c (arm_init_neon_builtins): Move initialization with function calls after...Joseph Myers2008-06-111-72/+138
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-4/+4
* extend.texi: Clarify use of __attribute__((naked)).Paul Brook2008-05-231-0/+12
* arm.c (arm_return_in_memory): Fix return type.Diego Novillo2008-05-151-1/+1
* 2008-05-07 Kai Tietz <kai,tietz@onevision.com>Kai Tietz2008-05-081-4/+4
* arm.c (arm_unwind_emit): Use crtl->all_throwers_are_sibcalls instead of cfun-...Richard Sandiford2008-04-301-2/+2
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-31/+31
* arm.c (thumb_find_work_register): Fix location of argument register count.Nick Clifton2008-04-221-1/+1
* function.h (incomming_args): Break out of struct function.Jan Hubicka2008-04-081-29/+29
* arm.c (arm_unwind_emit): Suppress unused unwinding annotations.Paul Brook2008-03-161-1/+16
* arm.c (arm_rtx_costs_1): Add costs for ARMv6 value extension instructions.Paul Brook2008-03-151-1/+12
* arm.c (output_move_double): Prefer LDRD to LDM.Paul Brook2008-03-131-7/+28
* arm.c (arm_size_rtx_costs): Use ARM costs for Thumb-2.Paul Brook2008-03-121-1/+2
* arm.c (use_return_insn): Use offsets->saved_regs_mask instead of {arm,thumb}_...Paul Brook2008-03-121-23/+112
* arm.c (use_return_insn): Check TARGET_APCS_FRAME.Paul Brook2008-03-111-38/+67
* cortex-r4.md: New.Paul Brook2008-03-101-0/+20
* config.gcc: Add arm/t-arm-softfp and soft-fp/t-softfp to arm configs.Paul Brook2008-03-031-17/+67
* arm.c (thumb_set_frame_pointer): Ensure SP is first operand for Thumb-2.Paul Brook2008-02-261-3/+14
* re PR target/34281 (ARM: varargs broken with 64bit parameters.)Jakub Jelinek2007-12-271-4/+10