aboutsummaryrefslogtreecommitdiff
path: root/gcc/dojump.c
AgeCommit message (Expand)AuthorFilesLines
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