summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2012-08-131-14/+10
* Makefile.in (OBJS): Remove matrix-reorg.o.Richard Guenther2012-08-101-1/+0
* Add free inline summary pass after pass_early_local_passes H.J. Lu2012-08-021-0/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-3/+0
* basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher2012-07-201-5/+1
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-5/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt2012-06-261-0/+1
* passes.c (init_optimization_passes): Remove pass_call_cdce from its current p...Easwaran Raman2012-06-151-1/+1
* re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson2012-06-091-1/+2
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-20/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+0
* tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther2012-05-111-5/+6
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-2/+2
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-0/+1
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-6/+11
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-1/+1
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-1/+1
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-13/+9
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-14/+14
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-0/+101
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther2012-03-211-4/+0
* tree-pass.h (pass_rtl_eh): Remove.Richard Guenther2012-03-201-1/+0
* re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther2012-02-241-3/+6
* re PR translation/52211 (Typo in translatable string: "-fdisble" ("-fdisable"))Richard Guenther2012-02-131-1/+1
* passes.c (register_one_dump_file): Free full_name.Jakub Jelinek2012-01-021-1/+2
* tree-pass.h (pass_reload): Declare.Bernd Schmidt2011-12-221-0/+1
* re PR target/50038 (redundant zero extensions)Enkovich Ilya2011-12-211-1/+1
* 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