summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson2004-12-311-0/+1
* tree-inline.c (struct inline_data): Remove inlined_fns.Daniel Berlin2004-12-231-24/+0
* re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson2004-12-181-1/+1
* re PR c++/17972 (const/pure functions result in bad asm)Eric Botcazou2004-12-151-2/+5
* re PR tree-optimization/16951 (ICE in make_decl_rtl with recursion in C++ con...Alexandre Oliva2004-12-131-1/+23
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-1/+0
* re PR c++/16681 (array initialization in struct construct is a memory hog)Nathan Sidwell2004-12-091-0/+1
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-2/+2
* * tree-inline.c (inline_forbidden_p_1, case RECORD_TYPE): Add comment.Richard Kenner2004-11-281-1/+4
* tree-inline.c (copy_body_r): Explicitly copy a constant if the type will be r...Richard Kenner2004-11-241-0/+19
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-241-26/+1
* tree-inline.c (remap_save_expr): Make it static.Kazu Hirata2004-11-081-1/+2
* re PR middle-end/18299 (ICE in gimple-lower)Andrew Pinski2004-11-081-1/+1
* re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle2004-10-311-10/+10
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-24/+18
* re PR c++/17115 (-Winline does not respect __attribute__((__noinline__)))Giovanni Bajo2004-10-071-1/+2
* passes.c (rest_of_handle_cfg): Disable const/pure function detection when doi...Jan Hubicka2004-09-251-1/+1
* re PR debug/17389 (ICE in dwarf2out_finish, at dwarf2out.c:13566)Jan Hubicka2004-09-231-14/+0
* re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating2004-09-181-1/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-6/+5
* re PR tree-optimization/10528 (Unexpected loop un-optimization when removing ...Richard Henderson2004-09-121-0/+10
* tree-inline.c (expand_call_inline): Make overactive sanity check happy.Jan Hubicka2004-09-091-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-44/+22
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-3/+3
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher2004-08-191-3/+29
* Make return in memory explicit.Jason Merrill2004-08-071-29/+5
* expr.c (expand_expr_real_1): Remove.Paolo Bonzini2004-08-061-1/+0
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-13/+9
* re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner2004-07-271-3/+16
* integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill2004-07-221-15/+1
* * tree-inline.c (estimate_num_insns_1): Correct increase of count.Krister Walfridsson2004-07-161-1/+1
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-0/+6
* langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson2004-07-161-71/+98
* tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DEC...Steven Bosscher2004-07-071-9/+6
* expr.c (expand_expr_real_1): Fix formating.Andrew Pinski2004-07-071-1/+0
* langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.Richard Henderson2004-07-061-102/+53
* dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin2004-07-061-1/+0
* langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner2004-07-051-41/+35
* tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.Richard Kenner2004-07-051-102/+126
* tree-inline.c (initialize_inlined_parameters): Pass proper function context t...Richard Kenner2004-07-031-10/+32
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-11/+4
* tree-gimple.c (right_assocify_expr): KillRichard Henderson2004-06-301-4/+0
* tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson2004-06-281-2/+0
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-106/+105
* tree-inline.c (remap_type): Arrange to have just one pointer type for each ty...Richard Kenner2004-06-251-20/+31
* Update whitespace and commentsRichard Kenner2004-06-241-54/+64
* tree.h (debug_find_tree): Add declaration.Richard Kenner2004-06-241-2/+0
* tree.def (VTABLE_REF): Remove.Richard Henderson2004-06-221-7/+1