summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* final.c (final_scan_insn, [...]): Remove dangling "else" that causes "break" ...Richard Kenner2000-05-221-3/+0
* final.c (split_double): Right shift of negative values is not portable.Alexandre Oliva2000-05-201-15/+40
* top level:Zack Weinberg2000-05-201-1/+1
* basic-block.h (struct edge_def): New field "count".Jan Hubicka2000-05-191-4/+3
* print-rtl.c (print_rtx): Only print note line number as string if between NOT...Jakub Jelinek2000-05-181-0/+3
* Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson2000-05-121-146/+170
* final.c (current_insn_predicate): New.Richard Henderson2000-05-081-0/+12
* rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner2000-05-041-1/+1
* final.c (final_start_function): Fix spelling of "necessary".Mumit Khan2000-05-021-1/+1
* Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts2000-04-161-2/+1
* final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell2000-04-061-2/+3
* Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka2000-03-291-13/+21
* sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for comparison if r...Jakub Jelinek2000-03-241-4/+5
* Sibling call optimizations.Jeffrey A Law2000-03-171-2/+4
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-4/+4
* stmt.c (is_body_block): Move...Jason Merrill2000-03-041-4/+1
* dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill2000-03-031-1/+4
* c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis2000-02-291-0/+2
* emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell2000-02-281-65/+30
* Fix copyrights.Jeff Law2000-02-251-1/+2
* final.c (shorten_branches): Make value passed to LABEL_ALIGN conform to docum...J"orn Rennecke2000-02-231-1/+1
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2000-01-181-1/+1
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-15/+15
* Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi2000-01-101-3/+5
* final.c (shorten_branches): Correctly compute length of asms without operands.Denis Chertykov2000-01-051-3/+4
* Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1999-12-241-2/+2
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore1999-11-031-3/+8
* final.c (peephole): Delete prototype.Kaveh R. Ghazi1999-10-241-4/+0
* cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1999-10-031-2/+6
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-2/+0
* combine.c (gen_rtx_combine): Add missing call to va_end().Kaveh R. Ghazi1999-09-261-0/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1999-09-141-6/+6
* recog.h (INSN_OUTPUT_FORMAT_*): New.Richard Henderson1999-09-131-16/+30
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-5/+7
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-15/+16
* * final.c (shorten_branches): Fix last change.Andreas Schwab1999-09-071-1/+1
* Merge in gcc2-ss-010999Jeff Law1999-09-061-2/+4
* dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1999-09-031-12/+5
* flags.h: New variables align_loops...Geoffrey Keating1999-09-021-6/+6
* backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1999-08-311-0/+4
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-4/+6
* Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1999-08-311-2/+0
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-1/+4
* Warning fixes:Kaveh R. Ghazi1999-08-251-5/+5
* final.c (output_addr_const): Handle case where ASM_OPEN_PAREN and ASM_CLOSE_P...Art Haas1999-08-241-2/+2
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-1/+1
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* final.c (shorten_branches): Don't add an alignment for loops that have no lab...J"orn Rennecke1999-08-041-9/+23
* Implement new macro: ASM_FPRINTF_EXTENSIONSNick Clifton1999-07-261-0/+14