summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* backport: tree-inline.c (insert_decl_map): New.Josef Zlomek2004-02-221-35/+40
* Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson2004-02-191-1/+1
* * tree-inline.c (copy_body_r): Do not replace ret_label.Josef Zlomek2004-02-141-2/+5
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-16/+0
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka2004-01-131-4/+12
* Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka2004-01-041-4/+6
* * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.Steven Bosscher2003-11-131-0/+1
* c-typeck.c (c_convert_parm_for_inlining): Add argnum...Mike Stump2003-11-121-2/+6
* re PR rtl-optimization/12953 (tree inline bug and fix)Alexey Starovoytov2003-11-121-36/+39
* toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka2003-10-201-98/+3
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* tree-inline.c (remap_type): New.Richard Henderson2003-10-051-19/+129
* re PR rtl-optimization/12180 (Inline optimization fails for variadic function)Mark Mitchell2003-10-031-0/+2
* tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to...Richard Henderson2003-09-231-2/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-2/+2
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-2/+2
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-22/+27
* c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill2003-09-161-0/+3
* re PR bootstrap/12264 (Mainline faield to bootstrap)H.J. Lu2003-09-121-1/+2
* c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlina...Jan Hubicka2003-09-101-63/+133
* tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill2003-08-201-8/+2
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-051-99/+159
* re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka2003-07-301-5/+5
* re PR c++/11131 (Unrelated declaration removes inline flag from function)Jan Hubicka2003-07-291-2/+2
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-1/+2
* re PR rtl-optimization/10679 ([3.3/3.4] --param min-inline-insns not honoured)Mark Mitchell2003-07-231-3/+3
* cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka2003-07-121-4/+15
* java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka2003-07-091-14/+14
* re PR c/1687 (Exponential time behavior with -O -finline-functions (compile t...Steven Bosscher2003-07-081-2/+4
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-106/+49
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* re PR c++/10888 (inlining failure for allocate in ~vector())Mark Mitchell2003-06-201-1/+2
* re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill2003-06-171-1/+1
* re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell2003-06-101-17/+10
* tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell2003-06-091-5/+1
* tree-inline.c (copy_body_r): Avoid generating &* during inline substitution.Jason Merrill2003-05-191-14/+39
* c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell2003-05-031-8/+4
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-6/+6
* tree-inline.c (inlinable_function_p): Back out last change, it's unnecessary.Geoffrey Keating2003-05-011-7/+0
* tree-inline.c (inlinable_function_p): Don't support inlining functions using ...Geoffrey Keating2003-04-291-0/+7
* re PR c++/10180 (gcc fails to warn about non-inlined function)Mark Mitchell2003-04-291-1/+21
* tree-inline.c (inlinable_function_p): Disable inlining for synchronized methods.Andrew Haley2003-04-101-0/+5
* c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher2003-04-101-4/+4
* re PR rtl-optimization/8396 ([sparc] optimizer ICE)Eric Botcazou2003-03-141-0/+4
* c-pch.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-03-131-4/+4
* inline-3.c: New test.Jan Hubicka2003-03-081-8/+13
* tree-inline.c (inlinable_function_p): Revert earlier change pending investiga...Jason Merrill2003-03-061-5/+3
* tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_...Jason Merrill2003-03-031-5/+17
* params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff2003-03-021-2/+9