aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)Author
2004-01-18final.c (final_scan_insn): Make non-static again.Daniel Jacobowitz
2004-01-17final.c (SEEN_BB, [...]): Define.Daniel Jacobowitz
2004-01-09re PR c/11234 (-pedantic accepts function pointer <-> void*)Joseph Myers
2004-01-09final.c (FIRST_INSN_ADDRESS): Remove.Kazu Hirata
2004-01-06alias.c: Fix comment typos.Kazu Hirata
2003-12-21alias.c: Fix comment formatting.Kazu Hirata
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher
2003-12-08final.c (final_scan_insn): Don't use FINAL_PRESCAN_LABEL.Kazu Hirata
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra
2003-11-29Make NON_SAVING_SETJMP usable again.James E Wilson
2003-11-27* final.c (final_scan_insn): Remove commented-out code.Kazu Hirata
2003-11-27re PR rtl-optimization/13041 (linux-2.6/sound/core/oss/rate.c miscompiled)Eric Botcazou
2003-11-01re PR other/12315 (ICE using -p with functions returning structs)Alan Modra
2003-10-18final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns as well.Alexandre Oliva
2003-10-11expr.c: Follow spelling conventions.Kazu Hirata
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata
2003-09-03targhooks.c: New file.DJ Delorie
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka
2003-07-22alias.c: Fix comment formatting.Kazu Hirata
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-14cfglayout.c (locator_file): Break out from ....Jan Hubicka
2003-07-01final.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-26final.c (debug_flush_symbol_queue): New function.Devang Patel
2003-06-25hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros.Kaveh R. Ghazi
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka
2003-06-04linux.h (NO_PROFILE_COUNTERS): Define to 1.Jakub Jelinek
2003-06-04final.c (asm_fprintf): Update comments...Kaveh R. Ghazi
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi
2003-05-13final.c (final_scan_insn): Apply the effects of frame-related delay slot insn...Richard Sandiford
2003-01-25final.c (shorten_branches): Align the address of code label when computing in...Kaz Kojima
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka
2002-12-22params.def (tracer-min-branch-probability-feedback): Fix default.Jan Hubicka
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-10-15re PR c/7344 (performance regression on huge case statements)Jan Hubicka
2002-10-03final.c (final): Use symbol name as function name for profiling.Jan Hubicka
2002-09-17Sam Figueroa's change to add ASM_OUTPUT_ALIGN_WITH_NOP.Samuel Figueroa
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi
2002-08-15dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.Douglas B Rupp
2002-08-04gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell
2002-08-01final.c (output_alternate_entry_point): If ASM_OUTPUT_TYPE_DIRECTIVE is defin...Zack Weinberg
2002-07-19rtl.def (CODE_LABEL): Remove slot 8.Zack Weinberg
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson
2002-06-04Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-06-02final.c (final): Allow notes to not have computed addresses; kill no longer n...Jan Hubicka
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka
2002-05-24re PR other/6782 (Specifing "-fverbose-asm" option throws ICE.)Jakub Jelinek