aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-40/+40
2004-07-08Introduce H8SX support.Alexandre Oliva1-0/+2
2004-07-01* final.c (final): Fix typo reported by Aaron W. LaFramboise.Per Bothner1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-4/+4
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+6
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-9/+9
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-0/+2
2004-05-13final.c (shorten_branches): Free uid_shuid before reallocating it.Andrew Pinski1-0/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-6/+4
2004-04-29builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+74
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-8/+8
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-3/+3
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek1-0/+4
2004-01-18final.c (final_scan_insn): Make non-static again.Daniel Jacobowitz1-2/+1
2004-01-17final.c (SEEN_BB, [...]): Define.Daniel Jacobowitz1-33/+53
2004-01-09re PR c/11234 (-pedantic accepts function pointer <-> void*)Joseph Myers1-5/+4
2004-01-09final.c (FIRST_INSN_ADDRESS): Remove.Kazu Hirata1-8/+2
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-1/+1
2003-12-08final.c (final_scan_insn): Don't use FINAL_PRESCAN_LABEL.Kazu Hirata1-4/+0
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra1-0/+6
2003-11-29Make NON_SAVING_SETJMP usable again.James E Wilson1-13/+0
2003-11-27* final.c (final_scan_insn): Remove commented-out code.Kazu Hirata1-4/+0
2003-11-27re PR rtl-optimization/13041 (linux-2.6/sound/core/oss/rate.c miscompiled)Eric Botcazou1-2/+2
2003-11-01re PR other/12315 (ICE using -p with functions returning structs)Alan Modra1-2/+2
2003-10-18final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns as well.Alexandre Oliva1-0/+4
2003-10-11expr.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-09-03targhooks.c: New file.DJ Delorie1-22/+7
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-3/+0
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-12/+12
2003-07-14cfglayout.c (locator_file): Break out from ....Jan Hubicka1-2/+3
2003-07-01final.c: Convert prototypes to ISO C90.Andreas Jaeger1-124/+73
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata1-3/+3
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-26final.c (debug_flush_symbol_queue): New function.Devang Patel1-0/+86
2003-06-25hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros.Kaveh R. Ghazi1-11/+2
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-56/+23
2003-06-04linux.h (NO_PROFILE_COUNTERS): Define to 1.Jakub Jelinek1-7/+9
2003-06-04final.c (asm_fprintf): Update comments...Kaveh R. Ghazi1-19/+30
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-10/+10
2003-05-13final.c (final_scan_insn): Apply the effects of frame-related delay slot insn...Richard Sandiford1-7/+16
2003-01-25final.c (shorten_branches): Align the address of code label when computing in...Kaz Kojima1-1/+1
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-14/+12
2002-12-22params.def (tracer-min-branch-probability-feedback): Fix default.Jan Hubicka1-1/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-307/+6
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-2/+2