summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-opt/24365jason2006-02-121-3/+4
* * tree-inline.c (estimate_num_insns_1): Make OpenMP directivesdnovillo2006-02-101-9/+14
* PR c++/25979jason2006-02-091-0/+3
* * tree.def (CHAR_TYPE): Remove.sayle2006-02-081-1/+0
* * tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE nodes.dnovillo2006-02-021-1/+2
* * tree.h (TREE_RANGE_CHECK): Fix range predicate.dnovillo2006-01-261-27/+2
* * tree-pretty-print.c (dump_generic_node): Handlednovillo2006-01-191-1/+39
* * Makefile.in (tree-vect-patterns.o): Add rule for new file.dorit2006-01-191-1/+5
* Merge from gomp branch:rth2006-01-171-342/+255
* 2006-01-13 Andrew Pinski <pinskia@physics.uc.edu>pinskia2006-01-131-0/+4
* * cgraph.c (cgraph_insert_node_to_hashtable): New function.hubicka2006-01-111-142/+36
* * tree-cfg.c (bsi_replace): Rename final argument fromlaw2006-01-061-2/+2
* * tree-inline.c (copy_body_r): Use explicit cast whengdr2005-12-171-6/+7
* * tree.c (recompute_tree_invariant_for_addr_expr): Rename fromdnovillo2005-12-091-1/+1
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-1/+1
* (setup_one_parameter): Add comment to last change.kenner2005-10-311-0/+3
* 2005-10-31 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-10-311-1/+2
* PR tree-optimization/24172hubicka2005-10-301-4/+6
* PR c/24255rth2005-10-121-18/+56
* PR tree-opt/22237rth2005-10-061-4/+15
* * tree-inline.c (copy_decl_for_dup): Add missing condition.razya2005-08-011-1/+2
* Interprocedural constant propagation.razya2005-08-011-19/+346
* * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.hubicka2005-07-281-1/+1
* Better debug info for inlined functions.wilson2005-07-261-1/+2
* * c-objc-common.c (c_cannot_inline_tree_fn): Add warning controldj2005-07-221-1/+1
* Make CONSTRUCTOR use VEC to store initializers.giovannibajo2005-07-201-0/+15
* * tree-ssa-operands.c (parse_ssa_operands): Fix formatting.hubicka2005-07-121-1/+3
* 2005-07-08 Daniel Berlin <dberlin@dberlin.org>dberlin2005-07-081-3/+0
* 2005-07-02 Zack Weinberg <zack@codesourcery.com>jsm282005-07-021-14/+14
* * function.h (struct function): Add saved blocks/unexpanded var list.hubicka2005-06-301-39/+75
* * c-decl.c (pop_scope): Move warning control into warning call.dj2005-06-281-2/+3
* * cgraph.c (cgraph_remove_node): Do not release function bodies untilhubicka2005-06-281-1/+3
* Update FSF address.kcook2005-06-251-2/+2
* PR c++/19317jason2005-06-231-10/+8
* * tree-inline.c (copy_body_r): Remap labels correctly.hubicka2005-06-231-2/+4
* * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs.dorit2005-06-211-0/+2
* * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): Newdorit2005-06-181-0/+4
* * cgraphunit.c (cgraph_create_edges): Do not walk BLOCK; finalizehubicka2005-06-091-0/+11
* gcc/po/jakub2005-06-061-9/+9
* 2005-06-01 Richard Guenther <rguenth@gcc.gnu.org>rguenth2005-06-011-7/+11
* * tree-inline.c (cfun_stack): Change the type tokazu2005-05-281-11/+8
* * cgraph.c: Include tree-gimple.hhubicka2005-05-271-54/+52
* 2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>law2005-05-271-1/+11
* * basic-block.h (REG_BR_PROB_BASE): Define.hubicka2005-05-191-2/+4
* gcc/kazu2005-05-191-10/+10
* * cgraph.h (cgraph_node): Add 'lowered' state.hubicka2005-05-171-395/+719
* 2005-05-16 Paolo Bonzini <bonzini@gnu.org>bonzini2005-05-161-0/+1
* * gcc.dg/builtins-43.c: Use gimple dump instead of generic.hubicka2005-05-131-10/+4
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-4/+4
* * lambda.h (lambda_vector_min_nz): Likewise.nathan2005-04-211-2/+1