Age | Commit message (Expand) | Author | Files | Lines |
2008-09-04 | arm.c (arm_size_rtx_costs): Call cost function. | Paul Brook | 1 | -1/+1 |
2008-09-02 | arm.c (arm_tune_cortex_a9): Define. | Paul Brook | 6 | -5/+89 |
2008-09-02 | invoke.texi: Document -mword-relocations. | Paul Brook | 8 | -5/+93 |
2008-09-01 | arm.c (arm_override_options): Set arm_abi earlier. | Paul Brook | 2 | -19/+23 |
2008-09-01 | thumb2.md (thumb2_negscc): Match the correct operand for optimized LT0 test. | Paul Brook | 1 | -4/+1 |
2008-09-01 | arm.md: Include cortex-r4f.md. | Paul Brook | 8 | -54/+232 |
2008-09-01 | arm.c (arm_no_early_mul_dep): Handle multiply-subtract. | Paul Brook | 1 | -2/+9 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -1/+1 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -15/+21 |
2008-08-30 | optabs.c (expand_abs_nojump): Update BRANCH_COST call. | Jan Hubicka | 1 | -1/+1 |
2008-08-30 | re PR target/37283 (Cannot build crtbegin.o for ARM) | Samuel Tardieu | 1 | -2/+5 |
2008-08-28 | arm.c (TARGET_MAX_ANCHOR_OFFSET): New. | Paul Brook | 3 | -0/+54 |
2008-08-28 | vfp11.md: Update license notice. | Paul Brook | 2 | -16/+19 |
2008-08-27 | t-arm-coff (LIB1ASMFUNCS): Add missing undescrore on _clzsi2. | Paul Brook | 2 | -2/+2 |
2008-08-26 | vfp.md: Document fmul{s,d} and fmac{s,d} types. | Paul Brook | 4 | -28/+21 |
2008-08-26 | vfp.md: Move pipeline description for VFP11 to... | Paul Brook | 3 | -83/+97 |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -0/+14 |
2008-08-15 | arm.c (add_minipool_backward_ref): Check for 8-byte-aligned entries in second... | Joseph Myers | 1 | -9/+12 |
2008-08-07 | arm.c (output_move_neon): Update comment describing big-endian vector layout. | Joseph Myers | 2 | -36/+77 |
2008-08-07 | iwmmxt.md (movv8qi_internal, [...]): Combine into mov<mode>_internal. | Joseph Myers | 1 | -61/+3 |
2008-08-06 | alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2 | -14/+14 |
2008-08-05 | invoke.texi: Document new ARM -mfpu= and -mcpu= options. | Paul Brook | 5 | -11/+26 |
2008-08-04 | arm.c (thumb_core_reg_alloc_order): New. | Paul Brook | 3 | -0/+29 |
2008-07-30 | arm.c (arm_compute_static_chain_stack_bytes): New function. | Andrew Jenner | 1 | -62/+66 |
2008-07-30 | arm.c (arm_expand_prologue): Use 0-length rtvec instead of NULL_RTVEC. | Nathan Froyd | 1 | -1/+3 |
2008-07-25 | iwmmxt.md (movv8qi_internal, [...]): Add mem = reg alternative. | Joseph Myers | 1 | -18/+18 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -5/+0 |
2008-07-17 | decl2.c (determine_visibility): Allow target to override visibility of class ... | Julian Brown | 1 | -1/+2 |
2008-07-14 | config.gcc (arm*-*-eabi*): Include arm/eabi.h and use additional option file ... | Doug Kwan | 5 | -5/+164 |
2008-07-09 | revert: arm.opt (mandroid): New option. | Doug Kwan | 2 | -45/+0 |
2008-07-09 | arm.opt (mandroid): New option. | Doug Kwan | 2 | -0/+45 |
2008-07-07 | arm.c (arm_init_neon_builtins): Register built-in types immediately after cre... | Joseph Myers | 1 | -38/+38 |
2008-07-07 | * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove. | Joseph Myers | 1 | -3/+0 |
2008-07-02 | vms_tramp.asm, [...]: Remove .file directives. | Joseph Myers | 2 | -4/+0 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2 | -6/+7 |
2008-06-19 | arm-protos.h (arm_return_in_memory): Remove public arm_return_in_memory() pro... | Chung-Lin Tang | 3 | -10/+6 |
2008-06-12 | longlong.h (__arm__): Define count_leading_zeros. | Paul Brook | 11 | -33/+136 |
2008-06-11 | arm.c (arm_init_neon_builtins): Move initialization with function calls after... | Joseph Myers | 1 | -72/+138 |
2008-06-07 | MAINTAINERS (mt port): Remove. | Joseph Myers | 10 | -364/+0 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 3 | -7/+6 |
2008-05-23 | extend.texi: Clarify use of __attribute__((naked)). | Paul Brook | 1 | -0/+12 |
2008-05-22 | defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument. | H.J. Lu | 1 | -1/+1 |
2008-05-15 | arm.c (arm_return_in_memory): Fix return type. | Diego Novillo | 2 | -2/+2 |
2008-05-08 | 2008-05-07 Kai Tietz <kai,tietz@onevision.com> | Kai Tietz | 4 | -7/+7 |
2008-04-30 | arm.c (arm_unwind_emit): Use crtl->all_throwers_are_sibcalls instead of cfun-... | Richard Sandiford | 1 | -2/+2 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 4 | -35/+35 |
2008-04-22 | arm.c (thumb_find_work_register): Fix location of argument register count. | Nick Clifton | 1 | -1/+1 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 2 | -31/+31 |
2008-03-27 | sourcebuild.texi, [...]: Revert automatic dependency patch. | Tom Tromey | 4 | -8/+13 |
2008-03-25 | x-solaris (host-solaris.o): Update. | Tom Tromey | 4 | -13/+8 |