aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-2/+1
2015-04-17Set PROP_gimple_lva for functions without IFN_VA_ARGTom de Vries1-0/+8
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-5/+6
2015-03-10re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-1/+3
2015-01-16re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+10
2015-01-14re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)Richard Biener1-3/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10