Age | Commit message (Expand) | Author | Files | Lines |
2013-10-02 | This patch fixes an issue where expansion of an ORIF expression arbitrarily... | Teresa Johnson | 1 | -24/+58 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-10-16 | [multiple changes] | Easwaran Raman | 1 | -19/+1 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -2/+1 |
2012-07-24 | Introduce and use code_to_optab and optab_to_code functions | Richard Henderson | 1 | -1/+1 |
2012-07-24 | Introduce and use unknown_optab | Richard Henderson | 1 | -8/+5 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -9/+4 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-03-07 | coverage.c (get_gcov_type): Use type_for_mode. | Richard Guenther | 1 | -30/+0 |
2012-02-09 | re PR middle-end/52140 (Libdfp testcase encounters ICE when compiled with sof... | Peter Bergner | 1 | -2/+2 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 1 | -2/+5 |
2011-06-02 | arm-protos.h (tune_params): Add branch_cost hook. | Julian Brown | 1 | -0/+1 |
2011-03-24 | * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases. | Eric Botcazou | 1 | -8/+30 |
2010-05-20 | double-int.h (double_int_ior): New function. | Anatoly Sokolov | 1 | -1/+1 |
2010-04-20 | double-int.h (double_int_setbit): Declare. | Anatoly Sokolov | 1 | -1/+2 |
2010-02-19 | re PR middle-end/42233 (c++ builtin_expect code generation regression) | Jakub Jelinek | 1 | -1/+2 |
2010-02-19 | re PR middle-end/42233 (c++ builtin_expect code generation regression) | Jakub Jelinek | 1 | -87/+152 |
2009-12-13 | re PR tree-optimization/42027 (Performance regression in convolution loop opt... | Michael Matz | 1 | -0/+5 |
2009-08-25 | expr.h (jumpifnot_1, [...]): Declare. | Michael Matz | 1 | -153/+207 |
2009-06-28 | dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p... | Paolo Bonzini | 1 | -7/+18 |
2009-06-28 | builtins.c (expand_errno_check): Use do_compare_rtx_and_jump. | Paolo Bonzini | 1 | -97/+181 |
2009-05-12 | Merge cond-optab branch. | Paolo Bonzini | 1 | -58/+0 |
2009-05-07 | re PR middle-end/40057 (Incorrect right shift by 31 with long long) | Jakub Jelinek | 1 | -4/+5 |
2009-03-30 | combine.c (simplify_comparison): Use have_insn_for. | Paolo Bonzini | 1 | -4/+2 |
2009-01-09 | re PR middle-end/38347 (gfortran.dg/alloc_comp_constructor_1.f90 ICE with -O2... | Jakub Jelinek | 1 | -4/+4 |
2008-09-11 | dojump.c (do_jump): Move below. | Paolo Bonzini | 1 | -74/+80 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -2/+2 |
2008-08-30 | Include basic-block.h in dojump.c to declare optimize_insn_for_speed. | Michael Meissner | 1 | -0/+1 |
2008-08-30 | optabs.c (expand_abs_nojump): Update BRANCH_COST call. | Jan Hubicka | 1 | -2/+5 |
2008-08-12 | re PR middle-end/37014 (internal compiler error: in expand_expr_real_1, at ex... | Jakub Jelinek | 1 | -2/+2 |
2008-07-26 | cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE. | Jan Hubicka | 1 | -2/+1 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -2/+1 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -1/+1 |
2008-04-23 | tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case. | Tomas Bily | 1 | -2/+1 |
2007-08-09 | optabs.c (expand_widen_pattern_expr): Use optabs accestors. | Jan Hubicka | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+5 |
2006-11-11 | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 1 | -31/+0 |
2006-07-07 | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 1 | -1/+2 |
2006-04-03 | builtins.c (dummy_object): Use build_int_cst instead of convert. | Roger Sayle | 1 | -2/+2 |
2006-02-14 | dojump.c (do_compare_rtx_and_jump): Also handle multi-word GTU and GEU. | Roger Sayle | 1 | -0/+10 |
2006-02-14 | re PR middle-end/26279 (ICE in do_compare_rtx_and_jump) | Roger Sayle | 1 | -0/+5 |
2006-02-14 | optabs.c (expand_abs): Don't call do_jump_by_parts_greater_rtx directly... | Roger Sayle | 1 | -19/+19 |
2006-02-13 | re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw... | Roger Sayle | 1 | -67/+121 |
2006-01-31 | expr.h (expand_normal): new inline function. | Marcin Dalecki | 1 | -7/+7 |
2005-10-21 | dojump.c (do_jump): Handle side-effecting TRUTH_AND_EXPR and TRUTH_OR_EXPR. | Paolo Bonzini | 1 | -4/+8 |
2005-10-19 | re PR target/19672 (Performance regression in simple loop code) | Paolo Bonzini | 1 | -1/+37 |
2005-07-06 | Removal of -fforce-mem. | Fariborz Jahanian | 1 | -12/+0 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-09 | dojump.c (do_jump, MINUS_EXPR): Build NE_EXPR and fall through to NE_EXPR case. | David Edelsohn | 1 | -8/+6 |
2005-04-27 | dojump.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |