aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-3/+3
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-1/+32
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-20/+12
2016-09-22re PR tree-optimization/77665 (ICE in expand_GOMP_SIMD_VF, at internal-fn.c:172)Jakub Jelinek1-5/+13
2016-08-04tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before accessing SSA...Kugan Vivekanandarajah1-0/+2
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2016-06-24re PR debug/71642 (ICE: in gen_type_die_with_usage, at dwarf2out.c:22729)Eric Botcazou1-1/+1
2016-06-23* tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.Eric Botcazou1-1/+14
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+4
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka1-1/+1
2016-05-17re PR ipa/71146 (error: __builtin_unreachable or __builtin_trap call with arg...Marek Polacek1-0/+1
2016-05-16* tree-inline.c (expand_call_inline): recurse after inlining thunk.Jan Hubicka1-0/+1
2016-05-10Handle memory leak in tree-inline.c.Martin Liska1-1/+1
2016-05-08cgraph.c (thunk_adjust): Export.Jan Hubicka1-1/+37
2016-05-04tree-inline.c (expand_call_inline): Fix path dealing with making lhs of call ...Jan Hubicka1-1/+6
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-5/+18
2016-04-19gimple-walk.h (struct walk_stmt_info): Add stmt member.Richard Biener1-10/+6
2016-04-04re PR middle-end/70457 (ICE (segfault) in gimple_expand_builtin_pow on powerp...Bill Schmidt1-1/+1
2016-03-29re PR c++/70353 (ICE on __PRETTY_FUNCTION__ in a constexpr function)Jason Merrill1-1/+2
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson1-36/+9
2016-03-05re PR c++/70084 (va_arg ((ap), int) regression on s390*-*)Jakub Jelinek1-1/+6
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-15Avoid extraneous remapping in copy_gimple_seq_and_replace_localsMartin Jambor1-4/+24
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-6/+8
2015-12-18re PR debug/68860 (FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 17 a...Jakub Jelinek1-16/+113
2015-12-10tree-inline.c (duplicate_remap_omp_clause_seq): New function.Martin Jambor1-0/+46
2015-11-21re PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch betwee...Jakub Jelinek1-3/+4
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-4/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-0/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-8/+4
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-3/+12
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-2/+3
2015-09-24[tree-inline][obvious] Delete redundant count_insns_seqKyrylo Tkachov1-15/+2
2015-09-22[PATCH tree-inline] Do not say "called from here" with UNKNOWN_LOCATIONManuel López-Ibáñez1-12/+21
2015-09-20switch from gimple to gimple*Trevor Saunders1-41/+41
2015-07-23gimple-fold.c (fold_gimple_cond): Do not require folding results to pass vali...Richard Biener1-1/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-09re PR tree-optimization/66413 (ICE at -Os and above with -g enabled on x86_64...Richard Biener1-1/+1
2015-06-09Reset inlined debug variables at the end of the inlined functionAlexandre Oliva1-0/+56
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0