aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-16/+3
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-4/+0
2001-07-17dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth1-50/+14
2001-07-15dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth1-83/+14
2001-07-12Makefile.in (final.o): Depend on debug.h.Neil Booth1-41/+4
2001-07-09[multiple changes]Richard Kenner1-1/+1
2001-07-09final.c (output_addr_const): Use target opening and closing parentheses.Neil Booth1-2/+2
2001-07-08final.c (no_asm_to_stream): New.Neil Booth1-6/+9
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-2/+2
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth1-11/+16
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-1/+2
2001-06-08function.c (diddle_return_value): Kill code to determine return value before ...Jan Hubicka1-20/+0
2001-06-07toplev.c (rest_of_compilation): Revert previous patch.Jan Hubicka1-0/+20
2001-06-07Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz>Jan Hubicka1-20/+0
2001-06-06i386.md (floatdi?f): Avoid usinf of SSE instructions if TARGET_64BIT is false.Jan Hubicka1-0/+19
2001-05-11defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson1-10/+3
2001-05-04alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi1-5/+3
2001-05-01dbxout.c, [...]: Always include gstab.h, not system stab.h.Zack Weinberg1-17/+0
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-18/+7
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-22/+4
2001-03-27Remove flag_new_exceptions.Richard Henderson1-4/+1
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-2/+2
2001-03-27Fix ia64-linux kernel miscompile, bad unwind info when reorder epilogue block.Jim Wilson1-0/+3
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-18defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson1-4/+0
2001-03-17dwarf2out.c (queue_reg_save): New.Richard Henderson1-20/+9
2001-02-28Undo the accidental checkin :(Jan Hubicka1-6/+0
2001-02-28i386.md (sse_andti3, [...]): Add SSE2 versions; add missing '%' in constraints.Jan Hubicka1-0/+6
2001-02-18* final.c (output_operand_lossage): Use internal_error, not error.Richard Kenner1-4/+1
2001-02-08Eliminate SUBREGs inside MEMs.Bernd Schmidt1-2/+4
2001-02-06final.c: Revert back my previous changes.Chandrakala Chavva1-0/+4
2001-02-05final.c: Move the declaration profile_label_no to ...Chandrakala Chavva1-4/+0
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-12* final.c: (leaf_function_p): Fix typo.John Wehle1-9/+12
2000-12-29Introduce ORIGINAL_REGNO macroBernd Schmidt1-0/+1
2000-12-20final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF.Alexandre Oliva1-0/+4
2000-12-07* final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT.J"orn Rennecke1-2/+2
2000-12-01final.c (output_addr_const): Don't assume at least one operand is a CONST_INT.Alexandre Oliva1-1/+2
2000-11-23final.c (output_addr_const): Simplify.Alexandre Oliva1-6/+11
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-11-07dwarfout.c (INSN_LABEL_FMT): Remove.Richard Henderson1-23/+0
2000-10-31Make ia64 port use tags instead of labels for debug info labels.Jim Wilson1-1/+1
2000-09-29final.c (final_scan_insn): Remove extra extract_insn call; Use caching for co...Jan Hubicka1-4/+2
2000-09-19Fix shorten_branches bugsBernd Schmidt1-3/+3
2000-09-13flags.h (flag_dump_rtl_in_asm): Declare.Stephane Carrez1-0/+8
2000-09-11* final.c: Fix formatting.Kazu Hirata1-95/+109
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-8/+0
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-6/+6
2000-07-30Makefile.in (OBJS): Add doloop.o.Richard Henderson1-3/+9
2000-07-28Makefile.in (INSN_ATTR_H): New macro.Alexandre Oliva1-20/+21