aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21* ipa-cp.c (determine_versionability): Fix comment typos.Jan Hubicka1-3/+3
2018-02-21re PR c/84229 (A valid code rejected with -flto)Jan Hubicka1-0/+18
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-02ipa-cp.c (ipcp_lattice<valtype>::print): Update dumping.Jan Hubicka1-7/+4
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-2/+2
2017-11-28[PR 82808] Use proper result types for arithmetic jump functionsPrathamesh Kulkarni1-26/+41
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-12/+3
2017-11-17ipa-cp.c (update_profiling_info): Handle conversion to local profile.Jan Hubicka1-7/+13
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-14/+14
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-3/+4
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-1/+2
2017-06-29re PR ipa/80565 (ICE at -O2 and -O3 in 32-bit mode (not 64-bit) on x86_64-lin...Yury Gribov1-0/+8
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-4/+3
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-68/+80
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-30/+21
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-1/+1
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-8/+8
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-3/+3
2017-05-04ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter; update us...Jan Hubicka1-14/+14
2017-05-03Remove ipa_update_after_lto_readMartin Jambor1-4/+0
2017-04-28ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.Jan Hubicka1-9/+14
2017-04-26ipa-cp.c (estimate_local_effects): Convert sreal to int.Jan Hubicka1-1/+1
2017-04-11Do not create a constprop clone for calls_comdat_local nodes (PR ipa/80212).Martin Liska1-0/+6
2017-04-03Fix numerous typos in commentsJonathan Wakely1-3/+3
2017-03-01[PR 78140] Reuse same IPA bits and VR infoMartin Jambor1-25/+24
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-1/+1
2017-01-09[PR 78365] Prudent type handling in IPA VR-propMartin Jambor1-36/+35
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-15ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.Jakub Jelinek1-204/+200
2016-12-09re PR tree-optimization/78721 (ICE on valid code at -O2 and -O3 on x86_64-lin...Kugan Vivekanandarajah1-1/+1
2016-11-13pr78268.C: New test.Kugan Vivekanandarajah1-8/+33
2016-11-10revert: ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.Kugan Vivekanandarajah1-31/+6
2016-11-09Handle unary pass-through jump functions for ipa-vrpKugan Vivekanandarajah1-6/+31
2016-11-09Fix ice in set_value_rangeKugan Vivekanandarajah1-3/+13
2016-11-06ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.Kugan Vivekanandarajah1-6/+0
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