summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2013-03-211-1/+2
* tree-inline.c (copy_tree_body_r): Sync MEM_REF code with remap_gimple_op_r.Richard Biener2013-03-201-15/+15
* tree-inline.c (expand_call_inline): Do not associate a BLOCK with the locatio...Richard Biener2013-03-081-1/+1
* re PR lto/56515 (location references block not in block tree, verify_gimple f...Richard Biener2013-03-051-27/+52
* tree-inline.c (remap_gimple_stmt): Do not assing a BLOCK to a stmt that didn'...Richard Biener2013-01-281-17/+7
* tree-inline.c (tree_function_versioning): Remove set but never used variable.Richard Biener2013-01-161-8/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR debug/55665 (Missing DW_TAG_lexical_block PC range)Jakub Jelinek2012-12-131-4/+4
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-51/+50
* gimple.h (gimple_store_p): New predicate.Richard Biener2012-10-301-5/+5
* 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