aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arc/arc.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-06re PR target/8973 ([arc-7-elf] the interupt handler does not return properly,...Saurabh Verma1-2/+7
2005-09-06re PR target/8972 ([arc-7-elf] the c code ' x << i' causes infinite loop when...Saurabh Verma1-1/+7
2005-06-26arc-protos.c: Remove the prototype for arc_finalize_pic.Kazu Hirata1-10/+0
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford1-25/+1
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-2/+4
2005-05-05arc.c (get_arc_condition_code): Use gcc_assert & gcc_unreachable as appropriate.Nathan Sidwell1-41/+36
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-18(arc_output_function_epilogue): Remove prescan parameter from calls toNick Clifton1-4/+3
2005-03-29arc.c (arc_output_function_epilogue): Pass prescan as 0 when calling final_sc...Ian Lance Taylor1-3/+3
2005-03-18hooks.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-03-17arc.c (arc_cpu_string): Make static.Richard Sandiford1-23/+41
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-09-18darwin-c.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-1/+2
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 Henderson1-0/+27
2004-07-13builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson1-15/+0
2004-07-09arc.md: Switch to DFA-based scheduler description.Paolo Bonzini1-0/+3
2004-07-08builtins.c (ind_gimplify_va_arg_expr): New.Richard Henderson1-5/+1
2004-07-08arc-protos.h (arc_va_arg): Remove.Richard Henderson1-62/+9
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-3/+3
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-2/+0
2004-02-06arc.c (arc_return_in_memory): Check the return value of int_size_in_bytes aga...Kazu Hirata1-3/+7
2004-02-06arc-protos.h: Remove the prototype for arc_setup_incoming_varargs.Kazu Hirata1-1/+29
2004-02-04alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" don...Kazu Hirata1-1/+1
2004-02-04alpha.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-01-26arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.Kazu Hirata1-0/+21
2004-01-18final.c (final_scan_insn): Make non-static again.Daniel Jacobowitz1-4/+5
2003-12-25alpha-modes.def: Fix comment formatting.Kazu Hirata1-1/+1
2003-11-20arc-protos.h: Update to C90 prototypes.Kelley Cook1-150/+79
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg1-6/+3
2003-09-27GNU CC -> GCCKelley Cook1-4/+4
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-4/+7
2003-05-16arc.c (arc_output_function_prologue, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-2/+2
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-4/+2
2003-04-16arc.c (arc_encode_section_info): Remove.Richard Henderson1-20/+3
2003-01-28target.h (targetm.address_cost): New.Richard Henderson1-61/+63
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson1-1/+63
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+20
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-3/+2
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-1/+1
2002-08-20arc.c (output_shift): Use stdio instead of asm_fprintf.Kaveh R. Ghazi1-8/+8
2002-08-11arc.c (arc_init): Don't use ISO C style function definitions.Kaveh R. Ghazi1-1/+1
2002-07-16builtins.c (std_expand_builtin_va_start): Remove unused first argument.Zack Weinberg1-3/+2
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-8/+4
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson1-0/+17
2002-03-20re PR target/4792 (Internal compiler error building libgcc2 for arc-elf target)Jakub Jelinek1-4/+3
2002-02-17final.c (output_operand_lossage): Changed to accept printf style arguments.Philipp Thomas1-5/+5
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-1/+1