aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-18simplify-rtx.c (mode_signbit_p): Externalize function...Pat Haugen1-0/+20
2004-09-30combine.c (force_to_mode): Only convert the expression (AND (NE FOO 0) CONST)...Roger Sayle1-0/+1
2004-09-28cse.c (cse_insn): Avoid creating direct non-local jumps.Ulrich Weigand1-0/+2
2004-09-26re PR rtl-optimization/17151 (x >> (y % WORDSIZE) not optimized)Roger Sayle1-5/+0
2004-09-24re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)Richard Henderson1-7/+2
2004-09-09combine.c (try_combine): When swapping i2 and i3...Ulrich Weigand1-1/+7
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-38/+41
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-02combine.c (try_combine): Delay modifying of insns which cannot be easily undone.Roman Zippel1-34/+39
2004-09-02* combine.c (distribute_notes): Don't add REG_LABEL to jump insn.Roman Zippel1-8/+12
2004-08-22ppro.md (ppro_complex_insn): Add missing check for cpu==pentiumpro.Steven Bosscher1-1/+1
2004-08-20re PR rtl-optimization/17099 (Bootstrap failure on powerpc64-redhat-linux)Jakub Jelinek1-3/+2
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-15/+15
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-1/+1
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-6/+0
2004-07-15combine.c (simplify_set): match the mode of the constant 0 with the tested op...Roman Zippel1-1/+1
2004-07-11rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle1-46/+11
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-39/+39
2004-07-04* combine.c (simplify_comparison): Fix comment typo.Richard Sandiford1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-30/+30
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-15/+4
2004-06-30combine.c: Include "output.h" to define dump_file.Roger Sayle1-0/+159
2004-06-30combine.c (distribute_notes): Don't look at global_regs for pseudos.Zack Weinberg1-2/+3
2004-06-28combine.c (can_combine_p): Do not prevent building insns that use and clobber...Ulrich Weigand1-10/+26
2004-06-24combine.c (distribute_notes): Don't delete sets to global register variables.Eric Christopher1-2/+4
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-68/+68
2004-06-15* combine.c (distribute_notes): Comment typo fix.J"orn Rennecke1-1/+1
2004-06-05combine.c (simplify_shift_const): Check shift amount is a CONST_INT.Graham Stott1-3/+5
2004-05-31revert: combine.c (gen_binary): Remove.Paolo Bonzini1-319/+295
2004-05-27combine.c (gen_binary): Remove.Paolo Bonzini1-295/+319
2004-05-25Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini1-912/+101
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-8/+6
2004-05-12Replace several arrays with a struct of arrays.Paolo Bonzini1-225/+199
2004-05-12re PR rtl-optimization/15100 (cc1plus got hang-up on libstdc++-v3/testsuite/a...Kaz Kojima1-0/+6
2004-04-29Complete last checkin:Paolo Bonzini1-199/+225
2004-04-29combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...Paolo Bonzini1-237/+214
2004-03-16combine.c (combine_simplify_rtx): Remove the "last" parameter and its documen...Paolo Bonzini1-16/+16
2004-03-12combine.c (unmentioned_reg_p): New function to check whether an expression is...Roger Sayle1-0/+54
2004-03-11combine.c (if_then_else_cond): Check for NULL return value of simplify_gen_su...Ulrich Weigand1-5/+9
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-03-09simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle1-13/+4
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-135/+104
2004-03-01combine.c (try_combine): Do not refer to is_replaced.Paolo Bonzini1-4/+2
2004-02-27darwin.c (machopic_output_possible_stub_label): Remove.Dale Johannesen1-15/+5
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-02-21combine.c (SHIFT_COUNT_TRUNCATED): Remove.Kazu Hirata1-4/+0
2004-02-21combine.c (can_combine_p): Don't ignore SETs marked with REG_EH_REGION notes.Alan Modra1-4/+17
2004-02-21alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata1-3/+0