aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-29passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.Richard Guenther1-1/+1
2007-10-24ipa-type-escape.h: Expose function is_array_access_through_pointer_and_index.Olga Golovanevsky1-0/+1
2007-10-03re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)Jason Merrill1-0/+1
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-0/+1
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-2/+1
2007-09-10bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac...Robert Kidd1-1/+1
2007-09-10tree-pass.h (pass_cselim): Declare new pass.Michael Matz1-0/+1
2007-09-07passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka1-0/+4
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-0/+1
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+3
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-28re PR middle-end/32370 (Segfault after rejecting bogus assembler)Jakub Jelinek1-1/+1
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin1-19/+8
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-1/+1
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini1-1/+1
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-6/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-1/+0
2007-07-05function.c (match_asm_constraints_1, [...]): New.Paolo Bonzini1-0/+1
2007-06-16re PR middle-end/31723 (Use reciprocal and reciprocal square root with -ffast...Uros Bizjak1-0/+1
2007-06-12re PR tree-optimization/15353 ([tree-ssa] Merge two "if"s if one subsumes the...Richard Guenther1-0/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-5/+61
2007-05-28matrix-reorg.c: New file.Razya Ladelsky1-0/+1
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-0/+2
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-0/+7
2007-05-12gcse.c (gcse_main): Do jump bypassing in CPROP2.Steven Bosscher1-1/+1
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-1/+0
2007-04-24Revert:Jan Hubicka1-0/+1
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-1/+0
2007-04-18re PR tree-optimization/19431 (missed optimization with ifs and deferencing)Richard Guenther1-0/+1
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-1/+1
2007-03-17arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-03-12tree-pass.h (pass_into_cfg_layout_mode, [...]): Declare.Steven Bosscher1-0/+2
2007-03-09loop.texi: Document the Omega linear constraints solver.Sebastian Pop1-0/+1
2007-02-14passes.c (next_pass_1): Clear the next field of the copied pass structure.Zdenek Dvorak1-0/+1
2007-02-14tree-sra.c (early_sra): New.Richard Henderson1-1/+1
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-0/+12
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-1/+20
2007-02-08passes.c (init_optimization_passes): Tidy comment.Diego Novillo1-2/+2
2007-02-04* passes.c (init_optimization_passes): Reindent.Jan Hubicka1-258/+262
2007-02-01lower-subreg.c: New file.Ian Lance Taylor1-1/+4
2007-01-30re PR c/30313 (sizeof of expression including bit-field)Richard Guenther1-0/+3
2007-01-27tree-sra.c (sra_walk_function): Don't rely on aliases being build.Jan Hubicka1-0/+1
2007-01-22passes.c (init_optimization_passes): Do not rerun pass_early_warn_uninitialized.Jan Hubicka1-1/+0
2007-01-22re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther1-0/+1
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-3/+8
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-8/+65
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-0/+14
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-0/+9
2007-01-06tree-pass.h (pass_build_cgraph_edges): Declare.Jan Hubicka1-0/+1