aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-27re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor1-0/+4
2005-01-26re PR target/19421 (ICE with soft-float on m68k)Jan Hubicka1-0/+1
2005-01-25re PR tree-optimization/19337 (ada does not compile at -O3 (nested functions ...Jan Hubicka1-0/+2
2005-01-21re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor1-1/+15
2005-01-18calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou1-1/+1
2005-01-18tree-inline.c (estimate_num_insns_1): Added cases for ALIGN_INDIRECT_REF, MIS...Dorit Naishlos1-0/+4
2005-01-17Update copyright year.Ian Lance Taylor1-1/+1
2005-01-17re PR middle-end/13127 (Inlining causes spurious "might be used uninitialized...Ian Lance Taylor1-1/+12
2005-01-04Fix PR debug/17924 Fix PR debug/19191Daniel Berlin1-0/+7
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1
2004-12-23tree-inline.c (struct inline_data): Remove inlined_fns.Daniel Berlin1-24/+0
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-1/+1
2004-12-15re PR c++/17972 (const/pure functions result in bad asm)Eric Botcazou1-2/+5
2004-12-13re PR tree-optimization/16951 (ICE in make_decl_rtl with recursion in C++ con...Alexandre Oliva1-1/+23
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-1/+0
2004-12-09re PR c++/16681 (array initialization in struct construct is a memory hog)Nathan Sidwell1-0/+1
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-2/+2
2004-11-28* tree-inline.c (inline_forbidden_p_1, case RECORD_TYPE): Add comment.Richard Kenner1-1/+4
2004-11-24tree-inline.c (copy_body_r): Explicitly copy a constant if the type will be r...Richard Kenner1-0/+19
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-26/+1
2004-11-08tree-inline.c (remap_save_expr): Make it static.Kazu Hirata1-1/+2
2004-11-08re PR middle-end/18299 (ICE in gimple-lower)Andrew Pinski1-1/+1
2004-10-31re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle1-10/+10
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-24/+18
2004-10-07re PR c++/17115 (-Winline does not respect __attribute__((__noinline__)))Giovanni Bajo1-1/+2
2004-09-25passes.c (rest_of_handle_cfg): Disable const/pure function detection when doi...Jan Hubicka1-1/+1
2004-09-23re PR debug/17389 (ICE in dwarf2out_finish, at dwarf2out.c:13566)Jan Hubicka1-14/+0
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-1/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-6/+5
2004-09-12re PR tree-optimization/10528 (Unexpected loop un-optimization when removing ...Richard Henderson1-0/+10
2004-09-09tree-inline.c (expand_call_inline): Make overactive sanity check happy.Jan Hubicka1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-44/+22
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-3/+29
2004-08-07Make return in memory explicit.Jason Merrill1-29/+5
2004-08-06expr.c (expand_expr_real_1): Remove.Paolo Bonzini1-1/+0
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-13/+9
2004-07-27re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner1-3/+16
2004-07-22integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill1-15/+1
2004-07-16* tree-inline.c (estimate_num_insns_1): Correct increase of count.Krister Walfridsson1-1/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+6
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson1-71/+98
2004-07-07tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DEC...Steven Bosscher1-9/+6
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-1/+0
2004-07-06langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.Richard Henderson1-102/+53
2004-07-06dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin1-1/+0
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-41/+35
2004-07-05tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.Richard Kenner1-102/+126