summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-6/+5
* final.c (end_final): Do not output profile_arcs constructor, when no function...Jan Hubicka2002-05-141-1/+1
* final.c (end_final): Tidy whitespace.Richard Henderson2002-05-101-119/+109
* final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka2002-05-091-108/+275
* re PR target/6413 (PROFILE_HOOK label_no)Alan Modra2002-04-231-8/+2
* rtl.h (RTX_FLAG): New macro.Janis Johnson2002-04-221-1/+1
* re PR c++/6119 (sparc-sun-solaris2.7 gcc-3.1 extra g++ testsuite failure w/-f...Jakub Jelinek2002-04-041-2/+2
* re PR rtl-optimization/190 (Optimization bug for x86 target)Richard Henderson2002-04-021-1/+1
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-25/+0
* * final.c (output_operand_lossage): Constify PFX_STR.Graham Stott2002-02-271-1/+1
* final.c (output_operand_lossage): Changed to accept printf style arguments.Philipp Thomas2002-02-171-6/+19
* expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.Richard Henderson2002-02-081-0/+1
* * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.Richard Kenner2002-02-041-0/+1
* function.h (struct function): Add profile.William Cohen2002-01-031-3/+3
* final.c (final_scan_insn): Change 0 -> NULL_RTX in FIND_REG_INC_NOTE call.Eric Christopher2002-01-031-5/+5
* * final.c (alter_subreg): Assign REGNO after changing the rtx code.Richard Henderson2001-12-311-1/+2
* final.c (struct bb_list): Delete.Graham Stott2001-12-311-20/+0
* target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford2001-12-171-5/+5
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-12-091-4/+4
* 1750a.md: Add default case in switch.Kaveh R. Ghazi2001-12-091-1/+1
* final.c (cleanup_subreg_operands): Use recog_data.operand_loc in test for a s...Richard Earnshaw2001-12-081-1/+6
* final.c (bb_head, [...]): Deleted; were used only by BB profiler code.Richard Kenner2001-12-071-15/+0
* final.c (count_basic_block, [...]): Kill.Jan Hubicka2001-12-061-284/+10
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-2/+2
* rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson2001-12-021-17/+18
* vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp2001-12-021-4/+15
* * final.c (walk_alter_subreg): Fix return value.Jan Hubicka2001-11-261-1/+1
* final.c: (insn_lengths): Make it an int *, so that large jump tables don't ov...Alan Modra2001-11-261-2/+2
* final.c (output_addr_const): Output PC as '.' even if !flag_pic.Richard Sandiford2001-11-231-4/+1
* final.c (alter_subreg): If simplify_subreg can't do anything, handle REG ours...Richard Kenner2001-11-151-1/+20
* dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka2001-11-141-51/+28
* alpha.c (unicosmk_special_name): Prototype.Kaveh R. Ghazi2001-11-111-1/+4
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* final.c (*_MAX_SKIP): Use *_max_skip variables.Jan Hubicka2001-11-111-3/+3
* tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.Geoffrey Keating2001-11-101-0/+4
* dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-11-041-2/+4
* emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner2001-11-031-4/+4
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-6/+6
* final.c (output_asm_operand_names): New fcn, from output_asm_insn.Richard Kenner2001-10-201-22/+44
* final.c (get_decl_from_op): New function.Richard Kenner2001-10-191-5/+49
* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner2001-10-181-29/+59
* final.c (output_asm_insn): Make sure assembly dialects are terminated, not ne...Jakub Jelinek2001-10-121-3/+30
* rtl.h (REG_VTABLE_REF): New.Richard Henderson2001-10-111-3/+6
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-18/+18
* * final.c (final_scan_insn): Use delete_insn instead of delete_note.Jan Hubicka2001-09-261-1/+1
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-14/+4
* final.c (final_scan_insn): Don't enter APP_ON mode for empty asm strings.Richard Henderson2001-08-271-11/+20
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-12/+4
* * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.Matt Kraai2001-08-221-1/+1