summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* tree-inline.c (setup_one_parameter): Remove dead code.Eric Botcazou2008-05-171-16/+2
* tree.h (init_phinodes, [...]): Move ...Diego Novillo2008-05-131-1/+1
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* [multiple changes]Kenneth Zadeck2008-05-071-1/+1
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-1/+0
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-22/+19
* re PR tree-optimization/35899 (ICE on filesystem code)Jakub Jelinek2008-04-161-3/+3
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-38/+6
* tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther2008-03-201-2/+2
* tree-pretty-print.c: Include predict.h.Jan Hubicka2008-03-181-0/+1
* re PR c++/35315 (ICE with attribute transparent_union)Douglas Gregor2008-02-291-0/+2
* re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez2008-02-261-1/+0
* tree.def (PAREN_EXPR): New tree code.Richard Guenther2008-02-211-0/+1
* re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka2008-02-191-8/+26
* re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)Jakub Jelinek2008-01-301-2/+8
* re PR tree-optimization/35006 (Segfault in remove_unused_locals with nested f...Richard Guenther2008-01-291-4/+10
* re PR tree-optimization/34885 (ICE in copy_reference_ops_from_ref, at tree-ss...Richard Guenther2008-01-211-1/+10
* re PR c++/33407 (C++ operator new and new expression do not change dynamic type)Ian Lance Taylor2008-01-181-3/+21
* re PR middle-end/34668 (ICE in find_compatible_field with -combine)Jakub Jelinek2008-01-161-2/+9
* re PR tree-optimization/34708 (Inlining heuristics issue)Jan Hubicka2008-01-091-6/+6
* re PR gcov-profile/34609 (ICE with "-ftest-coverage" and references)Jakub Jelinek2008-01-041-1/+2
* Fix incorrectly applied patch in last commit.Jan Hubicka2008-01-031-1/+1
* re PR tree-optimization/31081 (Inliner messes up SSA for abnormals)Jan Hubicka2008-01-031-7/+36
* re PR tree-optimization/29484 (tree-inline.c bug with local static vars)Jakub Jelinek2008-01-031-2/+38
* re PR tree-optimization/33434 (inlining miscompilation)Jan Hubicka2007-11-291-0/+8
* tree-ssa-live.c (remove_unused_scope_block_p): Drop declarations and blocks o...Alexandre Oliva2007-11-261-0/+2
* tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2007-11-251-1/+1
* PR debug/29436, c/32326Jason Merrill2007-11-191-16/+1
* re PR middle-end/34018 (ICE: verify_stmts failed)Jakub Jelinek2007-11-101-3/+10
* re PR tree-optimization/33458 (ICE "PHI def is not a GIMPLE value")Jakub Jelinek2007-11-061-0/+11
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-0/+2
* re PR tree-optimization/33735 (verify_stmts failed: missing PHI def)Alexandre Oliva2007-10-151-2/+1
* re PR middle-end/33706 (gcc_assert failure in verify_eh_edges)Alexandre Oliva2007-10-151-3/+12
* re PR tree-optimization/33572 (wrong code with -O)Alexandre Oliva2007-10-091-1/+2
* re PR tree-optimization/33572 (wrong code with -O)Alexandre Oliva2007-10-061-70/+49
* tree-inline.h (eni_weights): Add field target_builtin_cost to reflect the cos...Pranav Bhandarkar2007-09-241-1/+8
* tree-inline.c (remap_type_1): Correctly chain variants.Eric Botcazou2007-09-221-1/+1
* builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.Jakub Jelinek2007-09-111-0/+27
* builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek2007-09-051-1/+52
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-21/+0
* tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2007-08-281-14/+0
* Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther2007-08-241-14/+36
* tree-inline.c (inlinable_function_p): Restore disregarding inline limits for ...Richard Guenther2007-08-221-0/+5
* c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther2007-08-201-0/+9
* langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther2007-08-201-5/+4
* re PR tree-optimization/30564 (ice for legal code with -O3)Andrew Pinski2007-08-201-6/+9
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+3
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR the same as NOP_EXPR.Richard Guenther2007-07-041-2/+1