]> gcc.gnu.org Git - gcc.git/history - gcc/jump.c
cpphash.c (struct arg, [...]): Const-ify strings.
[gcc.git] / gcc / jump.c
2000-04-18 Zack Weinbergcccp.c, [...]: Removed.
2000-03-26 Jan Hubickajump.c (jump_optimize_1): Fix typo in elide optimizatio...
2000-03-26 Bernd SchmidtFix sibcall problem in jump.c.
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-20 Jan Hubickajump.c (delete_noop_moves): Remove code attempting...
2000-03-17 Jeffrey A LawSibling call optimizations.
2000-02-28 Richard Kennerjump.c (jump_optimize_1): Don't call delete_barrier_suc...
2000-02-26 Jeff LawFix copyrights.
2000-02-11 Jeffrey A Lawjump.c (jump_optimize_1): The first operand in a relati...
2000-02-10 Richard Henderson* jump.c (delete_insn): Don't delete user labels at...
2000-02-06 Richard Hendersonflow.c (flow_delete_insn, [...]): Export.
2000-02-04 Clinton Popetzjump.c (mark_jump_label): Add in_mem param, check SYMBO...
2000-02-02 Richard Hendersonjump.c (delete_insn): Partially revert 19 Jan change...
2000-01-31 Jason Merrilljump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END...
2000-01-28 Bernd SchmidtDelete a superfluous and buggy optimization
2000-01-26 Richard Hendersontree.def (UNNE_EXPR): Remove.
2000-01-24 Richard Hendersonrtl.def: Add unordered fp comparisions.
2000-01-20 Richard Henderson* jump.c (jump_optimize_1): Don't do addr_vec optimizat...
2000-01-19 Richard Hendersonstupid.c: Die die die.
2000-01-17 Kaveh R. Ghaziggc-common.c: PROTO -> PARAMS.
2000-01-14 Nick CliftonIf RTL checking is enabled, make sure that emit_insn...
2000-01-04 Kaveh R. Ghazibuiltins.c (expand_builtin_strlen): Initialize variable...
1999-12-29 Kaveh R. Ghazicse.c (free_element, [...]): Remove unused prototypes.
1999-12-27 Christophe Jailletalias.c (nonlocal_reference_p): Add else for disjoint...
1999-11-18 Richard Henderson* jump.c (jump_optimize_1): Revert last change.
1999-11-17 Richard Hendersonjump.c (jump_optimize_1): Don't try to duplicate the...
1999-11-11 Bernd SchmidtAvoid passing things like NEG into expand_and/expand_binop
1999-11-03 Catherine Mooredefaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide...
1999-11-02 Jan Hubickajump.c (jump_optimize_1): Swap the incscc and the condi...
1999-11-02 Jeffrey A Lawjump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_...
1999-11-01 Mark Mitchellbitmap.h (BITMAP_XMALLOC): New macro.
1999-11-01 Richard Kenner[multiple changes]
1999-10-29 Richard Hendersonflow.c (count_or_remove_death_notes): Equate NULL with...
1999-10-27 Richard Hendersonjump.c (jump_optimize_1): If we did cross-jumping,...
1999-10-27 Mark Mitchellrtl.h (note_stores): Add additional paramter.
1999-10-20 Richard Earnshaw(jump_optimize_1): More accurately detect casesi insns.
1999-10-08 Bernd SchmidtAdd functions copy_insn/copy_insn_1; use them in jump.c
1999-10-06 Richard Hendersongenconfig.c (main): Disable HAVE_conditional_arithmetic.
1999-10-01 Richard Hendersonjump.c (jump_optimize_1): Amend last change to test...
1999-10-01 Richard Hendersonjump.c (jump_optimize_1): Use general_operand not regis...
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-14 Kaveh R. Ghazic-pragma.c (handle_pragma_token): Wrap variables `name...
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-08-29 John Wehlejump.c (delete_prior_computation): Also check calls...
1999-08-29 Jeffrey A Lawjump.c (jump_optimize_1): Do not delete assignments...
1999-08-27 Philip Blundelljump.c (duplicate_loop_exit_test): Call reg_scan_update...
1999-08-25 Richard Hendersonjump.c (jump_optimize_1): Do cmov opt on any single...
1999-08-24 Herman A.J. ten... * jump.c (delete_barrier_successors) Match (set (pc...
1999-08-20 Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-19 Zack Weinbergrtl.def (NOTE): Change format to "iuu0n".
1999-08-18 Geoff Keatingcse.c (cse_insn): Call never_reached_warning when a...
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-07 Richard Hendersonjump.c (onlyjump_p): New function.
1999-08-06 John Wehlejump.c (delete_prior_computation): New function, broken...
1999-08-04 Richard Henderson* jump.c (delete_insn): Delete the addr_vec when deleti...
1999-06-27 Richard Henderson* jump.c (jump_optimize_1): Validate the cmov copy...
1999-05-31 Jeffrey A Lawjump.c (jump_optimize_1): Only set CAN_REACH_END if...
1999-05-20 Jeff Lawjump.c (can_reverse_comparison_p): Do not abort if...
1999-04-12 Jeffrey A Lawflow.c (flow_delete_insn): If we delete a CODE_LABEL...
1999-04-12 Jan Hubickareg-stack.c: Update comment, include varray.h.
1999-04-11 Kaveh R. Ghazijump.c (jump_optimize_1): Make the definition static...
1999-04-10 Jeffrey A Lawrtl.h (rebuild_jump_labels): Declare.
1999-03-10 Jeffrey A Lawgcse.c (run_jump_opt_after_gcse): New variable.
1999-02-25 Richard HendersonFlow rewrite to use basic block structures and edge...
1999-02-15 Jeffrey A Lawjump.c: Include insn-attr.h.
1999-01-19 Richard Hendersonexpr.c (do_jump_for_compare): Handle conditional branch...
1999-01-18 Jeff LawCopyright update.
1999-01-17 Richard Henderson* jump.c (rtx_renumbered_equal_p): Special case CODE_LABEL.
1998-12-01 Herman A.J. ten... Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1998-11-26 Richard Hendersonrtlanal.c (regs_set_between_p): New function.
1998-11-24 Graham Stottreload1.c (reload): Remove unused variable.
1998-11-06 David S. Miller* jump.c (calculate_can_reach_end): Fix thinko.
1998-11-05 David S. MillerBegin cleaning up jump.c
1998-10-31 Jeffrey A Lawjump.c (jump_optimize): Initialize mappings from INSN_U...
1998-10-19 Bernd Schmidt* jump.c (sets_cc0_p): Compile only if HAVE_cc0.
1998-10-16 Bernd Schmidtflow.c (life_analysis_1): Do not clobber regs_ever_live...
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-10-08 Jeffrey A Law* jump.c (jump_optimize): Revert accidental patch.
1998-10-07 Bernd Schmidtjump.c (duplicate_loop_exit_test): Strip REG_WAS_0...
1998-09-02 Jim WilsonFix miscompilation of MIPS cross assembler on sparc...
1998-08-20 Jeffrey A Lawjump.c (rtx_renumbered_equal_p): Do not consider PLUS...
1998-07-20 David S. Millerjump.c (jump_optimize): When simplifying noop moves...
1998-07-13 David S. MillerMore efficient version of Jul 10 bugfix of mine, as...
1998-07-10 David S. Millerjump.c (jump_optimize): If after_regscan and our transf...
1998-07-09 Jeffrey A Law* jump.c (duplicate_loop_exit_test): Fix thinko.
1998-07-08 Jeffrey A Lawjump.c (duplicate_loop_exit_test): Do not duplicate...
1998-07-06 Alasdair Baird* jump.c (jump_optimize) Check for CONST_INT before...
1998-07-06 Mark Mitchelljump.c (duplicate_loop_exit_test): Don't refuse to...
1998-06-30 Jeff Lawjump.c (jump_optimize): Show that the jump chain is...
1998-06-27 Richard Hendersonjump.c (jump_optimize): Use side_effects_p & may_trap_p...
1998-06-20 Jeffrey A Lawcalls.c (expand_call): Initialize "src" and "dest".
1998-06-19 Graham Stottalias.c: Include toplev.h
1998-06-17 John Carrhaifa-sched.c (haifa_classify_insn): TRAP_IF is risky.
1998-06-02 Richard Hendersonjump.c (jump_optimize): Remove debug messages accidenta...
1998-06-02 Jeff LawFix typo in last change change.
1998-06-02 Richard Hendersonjump.c (rtx_unsafe_p): New function.
1998-05-29 Jeffrey A Lawjump.c (thread_jumps): Do not look at the NOTE_LINE_NUM...
1998-05-23 Andreas Schwabm68k.h: Declare more functions used in macros.
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-04-16 Jeff Lawloop.c (regs_patch_p): Add prototype.
next
This page took 7.205378 seconds and 107 git commands to generate.