summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
...
* * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.jsm282010-11-291-10/+0
* * tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.matz2010-11-261-1/+0
* * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,matz2010-11-171-1/+5
* * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Startjsm282010-11-101-1/+1
* 2010-11-04 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>rguenth2010-11-041-1/+1
* * basic-block.h (single_succ_edge): Use gcc_checking_assert.froydnj2010-10-211-3/+1
* 2010-10-05 Richard Guenther <rguenther@suse.de>rguenth2010-10-051-8/+1
* * tree-flow.h (execute_update_addresses_taken): Adjust.ebotcazou2010-09-231-5/+3
* 2010-09-22 Richard Guenther <rguenther@suse.de>rguenth2010-09-221-1/+0
* 2010-09-22 Richard Guenther <rguenther@suse.de>rguenth2010-09-221-1/+0
* 2010-09-07 Richard Guenther <rguenther@suse.de>rguenth2010-09-071-0/+4
* * passes.c (rest_of_decl_compilation): Do not add local vars into varpol.hubicka2010-09-031-1/+2
* * tree-pass.h (pass_ipa_cdtor_merge): New function.hubicka2010-08-211-0/+1
* * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.hubicka2010-08-211-0/+17
* Schedule a copy_prop pass before graphite.spop2010-08-111-2/+5
* PR target/44132rth2010-07-261-0/+1
* * passes.c (rest_of_decl_compilation): Do not callrth2010-07-141-2/+0
* * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it ishubicka2010-06-291-16/+1
* * tree-pass.h (pass_split_functions): Declare.hubicka2010-06-251-0/+4
* * passes.c (execute_function_todo): Move call of statistics_fini_passhubicka2010-06-221-2/+2
* gcc/ada:lauras2010-06-081-2/+2
* * passes.c (init_optimization_passes): Put ipa referencehubicka2010-06-031-1/+1
* * tree-cfg.c (verify_stmt): Do not skip could_throw test.hubicka2010-06-011-12/+0
* * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,hubicka2010-05-301-0/+16
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-3/+5
* * diagnostic-core.h: New. Contents moved from diagnostic.h andjsm282010-05-271-5/+5
* gcc/ChangeLog:steven2010-05-211-1/+0
* * diagnostic.c (FLOAT, FFS): Don't undefine.jsm282010-05-191-2/+0
* * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed.hubicka2010-05-151-1/+1
* * ipa-reference.c: Include toplev.hhubicka2010-05-151-4/+3
* * implicit-zee.c: New file.tmsriram2010-05-121-0/+1
* * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries): Allocatehubicka2010-05-101-0/+5
* 2010-04-30 Richard Guenther <rguenther@suse.de>rguenth2010-04-301-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-291-14/+31
* * doc/invoke.texi (-fipa-profile): Document.hubicka2010-04-271-0/+1
* * cgraph.c (cgraph_create_node): Set node frequency to normal.hubicka2010-04-261-2/+5
* gcc/bernds2010-04-221-0/+1
* * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.hubicka2010-04-211-1/+11
* * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;hubicka2010-04-211-8/+95
* * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.hubicka2010-04-201-2/+0
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.spop2010-04-061-2/+3
* Always execute verify_loop_closed_ssa at LNO level.spop2010-04-061-1/+1
* Fix PR32824.spop2010-04-061-1/+1
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* Add pass_copy_prop after Graphite.spop2010-03-311-0/+1
* If a pass occurs in several pass lists, like pass_cleanup_eh which occurs inbaldrick2010-02-221-35/+41
* 2010-01-13 Richard Guenther <rguenther@suse.de>rguenth2010-01-131-1/+3
* * Makefile.in (PLUGIN_HEADERS): Add more headers.amylaar2009-12-191-0/+5
* IPA passes are bigger than other passes, so more memory needs to be allocatedbaldrick2009-12-111-2/+15
* 2009-12-01 Grigori Fursin <grigori.fursin@inria.fr>amylaar2009-12-011-12/+37