summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* * i386.md (movv2di_internal): New pattern.hubicka2002-10-151-1/+1
* * final.c (final): Use symbol name as function name for profiling.hubicka2002-10-031-1/+2
* Sam Figueroa's change to add ASM_OUTPUT_ALIGN_WITH_NOP.dalej2002-09-171-0/+4
* * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.ghazi2002-08-211-1/+1
* * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.rupp2002-08-151-9/+3
* * gcc.c (cc1_options): Pass output file as auxbase whennathan2002-08-041-1/+0
* * final.c (output_alternate_entry_point):zack2002-08-011-1/+3
* * rtl.def (CODE_LABEL): Remove slot 8.zack2002-07-191-6/+35
* * function.h (struct function) [funcdef_no]: Rename profile_label_no.rth2002-06-171-2/+2
* Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>hubicka2002-06-041-3/+0
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-2/+0
* * final.c (final): Allow notes to not have computed addresses;hubicka2002-06-021-8/+4
* * loop.c (emit_prefetch_instructions): Properly place the address computation.hubicka2002-06-021-1/+2
* PR other/6782jakub2002-05-241-0/+3
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-3/+2
* * bb-reorder.c (make_reorder_chain_1): Modified.rakdver2002-05-211-2/+2
* * final.c (HAVE_READONLY_DATA_SECTION): New.rth2002-05-181-15/+9
* * final.c: Fix formatting.kazu2002-05-171-12/+12
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-5/+6
* Basic block renumbering removal.rth2002-05-161-6/+5
* * final.c (end_final): Do not output profile_arcs constructor, whenhubicka2002-05-141-1/+1
* * final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.rth2002-05-111-119/+109
* * final.c (end_final): Use C trees to output data structures for profiling.hubicka2002-05-091-108/+275
* PR target/6413amodra2002-04-231-8/+2
* * rtl.h (RTX_FLAG): New macro.janis2002-04-221-1/+1
* PR c++/6119jakub2002-04-041-2/+2
* PR opt/190rth2002-04-021-1/+1
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-25/+0
* * final.c (output_operand_lossage): Constify PFX_STR.grahams2002-02-271-1/+1
* 2002-02-17 Philipp Thomas <pthomas@suse.de>pthomas2002-02-171-6/+19
* * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.rth2002-02-081-0/+1
* * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.kenner2002-02-051-0/+1
* * function.h (struct function): Add profile.wcohen2002-01-031-3/+3
* 2002-01-02 Eric Christopher <echristo@redhat.com>echristo2002-01-031-5/+5
* * final.c (alter_subreg): Assign REGNO after changing the rtx code.rth2001-12-311-1/+2
* * final.c (struct bb_list): Delete.grahams2001-12-311-20/+0
* * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,rsandifo2001-12-171-5/+5
* * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,jsm282001-12-091-4/+4
* * 1750a.md: Add default case in switch.ghazi2001-12-091-1/+1
* * final.c (cleanup_subreg_operands): Use recog_data.operand_locrearnsha2001-12-081-1/+6
* * final.c (bb_head, bb_tail, bb_file_label_num, bb_func_label_num):kenner2001-12-071-15/+0
* * final.c (count_basic_block, add_bb, add_bb_string):hubicka2001-12-061-284/+10
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-2/+2
* * rtl.h (mem_attrs): Rename decl to expr; adjust all users.rth2001-12-021-17/+18
* * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.kenner2001-12-021-4/+15
* * final.c (walk_alter_subreg): Fix return value.hubicka2001-11-261-1/+1
* * final.c: (insn_lengths): Make it an int *, so that large jumpamodra2001-11-261-2/+2
* * final.c (output_addr_const): Output PC as '.' even if !flag_pic.rsandifo2001-11-231-4/+1
* * final.c (alter_subreg): If simplify_subreg can't do anything,kenner2001-11-151-1/+20
* * dbxout.c (dbxout_symbol_location): Update call of alter_subreg.hubicka2001-11-141-51/+28