summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-6/+6
* * Makefile.in (OBJS): Add doloop.o.rth2000-07-301-3/+9
* * Makefile.in (INSN_ATTR_H): New macro. Replace all dependenciesaoliva2000-07-281-20/+21
* * final.c (profile_function): Do not emit profile counters inzack2000-07-131-0/+4
* * final.c (final): Do not abort when reg-stack introducesrth2000-07-081-6/+15
* * final.c (final): Detect out of bounds array access tolaw2000-07-071-0/+6
* * final.c (final_scan_insn): Delete notes between cc0 setter andlaw2000-06-131-1/+19
* * final.c (current_output_insn): New.rth2000-05-291-3/+4
* 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>aph2000-05-251-0/+7
* * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Removekenner2000-05-221-3/+0
* * final.c (split_double): Right shift of negative values is notaoliva2000-05-201-15/+40
* top level:zack2000-05-201-1/+1
* * basic-block.h (struct edge_def): New field "count".rth2000-05-191-4/+3
* * print-rtl.c (print_rtx): Only print note line number as stringjakub2000-05-181-0/+3
* * Makefile.in (final.o): Depend on BASIC_BLOCK_H.rth2000-05-121-146/+170
* * final.c (current_insn_predicate): New.rth2000-05-091-0/+12
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-1/+1
* 2000-05-02 Mumit Khan <khan@xraylith.wisc.edu>khan2000-05-021-1/+1
* * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholerth2000-04-171-2/+1
* * final.c (final): Use xcalloc to allocate line_note_exists.mmitchel2000-04-061-2/+3
* Convert ACCUMULATE_OUTGOING_ARGS to an expression.hubicka2000-03-291-13/+21
* * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO forjakub2000-03-241-4/+5
* Sibling call optimizations.rth2000-03-171-2/+4
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-4/+4
* * stmt.c (is_body_block): Move...jason2000-03-041-4/+1
* * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.jason2000-03-041-1/+4
* * c-decl.c (current_function_decl): Move to toplev.c.loewis2000-02-291-0/+2
* * emit-rtl.c (remove_unncessary_notes): Remove notes for emptymmitchel2000-02-281-65/+30
* Fix copyrights.law2000-02-261-1/+2
* * final.c (shorten_branches): Make value passed to LABEL_ALIGNamylaar2000-02-231-1/+1
* * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.ghazi2000-01-181-1/+1
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-15/+15
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-3/+5
* * final.c (shorten_branches): Correctly compute length oflaw2000-01-051-3/+4
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-2/+2
* * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.clm1999-11-031-3/+8
* * final.c (peephole): Delete prototype.ghazi1999-10-241-4/+0
* * cpplib.c (if_directive_nameo): Add static prototype.ghazi1999-10-031-2/+6
* Delete !REGISTER_CONSTRAINTS codecrux1999-10-011-2/+0
* * combine.c (gen_rtx_combine): Add missing call to va_end().ghazi1999-09-261-0/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,mmitchel1999-09-141-6/+6
* * recog.h (INSN_OUTPUT_FORMAT_*): New.rth1999-09-141-16/+30
* Replace insn_foo with insn_data.foo.rth1999-09-121-5/+7
* Replace recog_foo with recog_data.foo.rth1999-09-121-15/+16
* * final.c (shorten_branches): Fix last change.schwab1999-09-071-1/+1
* Merge in gcc2-ss-010999law1999-09-071-2/+4
* * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.mmitchel1999-09-031-12/+5
* * flags.h: New variables align_loops, align_loops_log,geoffk1999-09-021-6/+6
* Merge peephole2 from new_ia32_branch:rth1999-08-311-0/+4