summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou2004-12-231-1/+1
* re PR middle-end/17564 (New treatment of function pointers when used with equ...Nathanael Nerode2004-12-121-11/+10
* re PR target/18002 ('while' loop performace regression on avr target)Roger Sayle2004-12-111-16/+44
* c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher2004-11-241-2/+1
* re PR middle-end/18520 (ICE in emit_store_flag, at expmed.c:5081with -ffast-m...Roger Sayle2004-11-221-10/+15
* re PR middle-end/17813 (ada bootstrap failure on i486-linux)Eric Botcazou2004-10-181-4/+10
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-12/+16
* dojump.c (do_jump <unordered_bcc>): Do not recursively call self with a TRUTH...Zack Weinberg2004-08-181-19/+13
* Makefile.in: Regenerate.Paolo Bonzini2004-08-171-122/+5
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-6/+0
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-18/+20
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-8/+0
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-6/+0
* dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin2004-07-061-1/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-1/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1
* Correct indentation of one line.Richard Kenner2004-06-081-1/+1
* re PR target/15822 (Several alpha testsuite regressions: gcc.c-torture/execut...Paolo Bonzini2004-06-041-1/+6
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-3/+10
* combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...Paolo Bonzini2004-04-291-61/+27
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-5/+6
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-9/+0
* dojump.c (prefer_and_bit_test): Fix which part of the and_test is replaced.Andrew Pinski2004-03-211-1/+1
* Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.Richard Sandiford2004-03-201-0/+66
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-4/+4
* simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle2004-03-091-2/+4
* expr.c (check_max_integer_computation_mode): Remove.Kazu Hirata2003-12-201-4/+0
* flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata2003-12-161-2/+0
* dojump.c (do_jump): If the expression being compared against zero...Roger Sayle2003-12-051-1/+8
* builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.Jason Merrill2003-08-201-21/+20
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-50/+24
* * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.Roger Sayle2003-03-301-4/+9