summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/13448mmitchel2004-02-291-1/+7
* Merge from tree-ssa:zlomek2004-02-221-35/+40
* * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.rth2004-02-191-1/+1
* * tree-inline.c (copy_body_r): Do not replace ret_label.zlomek2004-02-141-2/+5
* * c-common.c (shadow_warning): Delete.zack2004-02-081-16/+0
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * cgraphunit.c (cgraph_optimize_function): Always dohubicka2004-01-131-4/+12
* * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.hubicka2004-01-041-4/+6
* * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.steven2003-11-131-0/+1
* * c-typeck.c (c_convert_parm_for_inlining): Add argnum, whichmrs2003-11-121-2/+6
* 2003-11-12 Alexey Starovoytov <alexey.starovoytov@sun.com>sayle2003-11-121-36/+39
* * toplev.c (rest_of_compilation): Fix webizer pass ordering.hubicka2003-10-201-98/+3
* * c-pretty-print.c: Fix comment typos.kazu2003-10-051-1/+1
* * tree-inline.c (remap_type): New.rth2003-10-051-19/+129
* PR optimization/12180mmitchel2003-10-031-0/+2
* * tree-inline.c (remap_save_expr): Map new save_expr to identityrth2003-09-231-2/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-2/+2
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-2/+2
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-22/+27
* * c-common.c (handle_warn_unused_result_attribute): New function.jakub2003-09-161-0/+3
* PR bootstrap/12264steven2003-09-121-1/+2
* * c-objc-common.c (c_cannot_inline_tree_fn): Warnhubicka2003-09-101-63/+133
* * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.jason2003-08-201-8/+2
* 2003-08-05 Steven Bosscher <steven@gcc.gnu.org>steven2003-08-051-99/+159
* * gcse.c (insert_store): Ignore fake edges.hubicka2003-07-301-5/+5
* PR C++/11131hubicka2003-07-291-2/+2
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-1/+2
* PR optimization/10679mmitchel2003-07-231-3/+3
* * cgraph.c (cgraph_max_uid): New global variable.hubicka2003-07-121-4/+15
* * java-tree.h (DECL_NUM_STMTS): Rename to...hubicka2003-07-091-14/+14
* 2003-07-08 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-081-2/+4
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-106/+49
* * basic-block.h: Fix comment typos.kazu2003-07-011-1/+1
* PR c++/10888mmitchel2003-06-201-1/+2
* PR c++/10929jason2003-06-171-1/+1
* PR c++/11131mmitchel2003-06-101-17/+10
* * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST isnathan2003-06-091-5/+1
* * tree-inline.c (copy_body_r): Avoid generating &* during inlinejason2003-05-191-14/+39
* * c-decl.c (pending_invalid_xref_file): Remove.nathan2003-05-031-8/+4
* * input.h (lineno): Rename to ...nathan2003-05-011-6/+6
* * tree-inline.c (inlinable_function_p): Back out last change, it'sgeoffk2003-05-011-7/+0
* * tree-inline.c (inlinable_function_p): Don't support inlininggeoffk2003-04-291-0/+7
* PR c++/10180mmitchel2003-04-291-1/+21
* 2003-04-10 Andrew Haley <aph@redhat.com>aph2003-04-101-0/+5
* 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>steven2003-04-101-4/+4
* PR optimization/8396ebotcazou2003-03-141-0/+4
* * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,neroden2003-03-131-4/+4
* * gcc.dg/inline-3.c: New test.hubicka2003-03-081-8/+13
* * tree-inline.c (inlinable_function_p): Revert earlier changejason2003-03-061-5/+3
* * tree-inline.c (find_builtin_longjmp_call): Save and restorejason2003-03-031-5/+17