summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Change use to type-based pool allocator in ipa-prop.cMartin Liska2015-06-011-12/+8
* Change use to type-based pool allocator in ipa-prop.c.Martin Liska2015-06-011-16/+7
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-1/+1
* re PR middle-end/65743 (LTO+FDO build of Firefox crashes at startup)Jan Hubicka2015-04-121-3/+23
* re PR ipa/65610 (Compare debug failure with -g3 -fsanitize=undefined -fno-san...Jakub Jelinek2015-03-301-12/+2
* passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek2015-02-261-2/+2
* re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)Jan Hubicka2015-02-131-9/+15
* ipa-prop.c (update_indirect_edges_after_inlining): By more careful about not ...Jan Hubicka2015-02-041-1/+2
* re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka2015-02-041-3/+18
* re PR ipa/64378 (ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 ...Jan Hubicka2015-01-181-1/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+14
* re PR ipa/63470 (internal compiler error: in estimate_edge_growth, at ipa-inl...Jan Hubicka2015-01-121-6/+15
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-67/+36
* PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm2014-12-081-17/+17
* re PR ipa/64192 (r218369 causes some regressions with -m32.)Martin Jambor2014-12-051-2/+3
* PR jit/63854: Fix leak of ipa hooksDavid Malcolm2014-12-041-1/+2
* ipa-prop.h (ipa_alignment): New type.Martin Jambor2014-12-041-44/+221
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* re PR ipa/64059 (ICE: Segmentation fault in ipa-polymorphic-call.c:1593)Markus Trippelsdorf2014-11-251-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-15/+18
* ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka2014-11-181-8/+7
* ipa-prop.h (jump_func_type): Removed value IPA_JF_KNOWN_TYPE.Martin Jambor2014-11-141-326/+25
* ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...Martin Jambor2014-11-141-95/+68
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+5
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive sanity check.Jan Hubicka2014-10-051-1/+0
* ipa-polymorphic-call.c (possible_placement_new): Fix condition on size.Jan Hubicka2014-10-051-4/+5
* ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka2014-10-051-18/+64
* devirt-46.C: New testcase.Jan Hubicka2014-10-041-2/+3
* cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka2014-10-031-3/+4
* cgraph.h (ipa_polymorphic_call_context): Turn bools into bitfields...Jan Hubicka2014-10-031-3/+3
* ipa-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE when speculation ...Jan Hubicka2014-10-021-38/+190
* ipa-prop.c (ipa_modify_formal_parameters): Do not merge type variants.Jan Hubicka2014-10-021-15/+0
* ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.Jan Hubicka2014-09-261-30/+0
* cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka2014-09-251-45/+19
* ipa-utils.h (polymorphic_call_context): Add metdhos dump, debug and clear_out...Jan Hubicka2014-09-241-1/+2
* ipa-prop.c (ipa_edge_duplication_hook): Update controlled_use_count when dupl...Martin Jambor2014-09-241-0/+15
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-5/+5
* ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka2014-09-201-11/+8
* re PR lto/63166 (ICE (LTO): ipa_intraprocedural_devirtualization, at ipa-prop...Jan Hubicka2014-09-101-2/+2
* IPA C++ refactoring 4/NMartin Liska2014-08-251-14/+16
* ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka2014-08-161-3/+3
* lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener2014-08-081-6/+4
* ipa-devirt.c: Include gimple-pretty-print.hJan Hubicka2014-08-071-1/+36
* IPA ICF pass 1/NMartin Liska2014-08-011-1/+1
* cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka2014-07-291-0/+8
* IPA C++ refactoring 1/NMartin Liska2014-07-241-27/+29