aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore
AgeCommit message (Expand)AuthorFilesLines
2004-10-22ptx4.h, [...]: Update copyright.Kazu Hirata1-1/+2
2004-10-21dbxout.c (asmfile): Delete.Zack Weinberg1-17/+1
2004-09-18darwin-c.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-2/+4
2004-09-14m32r.md, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-18mcore.c (mode_from_align): Remove DImode.Richard Henderson3-94/+81
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-1/+1
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+2
2004-08-13darwin-c.c (find_subframework_file): Fix spelling of cannot.Andrew Pinski1-1/+1
2004-08-12re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)Jakub Jelinek1-0/+2
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell2-2/+2
2004-08-04defaults.h (TARGET_DECLSPEC): New macro.Mark Mitchell1-8/+0
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-3/+0
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson2-8/+2
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson3-22/+6
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-1/+1
2004-07-06mcore.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.Steven Bosscher2-6/+11
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-3/+0
2004-05-21system.h: Poison NO_RECURSIVE_FUNCTION_CSE.Ian Lance Taylor1-3/+0
2004-03-07defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.Kazu Hirata1-1/+0
2004-02-19* config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.Kazu Hirata1-19/+0
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-2/+0
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-06arc.c (arc_return_in_memory): Check the return value of int_size_in_bytes aga...Kazu Hirata1-1/+2
2004-02-02arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.Kazu Hirata1-1/+1
2004-02-02mcore.c (block_move_sequence): Replace gen_rtx_CONST_INT with GEN_INT.Kazu Hirata1-4/+2
2004-02-01arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata3-79/+79
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2-2/+3
2004-01-30alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata1-1/+1
2004-01-29mcore.c (mcore_external_libcall): Add a comment.Kazu Hirata1-0/+4
2004-01-29mcore-protos.h: Remove the prototype for mcore_setup_incoming_varargs.Kazu Hirata3-39/+46
2004-01-11lib1.asm: Fix comment formatting.Kazu Hirata5-32/+32
2003-12-24Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell1-3/+0
2003-10-02mcore.c: Convert to ISO C90 function declarations and definitions.Steven Bosscher3-435/+274
2003-09-27GNU CC -> GCCKelley Cook6-22/+22
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+1
2003-09-12mcore-protos.h (mcore_r15_operand_p): Declare.Richard Sandiford4-324/+85
2003-08-21Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg2-13/+2
2003-07-26pe.c (arm_mark_dllimport): Don't use xxx_with_decl.Gabriel Dos Reis1-1/+2
2003-07-06h8300.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03m32r.c: Fix comment typos.Kazu Hirata3-8/+8
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-9/+1
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou1-5/+3
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-4/+0
2003-06-04alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi1-1/+1
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-7/+0
2003-05-16mcore.c (mcore_print_operand_address, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-6/+6
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg1-65/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-13/+11