summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* re PR lto/50601 (New LTO failures)Richard Guenther2011-12-061-0/+5
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+10
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-1/+1
* common.opt: Add -foptimize-strlen option.Jakub Jelinek2011-09-271-2/+3
* passes.c (init_optimization_passes): Add invariant motion pass after inductio...Andreas Krebbel2011-07-111-0/+1
* dwarf2: Extract cfi creation to a new pass.Richard Henderson2011-07-071-0/+1
* re PR middle-end/49394 (libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.c...Richard Guenther2011-06-271-0/+2
* re PR middle-end/49373 (Many testcase failures)Jan Hubicka2011-06-231-2/+38
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-1/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-25/+33
* re checking -fdump-passesXinliang David Li2011-06-101-6/+123
* Revert r174848,174849Xinliang David Li2011-06-091-100/+6
* -fdump-pass implementationDavid Li2011-06-091-6/+100
* Handle assembler name in -fdisable/enable optionsXinliang David Li2011-06-071-14/+50
* tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva2011-06-061-1/+1
* Better function header dumpDavid Li2011-06-011-15/+2
* New option to disable/enable optimization passes.Xinliang David Li2011-05-301-1/+321
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-8/+7
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-2/+2
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-2/+3
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-3/+5
* tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther2011-03-251-1/+1
* passes.c (init_optimization_passes): Add FRE pass after early SRA.Richard Guenther2011-03-251-0/+1
* re PR target/4828 (can't install gcc for h8300-hms target)Nathan Froyd2011-03-251-1/+1
* function.c (instantiate_virtual_regs): Use FOR_EACH_BB and FOR_BB_INSNS_SAFE ...Nathan Froyd2011-03-241-1/+1
* Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther2011-03-231-2/+0
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-171-6/+1
* Fix PR40979 and PR47044: after LIM call copy_prop and DCE to clean up.Sebastian Pop2011-02-021-1/+1
* Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop2011-01-251-1/+0
* New -fcompare-elim pass.Richard Henderson2011-01-221-0/+1
* re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka2011-01-111-0/+1
* re PR tree-optimization/47234 (ipa-split is executed before profile feedback ...Jan Hubicka2011-01-101-0/+7
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-10/+0
* tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.Michael Matz2010-11-261-1/+0
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-1/+5
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* passes.c (init_optimization_passes): Move veclower after SSA.Artjoms Sinkarovs2010-11-041-1/+1
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther2010-10-051-8/+1
* tree-flow.h (execute_update_addresses_taken): Adjust.Eric Botcazou2010-09-231-5/+3
* tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s...Richard Guenther2010-09-221-1/+0
* tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.Richard Guenther2010-09-221-1/+0
* re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther2010-09-071-0/+4
* passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka2010-09-031-1/+2
* tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka2010-08-211-0/+1
* lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka2010-08-211-0/+17
* Schedule a copy_prop pass before graphite.Sebastian Pop2010-08-111-2/+5
* re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson2010-07-261-0/+1
* passes.c (rest_of_decl_compilation): Do not callRichard Henderson2010-07-141-2/+0
* predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka2010-06-291-16/+1