aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni1-293/+18
2016-10-03ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between call...Prathamesh Kulkarni1-1/+1
2016-09-23Drop TREE_OVERFLOWKugan Vivekanandarajah1-0/+2
2016-09-23ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.Jakub Jelinek1-3/+1
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+243
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-09-02ipa-cp.c (ipcp_store_bits_results): Change option name from -fipa-cp-bit to -...Prathamesh Kulkarni1-1/+1
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni1-0/+384
2016-07-22ipa-cp.c (determine_versionability): Do not create constprop clones, when tar...Evgeny Stupachenko1-0/+7
2016-05-23[PR 71234] Avoid valgrind warning in ipa-cpMartin Jambor1-1/+2
2016-05-18Allow constant global VAR_DECLs in constant jump functionsMartin Jambor1-1/+2
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor1-9/+17
2016-01-11[PR ipa/69044] Do not clone for param removal when not possibleMartin Jambor1-1/+2
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-6/+17
2015-12-14[PR 66616] Check for thunks when adding extra constants to clonesMartin Jambor1-6/+19
2015-12-10ipa-cp.c (ipcp_cloning_candidate_p): Use node->optimize_for_size_p.Jan Hubicka1-12/+18
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+2
2015-10-20Correctly fill up cgraph_node::local.versionable flag.Martin Liska1-9/+6
2015-10-08Fix Solaris bootstrapMartin Jambor1-2/+2
2015-10-05IPA-CP Alignment lattice cleanupMartin Jambor1-65/+177
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-4/+4
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-4/+4
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-7/+2
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-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01Change use to type-based pool allocator in ipa-prop.cMartin Liska1-20/+17
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2
2015-04-13ipa-cp.c (ipcp_driver): Relase prev_edge.Jan Hubicka1-0/+1
2015-04-06ipa-cp (set_single_call_flag): Remove too restrictive assert.Ilya Enkovich1-1/+0
2015-03-29re PR ipa/65478 (crafty performance regression)Martin Jambor1-8/+81
2015-02-19re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)Martin Jambor1-3/+2
2015-02-17Add -fipa-cp-alignmentH.J. Lu1-0/+9
2015-02-10re PR ipa/64978 (ICE: in ipcp_verify_propagated_values, at ipa-cp.c:1060)Jan Hubicka1-5/+2
2015-02-05ipa-cp.c (ipa_value_from_jfunc, [...]): Add bounds check.Jan Hubicka1-2/+4
2015-01-18re PR ipa/64378 (ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 ...Jan Hubicka1-2/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-4/+4
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-2/+2
2014-12-05cgraph.h (cgraph_node): New method expand_all_artificial_thunks.Martin Jambor1-1/+2
2014-12-04ipa-prop.h (ipa_alignment): New type.Martin Jambor1-2/+167