summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-221-2/+2
* tree-inline.c (initialize_inlined_parameters): Wrap variable in the macro tes...Kaveh R. Ghazi2002-08-191-1/+1
* tree-inline.c: Add includes for Java inliner.Andrew Haley2002-08-161-5/+313
* tree-inline.c (expand_call_inline): Don' mess with _DECL fields.Gabriel Dos Reis2002-06-131-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-6/+0
* tree-inline.c (expand_call_inline): Make the statement expression we generate...Daniel Berlin2002-06-011-18/+19
* timevar.c: Fix formatting.Kazu Hirata2002-05-181-22/+22
* cpplex.c: Fix comment formatting.Kazu Hirata2002-04-301-5/+5
* tree-inline.c (inlinable_function_p): Improve heuristics by using a smoother ...Kurt Garloff2002-04-271-12/+33
* c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell2002-04-171-0/+2
* c-decl.c (maybe_build_cleanup): Remove.Neil Booth2002-03-251-1/+1
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-1/+1
* re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek2002-03-191-1/+2
* c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell2002-03-151-4/+15
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva2002-01-021-2/+4
* tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...Alexandre Oliva2001-12-061-0/+12
* langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill2001-12-051-0/+5
* c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva2001-12-041-3/+4
* cse.c (true_dependence_in_rtx): New function.Jan Hubicka2001-11-281-0/+1
* Clean up langhooksNeil Booth2001-11-061-0/+1
* tree-inline.c (WALK_SUBTREE_TAIL): New macro.Alexandre Oliva2001-10-261-20/+28
* tree-inline.c (remap_decl): Don't copy size and size_unit here.Alexandre Oliva2001-10-261-2/+3
* tree-inline.c (inlinable_function_p): Leave it up to the front-end to turn -f...Alexandre Oliva2001-10-161-2/+6
* c-common.h: Fix comment formatting.Kazu Hirata2001-10-091-3/+3
* langhooks.h: New file.Alexandre Oliva2001-10-081-26/+19
* Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-17/+53
* Makefile.in (tree-inline.o): Depend on newly-included headers.Alexandre Oliva2001-10-051-0/+1308
* Makefile.in (OBJS): Added tree-inline.o.Alexandre Oliva2001-10-051-0/+43