summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* tree-inline.c (expand_call_inline): Move VAR_DECLs with PARM_DECL origins fro...Jakub Jelinek2012-10-051-1/+23
* re PR debug/54519 (Debug info quality regression due to (pointless) partial i...Jakub Jelinek2012-10-051-0/+25
* re PR c/33763 (Bogus inlining failed in call to `xxx': redefined extern inlin...Jan Hubicka2012-10-051-0/+6
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-9/+2
* Integrate lexical block into source_location.Dehao Chen2012-09-191-16/+35
* re PR tree-optimization/54494 (Missing store to volatile)Andrew Pinski2012-09-061-0/+1
* tree-vrp.c (find_assert_locations): Skip also edges from the entry block.Jakub Jelinek2012-08-221-0/+1
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-2/+2
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-12/+38
* tree.h (SSA_VAR_P): Simplify.Richard Guenther2012-08-091-2/+2
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-2/+1
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-1/+0
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-15/+10
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-63/+0
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-46/+6
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-1/+1
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-5/+0
* opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher2012-07-231-1/+0
* tree-inline.c (add_local_variables): Remove check_var_ann parameter and dead ...Richard Guenther2012-07-201-10/+4
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-9/+1
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson2012-07-101-0/+2
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-1/+9
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-0/+1
* Add MULT_HIGHPART_EXPRRichard Henderson2012-06-271-0/+1
* revert: tree-inline.c (estimate_num_insns): Estimate call cost for tailcalls ...Richard Guenther2012-06-261-8/+5
* tree-inline.c: (expand_call_inline): Ensure that lexical block's source locat...Dehao Chen2012-06-261-2/+1
* tree-inline.c (estimate_num_insns): Estimate call cost for tailcalls properly.Richard Guenther2012-06-211-5/+8
* re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou2012-06-161-0/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+23
* re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou2012-05-251-0/+9
* tree-flow.h (create_var_ann): Remove.Richard Guenther2012-05-241-12/+10
* tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther2012-05-221-1/+1
* re PR middle-end/53437 (FAIL: gcc.dg/guality/inline-params.c -O0)Richard Guenther2012-05-221-1/+7
* tree-flow.h (mark_symbols_for_renaming): Remove.Richard Guenther2012-05-181-9/+6
* tree-inline.c (insert_init_stmt): Do not call mark_symbols_for_renaming.Richard Guenther2012-05-161-12/+19
* tree-flow.h (referenced_var_check_and_insert): Remove.Richard Guenther2012-05-111-1/+1
* re PR lto/53195 (ICE seg fault in lto (in set_is_used (tp=Unhandled dwarf exp...Richard Biener2012-05-071-0/+11
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-1/+1
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-1/+2
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-1/+1
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-11/+12
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-1/+1
* re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka2012-03-221-2/+2
* re PR tree-optimization/51865 (ICE in insert_vi_for_tree, at tree-ssa-structa...Jakub Jelinek2012-01-161-4/+4
* tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou2012-01-111-5/+17
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson2011-12-231-2/+0
* Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek2011-12-231-2/+0
* re PR middle-end/51644 (va_list vs. warning: ‘noreturn’ function does ret...Jakub Jelinek2011-12-211-0/+3
* Revert two unintended commitsRichard Henderson2011-12-131-0/+2
* Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson2011-12-131-2/+0