aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-23re PR target/6413 (PROFILE_HOOK label_no)Alan Modra1-8/+2
2002-04-22rtl.h (RTX_FLAG): New macro.Janis Johnson1-1/+1
2002-04-04re PR c++/6119 (sparc-sun-solaris2.7 gcc-3.1 extra g++ testsuite failure w/-f...Jakub Jelinek1-2/+2
2002-04-02re PR rtl-optimization/190 (Optimization bug for x86 target)Richard Henderson1-1/+1
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-25/+0
2002-02-27* final.c (output_operand_lossage): Constify PFX_STR.Graham Stott1-1/+1
2002-02-17final.c (output_operand_lossage): Changed to accept printf style arguments.Philipp Thomas1-6/+19
2002-02-08expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.Richard Henderson1-0/+1
2002-02-04* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.Richard Kenner1-0/+1
2002-01-03function.h (struct function): Add profile.William Cohen1-3/+3
2002-01-03final.c (final_scan_insn): Change 0 -> NULL_RTX in FIND_REG_INC_NOTE call.Eric Christopher1-5/+5
2001-12-31* final.c (alter_subreg): Assign REGNO after changing the rtx code.Richard Henderson1-1/+2
2001-12-31final.c (struct bb_list): Delete.Graham Stott1-20/+0
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford1-5/+5
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-12-091750a.md: Add default case in switch.Kaveh R. Ghazi1-1/+1
2001-12-08final.c (cleanup_subreg_operands): Use recog_data.operand_loc in test for a s...Richard Earnshaw1-1/+6
2001-12-07final.c (bb_head, [...]): Deleted; were used only by BB profiler code.Richard Kenner1-15/+0
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-284/+10
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-2/+2
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson1-17/+18
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-4/+15
2001-11-26* final.c (walk_alter_subreg): Fix return value.Jan Hubicka1-1/+1
2001-11-26final.c: (insn_lengths): Make it an int *, so that large jump tables don't ov...Alan Modra1-2/+2
2001-11-23final.c (output_addr_const): Output PC as '.' even if !flag_pic.Richard Sandiford1-4/+1
2001-11-15final.c (alter_subreg): If simplify_subreg can't do anything, handle REG ours...Richard Kenner1-1/+20
2001-11-14dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka1-51/+28
2001-11-11alpha.c (unicosmk_special_name): Prototype.Kaveh R. Ghazi1-1/+4
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-11final.c (*_MAX_SKIP): Use *_max_skip variables.Jan Hubicka1-3/+3
2001-11-10tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.Geoffrey Keating1-0/+4
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