summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* combine.c (try_combine): Set JUMP_LABEL for newly created unconditional jump.Zdenek Dvorak2003-07-311-0/+1
* combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak2003-07-301-0/+4
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ...Kazu Hirata2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-27/+22
* combine.c (simplify_comparison): Don't share rtx when converting (ne (and (no...Kazu Hirata2003-07-181-1/+1
* combine.c (combinable_i3pat): Don't forbid occurrences of i2dest or i1dest in...Alexandre Oliva2003-07-181-3/+8
* combine.c (subst): Also handle (subreg (const_double ...)) case if created by...Roger Sayle2003-07-161-1/+3
* combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0) to (eq (and X...Kazu Hirata2003-07-131-0/+11
* combine.c (gen_binary): Handle the CLOBBER rtx and don't build a binary opera...Denis Chertykov2003-07-111-0/+5
* * combine.c (nonzero_bits1): Fix a warning.Kazu Hirata2003-07-051-1/+2
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata2003-07-011-2/+1
* combine.c (force_to_mode): Replace the equality comparison of INTVALs with a ...Kazu Hirata2003-06-271-8/+4
* re PR bootstrap/10983 ([SPARC64] ICE in verify_wide_reg, at flow.c:551, while...James E Wilson2003-06-131-22/+27
* cfglayout.c (insn_scope): New static functionJan Hubicka2003-06-081-1/+1
* predict.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-081-310/+165
* combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8)) is REG f...Jan Hubicka2003-06-051-0/+8
* combine.c (simplify_set): Don't move a subreg in SET_SRC to SET_DEST if...Kazu Hirata2003-06-031-10/+8
* combine.c (expand_compound_operation): Make sure that zero_extend operation i...Eric Christopher2003-05-161-1/+9
* combine.c: Fix header comments.Eric Christopher2003-05-151-47/+18
* Merge from rewrite branch.Eric Christopher2003-05-011-1/+11
* Re-apply this patch:J"orn Rennecke2003-04-161-6/+8
* combine.c (merge_outer_ops): Fix typo.Franz Sirl2003-04-011-1/+1
* combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.Eric Christopher2003-03-311-52/+20
* re PR target/10072 ([Sparc] internal compiler error: in trunc_int_for_mode, a...Eric Botcazou2003-03-241-1/+3
* * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.Alan Modra2003-03-221-39/+35
* * combine.c (make_field_assignment): Fix a warning.Kazu Hirata2003-03-211-1/+1
* combine.c (make_field_assignment): Remove unnecessary AND when storing into z...Kazu Hirata2003-03-211-0/+11
* re PR target/10073 (powerpc cannot split insn while building rscheme)Alan Modra2003-03-191-1/+2
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-1/+1
* combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka2003-02-281-2/+3
* Patch for PR 9255James E Wilson2003-02-271-0/+3
* combine.c (combine_simplify_rtx, [...]): Use CC0_P.Roger Sayle2003-02-261-7/+2
* * combine.c (simplify_shift_const): Fix previous patch.Jan Hubicka2003-02-241-2/+2
* toplev.c (flag_sched2_use_superblocks, [...]): New global variables.Jan Hubicka2003-02-201-0/+10
* combine.c (distribute_notes): Kill REG_EXEC_COUNT.Josef Zlomek2003-02-201-1/+0
* re PR rtl-optimization/2391 (Exponential compilation time explosion in combine)Adam Nemet2003-02-141-53/+266
* combine.c (combine_simplify_rtx): Fix folding of nested float_truncates.Jan Hubicka2003-02-111-1/+1
* combine.c (combine_simplify_rtx): Simplify using (float_truncate (float x)) i...Jan Hubicka2003-02-101-0/+46
* * combine.c (nonzero_bits): Fix double break.Richard Henderson2003-02-061-1/+0
* defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.Richard Henderson2003-02-051-3/+20
* [multiple changes]Richard Henderson2003-02-011-0/+14
* * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.Jan Hubicka2003-02-011-7/+12
* loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka2003-01-311-2/+2
* * combine.c (nonzero_bits): Fix check for negative divide operands.Richard Sandiford2003-01-281-2/+3
* combine.c (force_to_mode): Add cast to fix warning when STORE_FLAG_VALUE is n...Andreas Schwab2003-01-281-1/+2
* * combine.c: Fix formatting.Kazu Hirata2003-01-261-15/+16
* combine.c (simplify_comparison, case AND): Remove a redundant test.Kazu Hirata2003-01-251-10/+6
* basic-block.h: Fix comment formatting.Kazu Hirata2003-01-181-1/+1