summaryrefslogtreecommitdiff
path: root/gcc/config/i960/i960.c
Commit message (Expand)AuthorAgeFilesLines
* Revert bad importZack Weinberg2005-02-021-2917/+0
* Imported from mainline FSF repositoriesNick Clifton2005-02-021-0/+2917
* config.gcc: Remove obsolete ports and configurations.Kazu Hirata2004-02-041-2917/+0
* d30v-protos.h [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher2003-12-051-10/+10
* builtins.c (std_build_builtin_va_list): New.Richard Henderson2003-10-291-2/+6
* Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg2003-10-131-3/+0
* real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg2003-10-061-1/+1
* GNU CC -> GCCKelley Cook2003-09-271-4/+4
* targhooks.c: New file.DJ Delorie2003-09-031-1/+1
* i960.c (i960_output_function_prologue, [...]): Fix format specifier warnings.Kaveh R. Ghazi2003-05-161-9/+14
* expr.c (move_block_from_reg): Remove "size" parm.Alan Modra2003-05-091-3/+2
* target.h (targetm.address_cost): New.Richard Henderson2003-01-281-4/+5
* Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson2003-01-271-0/+53
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson2002-10-221-2/+6
* target.h (struct gcc_target): Line wrap.Richard Henderson2002-10-201-1/+5
* alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell2002-10-201-1/+1
* target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell2002-10-181-0/+22
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-3/+1
* i960.c (i960_setup_incoming_varargs): Create a new rtx for comparing the argu...Richard Henderson2002-10-071-5/+13
* i960.md (*): Use TFmode, not XFmode.Richard Henderson2002-10-071-16/+16
* real.c (struct real_format): Move to real.h.Richard Henderson2002-09-211-1/+40
* fp-bit.c: Follow spelling conventions.Kazu Hirata2002-09-191-2/+2
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-1/+1
* builtins.c (std_expand_builtin_va_start): Remove unused first argument.Zack Weinberg2002-07-161-2/+1
* varargs.h: Replace with stub which issues #error.Zack Weinberg2002-07-161-4/+4
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-3/+0
* function.h (struct function): Add profile.William Cohen2002-01-031-1/+1
* varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson2001-12-201-48/+0
* target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford2001-12-171-0/+3
* final.c (count_basic_block, [...]): Kill.Jan Hubicka2001-12-061-1/+1
* clipper.c (clipper_movstr): Avoid uninitialized warning.Kaveh R. Ghazi2001-11-211-2/+2
* builtins.def: Fix comment typos.Kazu Hirata2001-10-311-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2001-10-301-14/+14
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-0/+1
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-3/+2
* target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs2001-07-071-1/+1
* Makefile.in (final.o): Depend on target.h.Neil Booth2001-07-061-8/+15
* explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner2001-07-031-14/+19
* Makefile.in (TARGET_H, [...]): New.Neil Booth2001-06-261-0/+6
* sparc.c (sparc_flat_eligible_for_epilogue_delay): Fix a comment typo.Kazu Hirata2001-04-211-1/+1
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* i960.h (i960_maxbitalignment, [...]): Declare.John Wehle2001-03-151-131/+2
* i960.c (i960_function_prologue): Compute size of frame according to number of...DJ Delorie2001-03-141-2/+2
* c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg2000-09-071-35/+83
* i960.c (i960_br_predict_opcode): Remove.Richard Henderson2000-06-011-36/+18
* i960-protos.h: New file.Kaveh R. Ghazi2000-01-101-40/+49
* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1999-12-041-1/+30
* i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.Vladimir Makarov1999-11-121-16/+16
* Fix i960 varargs/stdarg build failures.Jim Wilson1999-10-281-7/+16