summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* * builtins.c (expand_builtin_setjmp): Delete.ebotcazou2006-09-291-14/+20
* PR c++/27371jason2006-09-071-7/+37
* Remove leading TAB.ebotcazou2006-09-041-1/+1
* PR rtl-optimization/28071hubicka2006-08-211-2/+2
* PR tree-optimization/24888hubicka2006-08-041-3/+7
* 2006-07-17 Richard Guenther <rguenther@suse.de>rguenth2006-07-171-0/+8
* 2006-06-19 Andrew Pinski <pinskia@gmail.com>pinskia2006-06-201-0/+4
* 2006-06-13 Richard Guenther <rguenther@suse.de>rguenth2006-06-131-1/+6
* 2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>rguenth2006-04-241-1/+6
* 2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>rguenth2006-04-241-0/+1
* PR 26651rth2006-04-131-1/+2
* * Makefile.in (GTFILES): Move functions.h after tree.h.kazu2006-04-121-1/+1
* PR middle-end/26084rth2006-03-221-1/+2
* 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