aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-04dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-2/+4
2001-11-03emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner1-4/+4
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-6/+6
2001-10-20final.c (output_asm_operand_names): New fcn, from output_asm_insn.Richard Kenner1-22/+44
2001-10-19final.c (get_decl_from_op): New function.Richard Kenner1-5/+49
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-29/+59
2001-10-12final.c (output_asm_insn): Make sure assembly dialects are terminated, not ne...Jakub Jelinek1-3/+30
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson1-3/+6
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-18/+18
2001-09-26* final.c (final_scan_insn): Use delete_insn instead of delete_note.Jan Hubicka1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-14/+4
2001-08-27final.c (final_scan_insn): Don't enter APP_ON mode for empty asm strings.Richard Henderson1-11/+20
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-12/+4
2001-08-22* final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.Matt Kraai1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.Richard Henderson1-6/+10
2001-08-22* final.c (compute_alignments): Fix typo.Richard Henderson1-1/+1
2001-08-20* final.c (end_final): Fix typo last change.Richard Henderson1-1/+0
2001-08-19final.c (compute_alignments): New function.Jan Hubicka1-52/+123
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson1-42/+53
2001-08-17final.c: Undo my previous accidental checkin.Jan Hubicka1-116/+52
2001-08-17final.c (shorten_branches): Clear the end of the label_align array only if we...Zack Weinberg1-4/+12
2001-08-16Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>Jan Hubicka1-52/+108
2001-08-08emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ...Jan van Male1-6/+6
2001-08-08final.c (shorten_branches): Update the INSN_ADDRESSES of insns within fixed l...Graham Stott1-1/+20
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-1/+0
2001-07-28dwarf2out.c (dw_val_class_offset): New.Richard Henderson1-1/+2
2001-07-26toplev.c, [...]: Include xcoffout.h if appropriate.Neil Booth1-0/+5
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