summaryrefslogtreecommitdiff
path: root/gcc/config/m88k/m88k.c
Commit message (Expand)AuthorAgeFilesLines
* * config.gcc: Purge all targets obsoleted in GCC 3.3. Alsozack2003-05-151-3457/+0
* * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.amodra2003-05-091-3/+2
* * target.h (encode_section_info): Add new argument carryingzack2003-04-201-4/+5
* * target.h (targetm.address_cost): New.rth2003-01-281-0/+26
* * Makefile.in (cse.o): Depend on TARGET_H.rth2003-01-281-0/+67
* Merge basic-improvements-branch to trunkzack2002-12-161-1/+24
* * ChangeLog.4: Fix typos.kazu2002-09-281-1/+1
* * config/m32r/m32r.c: Follow spelling conventions.kazu2002-09-201-1/+1
* * haifa-sched.c: Follow spelling conventions.kazu2002-09-141-2/+2
* * builtins.c (std_expand_builtin_va_start): Remove unusedzack2002-07-161-2/+1
* * ginclude/varargs.h: Replace with stub which issues #error.zack2002-07-161-1/+0
* * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,rth2002-05-191-67/+0
* * system.h (ENCODE_SECTION_INFO): Poison it.rth2002-05-191-0/+30
* * final.c (HAVE_READONLY_DATA_SECTION): New.rth2002-05-181-3/+3
* * hooks.c (hook_tree_bool_false): New.rth2002-05-171-2/+34
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-231-6/+8
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-3/+0
* 2002-02-17 Philipp Thomas <pthomas@suse.de>pthomas2002-02-171-17/+17
* * function.h (struct function): Add profile.wcohen2002-01-031-2/+2
* * collect2.c (is_ctor_dtor): Const-ify.ghazi2001-12-271-10/+10
* * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,rsandifo2001-12-171-1/+13
* * function.c (assing_parms): Fix typo in last change.kenner2001-12-061-16/+5
* * final.c (count_basic_block, add_bb, add_bb_string):hubicka2001-12-061-5/+2
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-2/+2
* * h8300.c (h8300_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.ghazi2001-12-011-3/+3
* * clipper.c (clipper_movstr): Avoid uninitialized warning.ghazi2001-11-211-1/+1
* * dwarf2out.c (dwarf2out_finish): Don't abort because of orphanjason2001-11-151-1/+1
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-1/+1
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-7/+8
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-131-1/+1
* * c-common.c (c_tree_code_name): Const-ification.ghazi2001-09-121-1/+1
* * haifa-sched.c: Convert to target hooks. Macros replacedzack2001-08-181-0/+32
* * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,rth2001-08-181-2/+2
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-1/+1
* Move constructor/destructor handling into target hooks.rth2001-08-091-8/+38
* * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,danglin2001-08-031-1/+1
* * alias.c (set_mem_alias_set): New function.kenner2001-07-111-6/+4
* * final.c (no_asm_to_stream): New.neil2001-07-081-4/+10
* * target.h (targetm): Rename global from "target", so as not toshebs2001-07-071-1/+1
* * Makefile.in (final.o): Depend on target.h.neil2001-07-061-10/+18
* * explow.c (plus_constant_wide, case LO_SUM): New case.kenner2001-07-031-1/+1
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-5/+3
* * Makefile.in (TARGET_H, TARGET_DEF_H): New.neil2001-06-261-0/+6
* * toplev.c (output_lang_identify): Delete.zack2001-04-161-3/+2
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* * alpha.c (check_float_value): Use memcpy, not bcopy.ghazi2000-11-101-1/+1
* * calls.c (expand_call, emit_library_call_value_1), collect2.cjsm282000-11-091-1/+1
* Change callers in config/m*/ to match:hp2000-09-251-6/+6
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-1/+1