aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-24final.c (peephole): Delete prototype.Kaveh R. Ghazi1-4/+0
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-2/+6
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1-2/+0
1999-09-26combine.c (gen_rtx_combine): Add missing call to va_end().Kaveh R. Ghazi1-0/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1-6/+6
1999-09-13recog.h (INSN_OUTPUT_FORMAT_*): New.Richard Henderson1-16/+30
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-5/+7
1999-09-11Replace recog_foo with recog_data.foo.Richard Henderson1-15/+16
1999-09-07* final.c (shorten_branches): Fix last change.Andreas Schwab1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+4
1999-09-03dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1-12/+5
1999-09-02flags.h: New variables align_loops...Geoffrey Keating1-6/+6
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-0/+4
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-4/+6
1999-08-31Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1-2/+0
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-1/+4
1999-08-25Warning fixes:Kaveh R. Ghazi1-5/+5
1999-08-24final.c (output_addr_const): Handle case where ASM_OPEN_PAREN and ASM_CLOSE_P...Art Haas1-2/+2
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-04final.c (shorten_branches): Don't add an alignment for loops that have no lab...J"orn Rennecke1-9/+23
1999-07-26Implement new macro: ASM_FPRINTF_EXTENSIONSNick Clifton1-0/+14
1999-07-19Fix INTEL_SYNTAX output for i386 backendBernd Schmidt1-2/+3
1999-06-21final.c (shorten_branches): Don't try to split an insn that has been deleted.Richard Earnshaw1-1/+3
1999-04-27sh.md (insv): Use copy_addr_to_reg.J"orn Rennecke1-1/+6
1999-04-18output.h (current_function_is_leaf, [...]): Declare.John Wehle1-6/+1
1999-03-22h8300.md (adjust_length): New attribute.Vladimir Makarov1-0/+2
1999-03-01final.c (end_final): There are 11 words in the "main header" structure, not 10.Dan Nicolaescu1-1/+1
1999-02-10Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.Jim Wilson1-0/+16
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-4/+5
1999-01-23final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1-6/+6
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-2/+1
1999-01-18cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-6/+6
1998-12-23Warning fixes:Kaveh R. Ghazi1-2/+1
1998-12-07Improve -dp output by using tabs and including instruciton lengthsNick Clifton1-2/+4
1998-12-04final.c (cleanup_subreg_operands): Delete some unused code.Bernd Schmidt1-16/+1
1998-12-01* final.c (final_scan_insn): Abort if block_depth falls below 0.Richard Henderson1-5/+7
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-2/+2
1998-11-04recog.h (enum op_type): Define.Bernd Schmidt1-7/+6
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-3/+1
1998-10-27* final.c (cleanup_subreg_operands): ASM_INPUTs need no treatment.Bernd Schmidt1-0/+1
1998-10-27final.c (cleanup_subreg_operands): New function.Jeffrey A Law1-17/+47
1998-10-25Warning fixes:Kaveh R. Ghazi1-0/+2
1998-09-21* final.c (final_scan_insn): Disable tracking CC across branches.John Carr1-2/+5
1998-09-06final.c (final): If a label is reached only from a single jump...John Carr1-0/+35
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-19regclass.c: Changed register set documentation to be consistent with GCC beha...Michael Hayes1-1/+1
1998-08-09Sparc backend rewrite by rth and myself, pleaseDavid S. Miller1-0/+25
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-2/+3