aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-19Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson1-1/+1
2004-02-14* tree-inline.c (copy_body_r): Do not replace ret_label.Josef Zlomek1-2/+5
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-16/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka1-4/+12
2004-01-04Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka1-4/+6
2003-11-13* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.Steven Bosscher1-0/+1
2003-11-12c-typeck.c (c_convert_parm_for_inlining): Add argnum...Mike Stump1-2/+6
2003-11-12re PR rtl-optimization/12953 (tree inline bug and fix)Alexey Starovoytov1-36/+39
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka1-98/+3
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-05tree-inline.c (remap_type): New.Richard Henderson1-19/+129
2003-10-03re PR rtl-optimization/12180 (Inline optimization fails for variadic function)Mark Mitchell1-0/+2
2003-09-23tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to...Richard Henderson1-2/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-22/+27
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-0/+3
2003-09-12re PR bootstrap/12264 (Mainline faield to bootstrap)H.J. Lu1-1/+2
2003-09-10c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlina...Jan Hubicka1-63/+133
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill1-8/+2
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-99/+159
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-5/+5
2003-07-29re PR c++/11131 (Unrelated declaration removes inline flag from function)Jan Hubicka1-2/+2
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-1/+2
2003-07-23re PR rtl-optimization/10679 ([3.3/3.4] --param min-inline-insns not honoured)Mark Mitchell1-3/+3
2003-07-12cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka1-4/+15
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-14/+14
2003-07-08re PR c/1687 (Exponential time behavior with -O -finline-functions (compile t...Steven Bosscher1-2/+4
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-106/+49
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-20re PR c++/10888 (inlining failure for allocate in ~vector())Mark Mitchell1-1/+2
2003-06-17re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill1-1/+1
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell1-17/+10
2003-06-09tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell1-5/+1
2003-05-19tree-inline.c (copy_body_r): Avoid generating &* during inline substitution.Jason Merrill1-14/+39
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-8/+4
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-6/+6
2003-05-01tree-inline.c (inlinable_function_p): Back out last change, it's unnecessary.Geoffrey Keating1-7/+0
2003-04-29tree-inline.c (inlinable_function_p): Don't support inlining functions using ...Geoffrey Keating1-0/+7
2003-04-29re PR c++/10180 (gcc fails to warn about non-inlined function)Mark Mitchell1-1/+21
2003-04-10tree-inline.c (inlinable_function_p): Disable inlining for synchronized methods.Andrew Haley1-0/+5
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-4/+4
2003-03-14re PR rtl-optimization/8396 ([sparc] optimizer ICE)Eric Botcazou1-0/+4
2003-03-13c-pch.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2003-03-08inline-3.c: New test.Jan Hubicka1-8/+13
2003-03-06tree-inline.c (inlinable_function_p): Revert earlier change pending investiga...Jason Merrill1-5/+3
2003-03-03tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_...Jason Merrill1-5/+17
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-2/+9
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-0/+1