summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* Add AutoFDO.Dehao Chen2014-10-211-32/+47
* cfgrtl.h: New.Andrew MacLeod2014-10-201-0/+1
* cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou2014-10-071-12/+5
* IPA C++ refactoring 4/NMartin Liska2014-08-251-29/+28
* cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka2014-08-201-1/+1
* IPA C++ refactoring 1/NMartin Liska2014-07-241-38/+36
* remove has_executeTrevor Saunders2014-07-091-2/+0
* IPA REF alias refactoringMartin Liska2014-07-011-13/+10
* IPA REF refactoringMartin Liska2014-06-251-9/+7
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-26/+26
* re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2)Jan Hubicka2014-05-211-4/+9
* ipa-inline.h (INLINE_HINT_known_hot): New hint.Jan Hubicka2014-04-181-3/+8
* ipa-inline.c (spec_rem): New static variable.Jan Hubicka2014-04-181-3/+135
* ipa-inline.c (inline_small_functions): Account only non-cold functions.Jan Hubicka2014-04-171-1/+4
* pass cfun to pass::executeTrevor Saunders2014-04-171-32/+33
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor2014-04-041-1/+1
* re PR ipa/60243 (IPA is slow on large cgraph tree)Jan Hubicka2014-03-281-48/+41
* * ipa-inline.c (early_inliner): Update node's inline info.Dehao Chen2014-03-271-0/+2
* re PR ipa/60315 (template constructor switch optimization)Jan Hubicka2014-03-261-1/+1
* re PR middle-end/58555 (Floating point exception in want_inline_self_recursiv...Jan Hubicka2014-02-201-1/+7
* * ipa-inline.c (inline_small_functions): Fix typos.Jeff Law2014-02-071-7/+8
* re PR sanitizer/59600 (no_sanitize_address mishandled when function is inlined)Yury Gribov2014-02-051-1/+25
* * ipa-inline.c (inline_small_functions): Fix typo.Jeff Law2014-01-271-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2013-12-231-1/+6
* ipa-inline.c (gate_ipa_inline): Remove.Aldy Hernandez2013-12-171-15/+1
* Add missed pointer de-referenceYuri Rumyantsev2013-12-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* add auto_vecTrevor Saunders2013-11-221-2/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-34/+34
* re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at...Teresa Johnson2013-11-131-1/+1
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2013-10-291-1/+3
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-84/+84
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+3
* ipa-inline.c (edge_badness): Cap edge->count at max_count for badness calcula...Paulo Matos2013-10-211-6/+8
* ipa-inline.c:ipa_inline: Fix leak of "order" when optimizations are disabled.David Malcolm2013-10-101-2/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-15/+15
* re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)Jan Hubicka2013-09-171-1/+2
* re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka2013-09-131-17/+15
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka2013-09-061-34/+69
* cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka2013-08-301-5/+11
* ipa-inline.c (edge_badness): Fix integer underflow.Dehao Chen2013-08-281-5/+24
* cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka2013-08-261-2/+4
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka2013-08-131-64/+191
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-0/+16
* cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka2013-08-081-0/+1