summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
Commit message (Expand)AuthorAgeFilesLines
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-2/+1
* Introduce and use code_to_optab and optab_to_code functionsRichard Henderson2012-07-241-1/+1
* Introduce and use unknown_optabRichard Henderson2012-07-241-8/+5
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-9/+4
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther2012-03-071-30/+0
* re PR middle-end/52140 (Libdfp testcase encounters ICE when compiled with sof...Peter Bergner2012-02-091-2/+2
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-2/+5
* arm-protos.h (tune_params): Add branch_cost hook.Julian Brown2011-06-021-0/+1
* * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.Eric Botcazou2011-03-241-8/+30
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-1/+1
* double-int.h (double_int_setbit): Declare.Anatoly Sokolov2010-04-201-1/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-1/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-87/+152
* re PR tree-optimization/42027 (Performance regression in convolution loop opt...Michael Matz2009-12-131-0/+5
* expr.h (jumpifnot_1, [...]): Declare.Michael Matz2009-08-251-153/+207
* dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p...Paolo Bonzini2009-06-281-7/+18
* builtins.c (expand_errno_check): Use do_compare_rtx_and_jump.Paolo Bonzini2009-06-281-97/+181
* Merge cond-optab branch.Paolo Bonzini2009-05-121-58/+0
* re PR middle-end/40057 (Incorrect right shift by 31 with long long)Jakub Jelinek2009-05-071-4/+5
* combine.c (simplify_comparison): Use have_insn_for.Paolo Bonzini2009-03-301-4/+2
* re PR middle-end/38347 (gfortran.dg/alloc_comp_constructor_1.f90 ICE with -O2...Jakub Jelinek2009-01-091-4/+4
* dojump.c (do_jump): Move below.Paolo Bonzini2008-09-111-74/+80
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-2/+2
* Include basic-block.h in dojump.c to declare optimize_insn_for_speed.Michael Meissner2008-08-301-0/+1
* optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka2008-08-301-2/+5
* re PR middle-end/37014 (internal compiler error: in expand_expr_real_1, at ex...Jakub Jelinek2008-08-121-2/+2
* cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.Jan Hubicka2008-07-261-2/+1
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-2/+1
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+5
* extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka2006-11-111-31/+0
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-1/+2
* builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle2006-04-031-2/+2
* dojump.c (do_compare_rtx_and_jump): Also handle multi-word GTU and GEU.Roger Sayle2006-02-141-0/+10
* re PR middle-end/26279 (ICE in do_compare_rtx_and_jump)Roger Sayle2006-02-141-0/+5
* optabs.c (expand_abs): Don't call do_jump_by_parts_greater_rtx directly...Roger Sayle2006-02-141-19/+19
* re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw...Roger Sayle2006-02-131-67/+121
* expr.h (expand_normal): new inline function.Marcin Dalecki2006-01-311-7/+7
* dojump.c (do_jump): Handle side-effecting TRUTH_AND_EXPR and TRUTH_OR_EXPR.Paolo Bonzini2005-10-211-4/+8
* re PR target/19672 (Performance regression in simple loop code)Paolo Bonzini2005-10-191-1/+37
* Removal of -fforce-mem.Fariborz Jahanian2005-07-061-12/+0
* Update FSF address.Kelley Cook2005-06-251-2/+2
* dojump.c (do_jump, MINUS_EXPR): Build NE_EXPR and fall through to NE_EXPR case.David Edelsohn2005-05-091-8/+6
* dojump.c: Fix comment typos.Kazu Hirata2005-04-271-2/+2
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou2005-01-181-1/+1
* re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)Paolo Bonzini2005-01-041-9/+28