aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24IPA C++ refactoring 1/NMartin Liska1-38/+36
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-07-01IPA REF alias refactoringMartin Liska1-13/+10
2014-06-25IPA REF refactoringMartin Liska1-9/+7
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-26/+26
2014-05-21re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2)Jan Hubicka1-4/+9
2014-04-18ipa-inline.h (INLINE_HINT_known_hot): New hint.Jan Hubicka1-3/+8
2014-04-18ipa-inline.c (spec_rem): New static variable.Jan Hubicka1-3/+135
2014-04-17ipa-inline.c (inline_small_functions): Account only non-cold functions.Jan Hubicka1-1/+4
2014-04-17pass cfun to pass::executeTrevor Saunders1-32/+33
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-04re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-1/+1
2014-03-28re PR ipa/60243 (IPA is slow on large cgraph tree)Jan Hubicka1-48/+41
2014-03-27* ipa-inline.c (early_inliner): Update node's inline info.Dehao Chen1-0/+2
2014-03-26re PR ipa/60315 (template constructor switch optimization)Jan Hubicka1-1/+1
2014-02-20re PR middle-end/58555 (Floating point exception in want_inline_self_recursiv...Jan Hubicka1-1/+7
2014-02-07* ipa-inline.c (inline_small_functions): Fix typos.Jeff Law1-7/+8
2014-02-05re PR sanitizer/59600 (no_sanitize_address mishandled when function is inlined)Yury Gribov1-1/+25
2014-01-27* ipa-inline.c (inline_small_functions): Fix typo.Jeff Law1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+6
2013-12-17ipa-inline.c (gate_ipa_inline): Remove.Aldy Hernandez1-15/+1
2013-12-02Add missed pointer de-referenceYuri Rumyantsev1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22add auto_vecTrevor Saunders1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-34/+34
2013-11-13re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at...Teresa Johnson1-1/+1
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-1/+3
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-84/+84
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+3
2013-10-21ipa-inline.c (edge_badness): Cap edge->count at max_count for badness calcula...Paulo Matos1-6/+8
2013-10-10ipa-inline.c:ipa_inline: Fix leak of "order" when optimizations are disabled.David Malcolm1-2/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-15/+15
2013-09-17re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)Jan Hubicka1-1/+2
2013-09-13re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-17/+15
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-34/+69
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-5/+11
2013-08-28ipa-inline.c (edge_badness): Fix integer underflow.Dehao Chen1-5/+24
2013-08-26cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka1-2/+4
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-64/+191
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-0/+16
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-0/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-44/+78
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-1/+1
2013-06-18Emit errors when always_inline functions cannot be inlined in -O0 mode.Sriraman Tallam1-1/+9
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-2/+2
2013-06-04attr-alias.c: New testcase.Jan Hubicka1-2/+1