aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)Author
1998-09-21 * final.c (final_scan_insn): Disable tracking CC across branches.John Carr
1998-09-06dJohn Carr
1998-08-26 * system.h: Include stdarg.h/varargs.h, make sure they are orderedKaveh Ghazi
1998-08-19 * regclass.c: Changed register set documentation to be consistentMichael Hayes
1998-08-10Sparc backend rewrite by rth and myself, pleaseDavid S. Miller
1998-06-29 * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeffrey A Law
1998-06-25 * invoke.texi (-fstrict-aliasing): Document.Mark Mitchell
1998-06-22Warning fixes:Kaveh Ghazi
1998-06-08Warning fixes:Kaveh Ghazi
1998-06-08Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod
1998-05-22 * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.Bernd Schmidt
1998-05-21 * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.John Wehle
1998-05-19Finish incomplete change started by Kenner.Jim Wilson
1998-05-18 * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.Robert Lipe
1998-05-14First cut of changes to utilize the new exception handling modelAndrew Macleod
1998-05-13Warning fixes:Kaveh Ghazi
1998-05-08Call fatal_insn instead of abortMichael Meissner
1998-05-06Make output_operand_lossage report the real error, do not just call abortMichael Meissner
1998-05-06Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>Robert Lipe
1998-05-05 * Check in merge from gcc2. See ChangeLog.12 for details.Jeffrey A Law
1998-04-27Fix a warningMichael Meissner
1998-04-22 * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zeroJohn Carr
1998-04-20 * final.c (shorten_branches, init_insn_lengths): Move codeJ"orn Rennecke
1998-04-04 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeffrey A Law
1998-04-02* final.c (alter_subreg): Allow the target to hook by-mode subregRichard Henderson
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-03-19More warning fixes...Kaveh Ghazi
1998-03-19PManfred Hollstein
1998-03-16 * final.c (final): Initialize the table indicating which instructionsAndrew Macleod
1998-03-12dManfred Hollstein
1998-03-11 * final.c (shorten_branches): Remove conditionalizing onJ"orn Rennecke
1998-03-09 * final.c (shorten_branches): Initialize insn_addresses.J"orn Rennecke
1998-03-08 * final.c (shorten_branches): Fix minor logic error inJeffrey A Law
1998-03-06 * rtl.h (addr_diff_vec_flags): New typedef.J"orn Rennecke
1998-03-068Jeffrey A Law
1998-03-04 * final.c (final_scan_insn, case CODE_LABEL: Cleanup.J"orn Rennecke
1998-03-04Fix typo in this patch:J"orn Rennecke
1998-03-04 * final.c (shorten_branches): Tag the loop alignment onto theJ"orn Rennecke
1998-03-03 * final.c (insn_current_reference_address):Jeffrey A Law
1998-03-03 * final.c (max_labelno): New static variable.J"orn Rennecke
1998-03-02Formatting fix.J"orn Rennecke
1998-03-02 * final.c (insn_last_address, insn_current_align, uid_align):J"orn Rennecke
1998-03-01 * final.c (final_scan_insn): Undo overzealous removal of `set'.Mark Mitchell
1998-02-28Fix warious warnings:Kaveh Ghazi
1998-02-06 * dwarf2out.c: Add old_args_size.Jason Merrill
1998-01-27 Jeffrey A Law
1998-01-14* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;Richard Henderson
1997-12-20 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginningKaveh R. Ghazi
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-11-02 * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEGMike Stump