aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-12Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka1-0/+10
2003-01-30* tree-inline.c (walk_tree): Streamline duplicate hash table lookup.Richard Henderson1-3/+2
2003-01-29tree-inline.c (walk_tree): Add CHAR_TYPE.Andrew Haley1-0/+1
2003-01-24re PR rtl-optimization/4382 (__builtin_{set,long}jmp with -O3 can crash the c...Richard Henderson1-3/+38
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-20/+23
2002-12-04PR c++/8461, c++/8625Jason Merrill1-1/+13
2002-11-19tree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to ...Andreas Jaeger1-15/+15
2002-11-18calls.c (alloca_call_p): New global function.Jan Hubicka1-0/+30
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg1-2/+3
2002-10-25re PR c++/6994 (ICE in find_function_data)Zack Weinberg1-2/+8
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg1-0/+1
2002-10-14tree-inline.c (remap_block): All local class initialization flags go in the o...Andrew Haley1-4/+31
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill1-2/+2
2002-08-19tree-inline.c (initialize_inlined_parameters): Wrap variable in the macro tes...Kaveh R. Ghazi1-1/+1
2002-08-16tree-inline.c: Add includes for Java inliner.Andrew Haley1-5/+313
2002-06-13tree-inline.c (expand_call_inline): Don' mess with _DECL fields.Gabriel Dos Reis1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-6/+0
2002-06-01tree-inline.c (expand_call_inline): Make the statement expression we generate...Daniel Berlin1-18/+19
2002-05-18timevar.c: Fix formatting.Kazu Hirata1-22/+22
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata1-5/+5
2002-04-27tree-inline.c (inlinable_function_p): Improve heuristics by using a smoother ...Kurt Garloff1-12/+33
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-0/+2
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-1/+1
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-1/+1
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek1-1/+2
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-4/+15
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1