aboutsummaryrefslogtreecommitdiff
path: root/gcc/dojump.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-09dojump.c (do_jump, MINUS_EXPR): Build NE_EXPR and fall through to NE_EXPR case.David Edelsohn1-8/+6
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-2/+2
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-01-18calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou1-1/+1
2005-01-04re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)Paolo Bonzini1-9/+28
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+1
2004-12-12re PR middle-end/17564 (New treatment of function pointers when used with equ...Nathanael Nerode1-11/+10
2004-12-11re PR target/18002 ('while' loop performace regression on avr target)Roger Sayle1-16/+44
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-2/+1
2004-11-22re PR middle-end/18520 (ICE in emit_store_flag, at expmed.c:5081with -ffast-m...Roger Sayle1-10/+15
2004-10-18re PR middle-end/17813 (ada bootstrap failure on i486-linux)Eric Botcazou1-4/+10
2004-09-08dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-12/+16
2004-08-18dojump.c (do_jump <unordered_bcc>): Do not recursively call self with a TRUTH...Zack Weinberg1-19/+13
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-122/+5
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-6/+0
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-18/+20
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-8/+0
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-6/+0
2004-07-06dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin1-1/+0
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-1/+1
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-1/+1
2004-06-08Correct indentation of one line.Richard Kenner1-1/+1
2004-06-04re PR target/15822 (Several alpha testsuite regressions: gcc.c-torture/execut...Paolo Bonzini1-1/+6
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-3/+10
2004-04-29combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...Paolo Bonzini1-61/+27
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-5/+6
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-9/+0
2004-03-21dojump.c (prefer_and_bit_test): Fix which part of the and_test is replaced.Andrew Pinski1-1/+1
2004-03-20Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.Richard Sandiford1-0/+66
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-4/+4
2004-03-09simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle1-2/+4
2003-12-20expr.c (check_max_integer_computation_mode): Remove.Kazu Hirata1-4/+0
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-2/+0
2003-12-05dojump.c (do_jump): If the expression being compared against zero...Roger Sayle1-1/+8
2003-08-20builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.Jason Merrill1-21/+20
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-50/+24
2003-03-30* dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.Roger Sayle1-4/+9
2003-03-24* dojump.c (do_jump): Handle UNSAVE_EXPR specially.Jakub Jelinek1-0/+6
2003-03-13Makefile.in (dojump.o): New target.Ansgar Esztermann1-0/+1014