aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-03re PR tree-optimization/40323 (compiling just takes forever and doesn't reall...Martin Jambor1-0/+2
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor1-0/+18
2009-05-18ipa-prop.c (ipa_check_stmt_modifications): Removed.Martin Jambor1-53/+25
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-2/+2
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-14/+15
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-23cgraph.c (cgraph_free_edge): Use sizeof(*e).Martin Jambor1-4/+2
2008-09-18ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.Martin Jambor1-23/+68
2008-09-18re PR middle-end/37448 (cannot compile big function)Jan Hubicka1-4/+4
2008-09-11ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor1-63/+72
2008-09-09re PR other/37419 (mpfr related memory corruption)Jakub Jelinek1-8/+9
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka1-39/+14
2008-08-29tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka1-0/+4
2008-08-23tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka1-26/+8
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-0/+4
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-123/+107
2008-07-25re PR tree-optimization/36926 (Revision 138092 breaks building of xalancbmk)Martin Jambor1-1/+1
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-1/+1
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-154/+873
2008-07-17ipa-cp.c (ipcp_print_all_lattices): New variable info...Martin Jambor1-3/+17
2008-07-08ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead o...Martin Jambor1-49/+172
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-1/+1
2008-04-30ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg instead of...Martin Jambor1-350/+129
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-2/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-26/+17
2007-01-28ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA.Razya Ladelsky1-8/+32
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2005-11-13ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type checking.Razya Ladelsky1-41/+10
2005-08-17crtfastmath.c, [...]: Update FSF address.Kelley Cook1-2/+2
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-01ipa-cp.c: New file.Razya Ladelsky1-0/+676