summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-181-1/+1
* * jump.c (jump_optimize_1): Fix typo in elide optimizationsrth2000-03-261-1/+1
* Fix sibcall problem in jump.c.crux2000-03-261-0/+9
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-3/+4
* * jump.c (delete_noop_moves): Remove code attempting tohubicka2000-03-201-98/+0
* Sibling call optimizations.rth2000-03-171-9/+31
* * jump.c (jump_optimize_1): Don't call delete_barrier_successorskenner2000-02-281-1/+4
* Fix copyrights.law2000-02-261-1/+2
* * jump.c (jump_optimize_1): The first operand in a relationallaw2000-02-111-1/+7
* * jump.c (delete_insn): Don't delete user labels at -O0.rth2000-02-101-8/+12
* * flow.c (flow_delete_insn, make_edge, remove_edge): Export.rth2000-02-061-39/+0
* * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFscpopetz2000-02-041-13/+20
* * jump.c (delete_insn): Partially revert 19 Jan change;rth2000-02-021-1/+2
* * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to thejason2000-01-311-0/+7
* Delete a superfluous and buggy optimizationcrux2000-01-281-119/+0
* * tree.def (UNNE_EXPR): Remove.rth2000-01-261-12/+78
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-27/+36
* * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.rth2000-01-201-3/+3
* * stupid.c: Die die die.rth2000-01-191-31/+12
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-171-21/+21
* If RTL checking is enabled, make sure that emit_insn is not used to emit anickc2000-01-141-1/+1
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* * cse.c (free_element, get_element): Remove unused prototypes.ghazi1999-12-291-4/+8
* * alias.c (nonlocal_reference_p): Add else for disjoint ifs.rth1999-12-271-2/+2
* * jump.c (jump_optimize_1): Revert last change.rth1999-11-181-6/+2
* * jump.c (jump_optimize_1): Don't try to duplicate the loop exitrth1999-11-171-2/+6
* Avoid passing things like NEG into expand_and/expand_binopcrux1999-11-111-0/+3
* * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.clm1999-11-031-1/+3
* * jump.c (jump_optimize_1): Swap the incscc and the conditional modelaw1999-11-021-124/+124
* * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONTlaw1999-11-021-8/+10
* * bitmap.h (BITMAP_XMALLOC): New macro.mmitchel1999-11-011-15/+20
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-11/+52
* * flow.c (count_or_remove_death_notes): Equate NULL with therth1999-10-291-23/+0
* * jump.c (jump_optimize_1): If we did cross-jumping, andrth1999-10-271-0/+23
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-3/+4
* (jump_optimize_1): More accurately detect casesi insns.rearnsha1999-10-201-4/+8
* Add functions copy_insn/copy_insn_1; use them in jump.ccrux1999-10-081-6/+5
* * genconfig.c (main): Disable HAVE_conditional_arithmetic.rth1999-10-061-0/+31
* * jump.c (jump_optimize_1): Amend last change to test only therth1999-10-011-6/+6
* * jump.c (jump_optimize_1) [conditional_move]: Use general_operandrth1999-10-011-4/+4
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * c-pragma.c (handle_pragma_token): Wrap variables `name' andghazi1999-09-141-2/+4
* Merge in gcc2-ss-010999law1999-09-071-151/+272
* * jump.c (delete_prior_computation): Also check callslaw1999-08-291-17/+34
* * jump.c (jump_optimize_1): Do not delete assignments tolaw1999-08-291-1/+6
* * jump.c (duplicate_loop_exit_test): Call reg_scan_update afterlaw1999-08-271-59/+79
* * jump.c (jump_optimize_1): Do cmov opt on any single-set; forcerth1999-08-251-7/+26
* * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insnlaw1999-08-241-0/+1
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-5/+5
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-0/+1