aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+2
1998-06-22Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-08Warning fixes:Kaveh R. Ghazi1-0/+2
1998-06-08[multiple changes]Andrew MacLeod1-6/+4
1998-05-21final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.Bernd Schmidt1-34/+54
1998-05-21acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.John Wehle1-13/+56
1998-05-19Finish incomplete change started by Kenner.Jim Wilson1-1/+1
1998-05-18dwarfout.h, [...]: New files.Robert Lipe1-0/+13
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-0/+5
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+3
1998-05-08Call fatal_insn instead of abortMichael Meissner1-1/+1
1998-05-06Make output_operand_lossage report the real error, do not just call abortMichael Meissner1-1/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-0/+6
1998-04-27Fix a warningMichael Meissner1-3/+9
1998-04-22emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if...John Carr1-9/+5
1998-04-20final.c (shorten_branches, [...]): Move code to free label_align...J"orn Rennecke1-24/+40
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-6/+11
1998-04-01final.c (alter_subreg): Allow the target to hook by-mode subreg hard register...Richard Henderson1-1/+12
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-12/+1
1998-03-19More warning fixes...Kaveh R. Ghazi1-2/+2
1998-03-19final.c (insn_noperands): Change type to unsigned int.Manfred Hollstein1-4/+4
1998-03-16final.c (final): Initialize the table indicating which instructions belong in...Andrew Macleod1-2/+13
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-2/+2
1998-03-11final.c (shorten_branches): Remove conditionalizing on SHORTEN_WITH_ADJUST_IN...J"orn Rennecke1-4/+0
1998-03-09* final.c (shorten_branches): Initialize insn_addresses.J"orn Rennecke1-0/+3
1998-03-08final.c (shorten_branches): Fix minor logic error in ADDR_DIFF_VEC shortening...Jeffrey A Law1-3/+4
1998-03-06rtl.h (addr_diff_vec_flags): New typedef.Joern Rennecke1-8/+161
1998-03-06final.c (shorten_branches): Restore accidentally removed code.Joern Rennecke1-1/+9
1998-03-04* final.c (final_scan_insn, case CODE_LABEL: Cleanup.J"orn Rennecke1-4/+3
1998-03-04Fix typo in this patch:Joern Rennecke1-1/+1
1998-03-04final.c (shorten_branches): Tag the loop alignment onto the first label after...J"orn Rennecke1-3/+14
1998-03-03final.c (insn_current_reference_address): Use SEQ instead of BRANCH as argume...J"orn Rennecke1-2/+2
1998-03-03final.c (max_labelno): New static variable.J"orn Rennecke1-8/+10
1998-03-02Formatting fix.J"orn Rennecke1-1/+2
1998-03-02final.c (insn_last_address, [...]): New variables.J"orn Rennecke1-60/+427
1998-03-01* final.c (final_scan_insn): Undo overzealous removal of `set'.Mark Mitchell1-0/+4
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-15/+23