summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* 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