aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
AgeCommit message (Expand)AuthorFilesLines
2008-12-02lb1sf68.asm (PICCALL, PICJUMP): Use GOT instead of PC-relative addressing whe...Nathan Sidwell1-26/+56
2008-11-25m68k.md (extendsidi2, [...]): Merge, clean up.Maxim Kuvyrkov1-16/+19
2008-11-24* config/m68k/m68k.md (cmpdi): Use (scratch) instead of pseudo.Maxim Kuvyrkov1-3/+3
2008-11-24re PR target/35018 ([m68k-elf] Gcc ouputs invalid asm when compiling with -O2...Maxim Kuvyrkov1-3/+13
2008-11-19lb1sf68.asm: Add GNU-stack annotation to avoid executable stack.Maxim Kuvyrkov1-0/+5
2008-11-19m68k.c (sched_attr_op_type): Handle all CONSTs.Maxim Kuvyrkov1-1/+2
2008-11-19re PR target/36133 (GCC creates suboptimal ASM : Code includes unneeded TST i...Andrew Stubbs3-11/+129
2008-11-14re PR target/36134 (GCC creates suboptimal ASM : usage of ADDA.L where LEA co...Maxim Kuvyrkov1-12/+13
2008-11-12m68k.c (print_operand): Mask off extra extension bits when writing out the re...Andreas Schwab1-3/+4
2008-09-11* config/m68k/m68k.h (IRA_COVER_CLASSES): Define.Andreas Schwab1-0/+5
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-2/+3
2008-07-07* config/m68k/m68k.c (m68k_return_in_memory): Fix arguments types.Maxim Kuvyrkov1-2/+2
2008-07-07* config/m68k/lb1sf68.asm: Add PIC macros for Linux targets.Mark Shinwell1-5/+31
2008-07-07config.gcc (m68k-*-linux*): Add with_arch.Nathan Sidwell1-0/+11
2008-07-07t-cf (MULTILIB_EXTRA_OPTS): Add no-mac.Nathan Sidwell2-13/+20
2008-07-02vms_tramp.asm, [...]: Remove .file directives.Joseph Myers2-2/+0
2008-06-29m68k.c (print_operand): Always print a float constant in hex.Andreas Schwab2-39/+11
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-5/+7
2008-06-12m68k.c (m68k_tune_flags): New.Kazu Hirata2-5/+27
2008-06-04m68k.opt (mxgot): New option.Joseph Myers5-3/+50
2008-05-14rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck1-4/+4
2008-05-07Cleanup ColdFire scheduling support and add V4 pipeline model.Maxim Kuvyrkov5-1229/+2058
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-11/+11
2008-04-22Support scheduling for ColdFire V1 and V3 microarchitecture.Maxim Kuvyrkov5-397/+1383
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-2/+2
2008-04-03re PR target/35795 (Revision 133787 breaks ia64)Jan Hubicka1-0/+1
2008-04-03t-uclinux (generated_files): Add sysroot-suffix.h.Tom Tromey1-0/+2
2008-03-27sourcebuild.texi, [...]: Revert automatic dependency patch.Tom Tromey1-2/+0
2008-03-25x-solaris (host-solaris.o): Update.Tom Tromey1-0/+2
2008-02-16t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475 multilibs.Ralf Corsepius1-1/+5
2008-02-15re PR target/35088 (ICE: in def_cfa_1, at dwarf2out.c:804)Joseph Myers1-0/+2
2007-12-03re PR middle-end/33713 (can't find a register in class 'GENERAL_REGS' while r...Steven Bosscher1-3/+1
2007-11-06m68k.c (sched-int.h, [...]): New includes.Maxim Kuvyrkov5-0/+1163
2007-10-17m68k.h (m68k_sched_cpu, [...]): Move declarations to ...Maxim Kuvyrkov2-7/+10
2007-10-10revert: longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '...Kazu Hirata3-70/+88
2007-10-09m68k.c (print_operand): Handle '{' and '}'.Kazu Hirata3-17/+26
2007-10-07m68k.c, m68k.md: Use the assembly syntax for ASSEMBLER_DIALECT.Kazu Hirata3-72/+45
2007-10-03m68k.c (m68k_output_movem): Use the MOTOROLA if MOTOROLA is to true.Kazu Hirata1-4/+4
2007-09-24m68k.h (ASM_OUTPUT_ALIGN_WITH_NOP): New, use "move.l %a4,%a4" to produce nops.Roman Zippel2-0/+20
2007-09-24config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New.Roman Zippel1-0/+3
2007-09-24m68k.c (strict_low_part_peephole_ok): Don't leave the basic block.Roman Zippel2-143/+164
2007-09-24m68k.c (notice_update_cc): Recognize fp compare (moved from fp compare patter...Roman Zippel3-40/+57
2007-09-19m68k.c (output_move_himode): Remove jump table recognition.Roman Zippel2-55/+4
2007-09-18m68k.c (override_options): Remove USE_GAS, use %.Roman Zippel2-230/+66
2007-09-18m68k.md (beq, [...]): Replace all fbcc with fjcc.Roman Zippel1-70/+34
2007-09-18m68k-devices.def (51qe): New device.Maxim Kuvyrkov3-8/+19
2007-09-11predicates.md (movsi_const0_operand, [...]): New predicates.Maxim Kuvyrkov5-264/+1430
2007-09-07function.h (struct function): Rename calls_unwind_init to saves_all_registers.Roman Zippel1-3/+1
2007-09-07Reapply reverted change:Janis Johnson1-1/+1
2007-09-01m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.Kazu Hirata2-4/+6