summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
...
* * tree-inline.c (INSNS_PER_STMT): Remove.Kazu Hirata2005-04-131-5/+0
* re PR tree-optimization/20076 (__builtin_return(__builtin_apply()) inlined in...Jakub Jelinek2005-04-051-0/+11
* re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)Alexandre Oliva2005-04-021-3/+8
* * tree-inline.c: Fix a typo.Kazu Hirata2005-04-011-1/+1
* tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where possible.Kazu Hirata2005-04-011-1/+1
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-1/+0
* tree-inline.c (estimate_num_insns_1): Use declaration to discover argument ty...Jan Hubicka2005-03-281-3/+12
* cgraphunit.c (cgraph_estimate_size_after_inlining): Compute call cost based o...Richard Guenther2005-03-221-17/+62
* tree-inline.c (walk_type_fields, [...]): Move from here...Steven Bosscher2005-03-161-351/+0
* tree-inline.c (expand_call_inline): Remove local variable decl.Kazu Hirata2005-03-121-3/+2
* re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor2005-01-271-0/+4
* re PR target/19421 (ICE with soft-float on m68k)Jan Hubicka2005-01-261-0/+1
* re PR tree-optimization/19337 (ada does not compile at -O3 (nested functions ...Jan Hubicka2005-01-251-0/+2
* re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor2005-01-211-1/+15
* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou2005-01-181-1/+1
* tree-inline.c (estimate_num_insns_1): Added cases for ALIGN_INDIRECT_REF, MIS...Dorit Naishlos2005-01-181-0/+4
* Update copyright year.Ian Lance Taylor2005-01-171-1/+1
* re PR middle-end/13127 (Inlining causes spurious "might be used uninitialized...Ian Lance Taylor2005-01-171-1/+12
* Fix PR debug/17924 Fix PR debug/19191Daniel Berlin2005-01-041-0/+7
* 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