aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-02-05dwarf2out.c: Add old_args_size.Jason Merrill1-1/+7
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-22/+53
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-10/+10
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-0/+2
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-10/+35
1997-11-01except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG notes for sjlj...Mike Stump1-2/+4
1997-09-25dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/Jason Merrill1-2/+2
1997-09-18final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.Jason Merrill1-0/+6
1997-09-10dwarf2 EH supportJason Merrill1-11/+20
1997-09-07version.c: Bump for snapshot.Jeff Law1-3/+5
1997-09-04final.c (shorten_branches): Don't count the lengths of deleted instructions.J"orn Rennecke1-0/+2
1997-07-04xJason Merrill1-1/+2
1997-06-09(final_scan_insn): Use single_set to check cc_status.flags.Richard Kenner1-10/+14
1997-05-17(profile_function): Call function_section, not text_section.Richard Kenner1-1/+1
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-2/+2
1997-04-20(profile_function): Only call ASM_OUTPUT_REG_{PUSH,POP} if defined.Richard Kenner1-8/+8
1997-04-13(profile_function): Save the static chain register around the call toRichard Kenner1-4/+0
1997-03-28final.c (LONG_TYPE_SIZE): Define.Doug Evans1-57/+108
1997-03-18(shorten_branches): Split all insns before computing insn lengths.Jim Wilson1-0/+14
1997-02-16xJason Merrill1-2/+1
1996-12-13xJason Merrill1-6/+11
1996-12-09xJason Merrill1-5/+0
1996-11-15(asm_fprintf): Use "ll" prefix for a long long HOST_WIDE_INT.Richard Kenner1-42/+12
1996-11-15xJason Merrill1-11/+42
1996-10-09DWARF2Jason Merrill1-0/+6
1996-10-08(final): Update insn_current_address before calling final_scan_insn.Torbjorn Granlund1-1/+6
1996-10-04DWARFJason Merrill1-2/+2
1996-07-23install EH codeMike Stump1-0/+22
1996-07-03formatting tweaksMike Stump1-8/+8
1996-05-06(final_scan_insn): Modify conditional moves whose cc is nonstandard.Stan Cox1-6/+31
1996-05-06-fno-common changeJason Merrill1-1/+1
1996-04-16(final_scan_insn): Allow removal of redundant test and compareRichard Kenner1-26/+30
1996-03-16(final_scan_insn, case CODE_LABEL): Invoke FINAL_PRESCAN_INSN ifRichard Kenner1-1/+6
1995-12-24(end_final): Extended header increased to 11 words.Richard Kenner1-5/+9
1995-11-26(final_start_function): Move call to sdbout_begin_function back to...Richard Kenner1-2/+10
1995-10-26(final_scan_insn): When recur for instruction in delay slot...Richard Kenner1-1/+9
1995-08-13(final_start_function): Always call sdbout_begin_function andRichard Kenner1-13/+15
1995-07-28(final_start_function): If SDB_DEBUG, call sdbout_begin_function.Richard Kenner1-18/+12
1995-06-28(final_scan_insn): Fix error in last change.Richard Kenner1-1/+1
1995-06-27(final_scan_insn): Don't call alter_cond unless condition is on cc0.Richard Kenner1-0/+2
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-04-27(shorten_branches): For non-optimizing compiles, break after first pass.Torbjorn Granlund1-0/+3
1995-02-22(output_asm_name): New function, using code taken from output_asm_insn.Richard Kenner1-19/+27
1995-02-22(split_double): Handle CONST_INT that holds both words.Richard Kenner1-9/+36
1995-02-13varasm.c (function_section): New function.Doug Evans1-2/+2
1995-01-27(high_{block,function}_linenum): New variables.Richard Kenner1-10/+22
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-31/+48
1994-09-21(asm_insn_count): Handle ASM_INPUTs too.Doug Evans1-3/+7