summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ACCUMULATE_OUTGOING_ARGS to an expression.hubicka2000-03-291-2/+16
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-141/+178
* Copyright fixeslaw2000-02-261-1/+2
* * toplev.c (rest_of_compilation): Rebuild jump labels iflaw2000-02-261-18/+43
* * combine.c (simplify_comparison): Fix typo.law2000-02-131-1/+1
* * combine.c (make_extraction, force_to_mode): Avoid warning onkenner2000-02-101-6/+10
* * Makefile.in (c-common.o): Depend on $(EXPR_H).ghazi2000-02-061-0/+1
* * combine.c (try_combine) [HAVE_cc0]: Trying to check the missedcchavva2000-01-311-0/+12
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-5/+12
* * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.rth2000-01-181-3/+7
* * cccp.c: PROTO -> PARAMS.ghazi2000-01-141-68/+68
* * combine.c (if_then_else_cond): Be careful about what kindslaw2000-01-131-1/+4
* * combine.c (expand_field_assignment): Do not discard SUBREGsoliva2000-01-101-0/+2
* Update copyrightlaw2000-01-041-1/+1
* * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND tohubicka2000-01-031-28/+64
* * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)law1999-12-161-0/+8
* Avoid making shared rtl.crux1999-12-141-7/+13
* * combine.c (combine_simplify_rtx): Fix order of checks forlaw1999-12-141-1/+1
* * combine.c (record_promoted_value): Remove unused variableghazi1999-12-121-1/+1
* * combine.c (try_combine, distribute_notes): Remove REG_N_REFShubicka1999-12-091-20/+0
* * combine.c (check_promoted_subreg): Do not conditionalize this upondavem1999-12-071-6/+0
* Fix ia64 execute/930630-1.c miscompilation.wilson1999-12-061-5/+6
* * combine.c (check_promoted_subreg, record_promoted_value): Newdavem1999-12-061-0/+93
* * combine.c (try_combine): Before fixing up LOG_LINKS for theamylaar1999-12-021-13/+16
* * combine.c (if_then_else_cond): Use const_true_rtx instead oflaw1999-12-021-2/+2
* * combine.c (try_combine): Only pass SET or CLOBBER to SET_DESTrth1999-11-301-1/+3
* * combine.c (setup_incoming_promotions): Pass an outgoinglaw1999-11-281-1/+7
* * combine.c (try_combine): Add code to try to merge a set of akenner1999-11-271-0/+46
* * combine.c (combine_simplify_rtx): When handling a SUBREG,amylaar1999-11-221-1/+12
* * bitmap.h (BITMAP_XFREE): New.rth1999-11-051-3/+30
* * combine.c (combine_instructions): Use xmalloc instead of alloca.mmitchel1999-11-011-17/+28
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-7/+103
* * combine.c (combine_simplify_rtx): Renamed from simplify_rtx. Alllaw1999-10-311-3/+3
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-17/+21
* * basic-block.h (PROP_*): Move constants from ...rth1999-10-201-1/+5
* * combine.c (get_last_value): If the last set of a registerlaw1999-10-181-54/+2
* * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,law1999-10-151-14/+9
* * combine.c (simplify_logical): Recognize xor pattern that encodeslaw1999-10-141-0/+15
* * combine.c (refresh_blocks, need_refresh): New.rth1999-10-101-19/+18
* * Makefile.in (flow.o): Depend on TREE_H.rth1999-10-091-46/+68
* * combine.c (gen_rtx_combine): Add missing call to va_end().ghazi1999-09-261-0/+2
* Cope with down shifting a 32 bit constant on a 64 bit host.nickc1999-09-241-2/+2
* Use unsigned shift instead of signed shift.nickc1999-09-231-2/+6
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* Replace insn_foo with insn_data.foo.rth1999-09-121-25/+34
* * combine.c (SUBST): Break out to a real function do_SUBST.rth1999-09-091-47/+62
* Merge in gcc2-ss-010999law1999-09-071-54/+127
* * combine.c (simplify_rtx): Recognize another case of a synthesizedlaw1999-09-021-2/+4
* * combine.c (simplify_shift_const): Remove extra semicolon.law1999-09-021-1/+1
* Fix for 'Deadly optimization bug' (see egcs mailing list archive)crux1999-08-271-0/+5