summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/40323 (compiling just takes forever and doesn't reall...Martin Jambor2009-06-031-0/+2
* tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor2009-05-201-0/+18
* ipa-prop.c (ipa_check_stmt_modifications): Removed.Martin Jambor2009-05-181-53/+25
* cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka2009-05-081-1/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor2009-03-301-14/+15
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* cgraph.c (cgraph_free_edge): Use sizeof(*e).Martin Jambor2008-09-231-4/+2
* ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.Martin Jambor2008-09-181-23/+68
* re PR middle-end/37448 (cannot compile big function)Jan Hubicka2008-09-181-4/+4
* ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor2008-09-111-63/+72
* re PR other/37419 (mpfr related memory corruption)Jakub Jelinek2008-09-091-8/+9
* cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka2008-08-291-39/+14
* tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka2008-08-291-0/+4
* tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka2008-08-231-26/+8
* cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka2008-08-211-0/+4
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-123/+107
* re PR tree-optimization/36926 (Revision 138092 breaks building of xalancbmk)Martin Jambor2008-07-251-1/+1
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-1/+1
* ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor2008-07-231-154/+873
* ipa-cp.c (ipcp_print_all_lattices): New variable info...Martin Jambor2008-07-171-3/+17
* ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead o...Martin Jambor2008-07-081-49/+172
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-1/+1
* ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg instead of...Martin Jambor2008-04-301-350/+129
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-2/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-26/+17
* ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA.Razya Ladelsky2007-01-281-8/+32
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type checking.Razya Ladelsky2005-11-131-41/+10
* crtfastmath.c, [...]: Update FSF address.Kelley Cook2005-08-171-2/+2
* Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2005-08-061-1/+1
* ipa-cp.c: New file.Razya Ladelsky2005-08-011-0/+676