aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Allow constant global VAR_DECLs in constant jump functionsMartin Jambor1-1/+4
2016-05-18Const parameters are always unmodifiedMartin Jambor1-0/+5
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor1-21/+158
2016-05-18Respect --param ipa-max-agg-items=0Martin Jambor1-0/+3
2016-03-29re PR middle-end/70424 (Pointer derived from integer gets reduced alignment)Richard Biener1-2/+2
2016-01-22ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.Kugan Vivekanandarajah1-3/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do not speculate to...Jan Hubicka1-4/+8
2015-12-11Add an asssert and testcase for PR 68064Martin Jambor1-0/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-5/+6
2015-11-09Fix memory leaks in IPA.Martin Liska1-5/+15
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-8/+22
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+11
2015-10-20Correctly fill up cgraph_node::local.versionable flag.Martin Liska1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-27/+27
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-1/+1
2015-07-16re PR ipa/66896 (ipa-prop.c:2479 runtime error: member call on null pointer o...Martin Liska1-4/+8
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-16Give struct param_aa_atatus and struct func_body_info an ipa_ prefix.Martin Jambor1-32/+33
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+0
2015-07-15Limit AA walking when inlining analysis examines parametersPaolo Bonzini1-74/+11
2015-07-13Fix double word typos.Aldy Hernandez1-2/+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-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
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-06-01Change use to type-based pool allocator in ipa-prop.cMartin Liska1-12/+8
2015-06-01Change use to type-based pool allocator in ipa-prop.c.Martin Liska1-16/+7
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-12re PR middle-end/65743 (LTO+FDO build of Firefox crashes at startup)Jan Hubicka1-3/+23
2015-03-30re PR ipa/65610 (Compare debug failure with -g3 -fsanitize=undefined -fno-san...Jakub Jelinek1-12/+2
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-2/+2
2015-02-13re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)Jan Hubicka1-9/+15
2015-02-04ipa-prop.c (update_indirect_edges_after_inlining): By more careful about not ...Jan Hubicka1-1/+2
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka1-3/+18
2015-01-18re PR ipa/64378 (ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 ...Jan Hubicka1-1/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+14
2015-01-12re PR ipa/63470 (internal compiler error: in estimate_edge_growth, at ipa-inl...Jan Hubicka1-6/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-67/+36
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-17/+17
2014-12-05re PR ipa/64192 (r218369 causes some regressions with -m32.)Martin Jambor1-2/+3
2014-12-04PR jit/63854: Fix leak of ipa hooksDavid Malcolm1-1/+2
2014-12-04ipa-prop.h (ipa_alignment): New type.Martin Jambor1-44/+221
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-25re PR ipa/64059 (ICE: Segmentation fault in ipa-polymorphic-call.c:1593)Markus Trippelsdorf1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-15/+18