summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-4/+10
* re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther2007-06-231-12/+1
* [multiple changes]Andrew Pinski2007-06-151-0/+1
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-0/+7
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-05-171-0/+3
* alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka2007-04-281-1/+0
* tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak2007-04-261-3/+4
* re PR c++/31598 (g++ does not accept some OpenMP code)Jakub Jelinek2007-04-261-1/+1
* Revert:Jan Hubicka2007-04-241-0/+1
* function.c (init_function_start): Don't init line number info.Jan Hubicka2007-04-231-1/+0
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-04-221-1/+1
* re PR tree-optimization/31526 (ICE in alloc_aux_for_block())Zdenek Dvorak2007-04-101-2/+2
* omp-low.c (splay-tree.h): Include.Richard Guenther2007-03-311-48/+45
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-3/+4
* re PR middle-end/30509 (ice for legal code with -O3)Jan Hubicka2007-02-251-1/+14
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-13/+13
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-8/+16
* tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.Jan Hubicka2007-02-041-0/+71
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-16/+81
* cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka2007-01-161-20/+16
* re PR middle-end/30443 (4.3 internal compiler error: verify_cgraph_node failed)Jan Hubicka2007-01-121-11/+18
* function.c (get_last_funcdef_no): New function.Razya Ladelsky2007-01-101-0/+7
* tree-inline.c (setup_one_parameter): Do not propagate into abnormal PHIs.Jan Hubicka2007-01-101-1/+2
* tree-inline.c (fold_marked_statements): Update operand caches and EH after fo...Jan Hubicka2007-01-051-1/+9
* tree-inline.c (copy_bb): Insert new statements to statements_to_fold set.Jan Hubicka2007-01-041-0/+38
* * tree-inline.c: Fix a comment typo.Kazu Hirata2006-12-301-1/+1
* tree-inline.c (remap_ssa_name): New function.Jan Hubicka2006-12-291-144/+505
* re PR tree-optimization/30140 (inliner produces invalid gimple with promoted ...Andrew Pinski2006-12-151-1/+2
* Makefile.in: Add dependencies.Jan Hubicka2006-12-131-0/+3
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-8/+10
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-32/+39
* re PR tree-optimization/29122 (ICE with -ipa-cp and -m64 (tail calls))Razya Ladelsky2006-11-261-7/+3
* c-tree.texi: Document new tree codes.Ira Rosen2006-11-221-0/+5