| Commit message (Expand) | Author | Age | Files | Lines |
* | * fwprop.c (should_replace_address): Add speed attribute. | hubicka | 2008-08-31 | 1 | -2/+3 |
* | * config/m68k/m68k.c (m68k_return_in_memory): Fix arguments types. | nathan | 2008-07-07 | 1 | -2/+2 |
* | * config/m68k/lb1sf68.asm: Add PIC macros for Linux targets. | nathan | 2008-07-07 | 1 | -5/+31 |
* | * config.gcc (m68k-*-linux*): Add with_arch. Add sysroot-suffix.h | nathan | 2008-07-07 | 1 | -0/+11 |
* | * config/m68k/t-cf (MULTILIB_EXTRA_OPTS): Add no-mac. | nathan | 2008-07-07 | 2 | -13/+20 |
* | * config/alpha/vms_tramp.asm, config/arm/crti.asm, | jsm28 | 2008-07-02 | 2 | -2/+0 |
* | * config/m68k/m68k.c (print_operand): Always print a float | schwab | 2008-06-29 | 2 | -39/+11 |
* | * c-format.c (handle_format_attribute): Fix -Wc++-compat and/or | ghazi | 2008-06-27 | 1 | -5/+7 |
* | * config/m68k/m68k.c (m68k_tune_flags): New. | kazu | 2008-06-12 | 2 | -5/+27 |
* | 2008-06-04 Joseph Myers <joseph@codesourcery.com> | jsm28 | 2008-06-04 | 5 | -3/+50 |
* | 2008-05-14 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-05-14 | 1 | -4/+4 |
* | Cleanup ColdFire scheduling support and add V4 pipeline model. | mkuvyrkov | 2008-05-07 | 5 | -1229/+2058 |
* | PR testsuite/35843 | hubicka | 2008-04-25 | 1 | -11/+11 |
* | Support scheduling for ColdFire V1 and V3 microarchitecture. | mkuvyrkov | 2008-04-22 | 5 | -397/+1383 |
* | * function.h (incomming_args): Break out of struct function. | hubicka | 2008-04-08 | 1 | -2/+2 |
* | 2008-04-03 Jan Hubicka <jh@suse.cz> | hjl | 2008-04-03 | 1 | -0/+1 |
* | gcc/ | rwild | 2008-04-03 | 1 | -0/+2 |
* | gcc/ | tromey | 2008-03-27 | 1 | -2/+0 |
* | gcc | tromey | 2008-03-25 | 1 | -0/+2 |
* | 2008-02-16 Ralf Corsepius <ralf.corsepius@rtems.org> | corsepiu | 2008-02-16 | 1 | -1/+5 |
* | PR target/35088 | jsm28 | 2008-02-15 | 1 | -0/+2 |
* | PR33713 | aldyh | 2007-12-03 | 1 | -3/+1 |
* | * config/m68k/m68k.c (sched-int.h, insn-codes.h): New includes. | mkuvyrkov | 2007-11-06 | 5 | -0/+1163 |
* | * config/m68k/m68k.h (m68k_sched_cpu, m68k_sched_attr_opx_type, | mkuvyrkov | 2007-10-17 | 2 | -7/+10 |
* | Revert: | kazu | 2007-10-10 | 3 | -70/+88 |
* | * config/m68k/m68k.c (print_operand): Handle '{' and '}'. | kazu | 2007-10-09 | 3 | -17/+26 |
* | * config/m68k/m68k.c, config/m68k/m68k.md: Use the assembly | kazu | 2007-10-07 | 3 | -72/+45 |
* | * config/m68k/m68k.c (m68k_output_movem): Use the MOTOROLA if | kazu | 2007-10-03 | 1 | -4/+4 |
* | * config/m68k/m68k.h (ASM_OUTPUT_ALIGN_WITH_NOP): New, use | zippel | 2007-09-24 | 2 | -0/+20 |
* | config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New. | zippel | 2007-09-24 | 1 | -0/+3 |
* | * config/m68k/m68k.c (strict_low_part_peephole_ok): Don't leave | zippel | 2007-09-24 | 2 | -143/+164 |
* | * config/m68k/m68k.c (notice_update_cc): Recognize fp compare | zippel | 2007-09-24 | 3 | -40/+57 |
* | * config/m68k/m68k.c (output_move_himode): Remove jump table | zippel | 2007-09-19 | 2 | -55/+4 |
* | * config/m68k/m68k.c (override_options): Remove USE_GAS, | zippel | 2007-09-18 | 2 | -230/+66 |
* | * config/m68k/m68k.md (beq, bne, bgt, blt, bge, ble, bordered, | zippel | 2007-09-18 | 1 | -70/+34 |
* | * config/m68k/m68k-devices.def (51qe): New device. | kazu | 2007-09-18 | 3 | -8/+19 |
* | * config/m68k/predicates.md (movsi_const0_operand, | mkuvyrkov | 2007-09-11 | 5 | -264/+1430 |
* | * function.h (struct function): Rename calls_unwind_init | zippel | 2007-09-07 | 1 | -3/+1 |
* | gcc/ada/ | janis | 2007-09-07 | 1 | -1/+1 |
* | * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove. | kazu | 2007-09-01 | 2 | -4/+6 |
* | gcc/ | kazu | 2007-08-29 | 1 | -8/+23 |
* | * gcc/config/m68k/linux.h | kazu | 2007-08-28 | 3 | -0/+33 |
* | * config/alpha/alpha.c (alpha_mangle_type, decl_has_samegp, | ghazi | 2007-08-24 | 1 | -1/+1 |
* | * config/arc/arc-protos.h arc_select_cc_mode, gen_compare_reg): | ghazi | 2007-08-23 | 2 | -3/+3 |
* | * doc/md.texi (Iterators): Renamed from Macros. All contents | hp | 2007-08-22 | 1 | -1/+1 |
* | * config/host-hpux.c: Change copyright header to refer to version 3 of the GNU | nickc | 2007-08-02 | 22 | -107/+87 |
* | gcc/ | mmitchel | 2007-07-30 | 1 | -17/+41 |
* | Replace no_new_pseudos in backends. | ian | 2007-07-10 | 2 | -3/+1 |
* | * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P, | zippel | 2007-06-25 | 2 | -15/+17 |
* | * config/m68k/m68k.c (m68k_expand_epilogue): Emit a return | kazu | 2007-06-18 | 1 | -1/+1 |