aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i960/i960.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-18target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell1-0/+22
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-3/+1
2002-10-07i960.c (i960_setup_incoming_varargs): Create a new rtx for comparing the argu...Richard Henderson1-5/+13
2002-10-07i960.md (*): Use TFmode, not XFmode.Richard Henderson1-16/+16
2002-09-21real.c (struct real_format): Move to real.h.Richard Henderson1-1/+40
2002-09-19fp-bit.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-1/+1
2002-07-16builtins.c (std_expand_builtin_va_start): Remove unused first argument.Zack Weinberg1-2/+1
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-4/+4
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-3/+0
2002-01-03function.h (struct function): Add profile.William Cohen1-1/+1
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson1-48/+0
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford1-0/+3
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-1/+1
2001-11-21clipper.c (clipper_movstr): Avoid uninitialized warning.Kaveh R. Ghazi1-2/+2
2001-10-31builtins.def: Fix comment typos.Kazu Hirata1-1/+1
2001-10-30alias.c: Fix comment formatting.Kazu Hirata1-14/+14
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-0/+1
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-3/+2
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth1-8/+15
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-14/+19
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-0/+6
2001-04-21sparc.c (sparc_flat_eligible_for_epilogue_delay): Fix a comment typo.Kazu Hirata1-1/+1
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-15i960.h (i960_maxbitalignment, [...]): Declare.John Wehle1-131/+2
2001-03-14i960.c (i960_function_prologue): Compute size of frame according to number of...DJ Delorie1-2/+2
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg1-35/+83
2000-06-01i960.c (i960_br_predict_opcode): Remove.Richard Henderson1-36/+18
2000-01-10i960-protos.h: New file.Kaveh R. Ghazi1-40/+49
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-1/+30
1999-11-12i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.Vladimir Makarov1-16/+16
1999-10-28Fix i960 varargs/stdarg build failures.Jim Wilson1-7/+16
1999-09-06Merge in gcc2-ss-010999Jeff Law1-35/+35
1999-07-26i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set for the regis...Richard Henderson1-2/+95
1999-07-09Patch for i960 build failure with unsubmitted live-range-splitting patches.Felix Lee1-6/+6
1999-04-07Patch to make nested functions and non-local gotos work.Jim Wilson1-1/+3
1999-01-14i960.c (i960_output_move_double_zero, [...]): New functions for moving zeros.Vladimir N. Makarov1-7/+58
1999-01-14i960.c (i960_function_prologue): New code (optimal solution) for saving globa...Vladimir N. Makarov1-50/+129
1998-09-02Update definitions of HANDLE_PRAGMA macro in order to conform to new spec.Nick Clifton1-69/+66
1998-07-10i960.c (i960_address_cost): MEMA operands with positive offsets < 4096 are free.Andrew MacLeod1-0/+6
1998-05-14Patch from Gary McGary to fix i960 problem with out-of-range shifts.Jim Wilson1-27/+44
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-2/+7
1998-03-311750a.md, [...]: Use GEN_INT consistently.Jeffrey A Law1-12/+11
1997-01-22i960.c (process_pragma): Call ungetc on the last character that was read by t...Brendan Kehoe1-0/+5
1996-07-23* i960/i960.c: Include except.h for function.h.Mike Stump1-0/+1
1996-04-17(process_pragma): Take the IDENTIFIER_POINTER treeJim Wilson1-14/+15
1996-01-15Updatee copyright.Doug Evans1-1/+1
1996-01-15c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1-5/+6
1995-12-14(logic_operand): New function.Torbjorn Granlund1-3/+19