aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-29tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-3/+1
2008-11-03re PR middle-end/37858 (ICE when "-fdump-ipa-all -dv" is used)Jakub Jelinek1-0/+1
2008-09-06re PR tree-optimization/14703 (Inadequate optimization of inline templated fu...Jan Hubicka1-0/+1
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+1
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka1-0/+1
2008-08-26[multiple changes]Vladimir Makarov1-0/+1
2008-08-20passes.c (init_optimization_passes): Move the second forwprop pass before ali...Richard Guenther1-9/+1
2008-08-19passes.c (init_optimization_passes): Exchange store-ccp with a ccp pass.Richard Guenther1-1/+1
2008-08-18passes.c (init_optimization_passes): Remove cleanup_cfg1, sdse1 and addressab...Richard Guenther1-17/+18
2008-08-13re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther1-1/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-7/+7
2008-08-01tree-pass.h: Added comment about not dumping passes with name starting with s...Basile Starynkevitch1-1/+1
2008-07-31passes.c (init_optimization_passes): Always call pass_early_warn_uninitialized.Richard Guenther1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-15/+7
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-9/+2
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-8/+10
2008-07-01Makefile.in (tree-switch-conversion.o): Add.Martin Jambor1-0/+1
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-4/+4
2008-06-06* passes.c (execute_ipa_pass_list): Do not regenerate summaries.Jan Hubicka1-2/+0
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-06-04tree-call-cdce.c: New file.Xinliang David Li1-0/+8
2008-05-23omp-low.c (gate_expand_omp_ssa): Remove.Aldy Hernandez1-1/+0
2008-05-15cgraph.h (compute_inline_parameters): Made public.Kenneth Zadeck1-9/+9
2008-05-15tree-pass.h (current_pass): Declare.Richard Guenther1-4/+38
2008-05-09invoke.texi (-fdump-tree-salias): Remove documentation.Richard Guenther1-4/+2
2008-05-06re PR tree-optimization/36118 ([4.4 Regressions] inline-related regressions)Jan Hubicka1-1/+1
2008-05-05tree-pass.h (pass_O0_always_inline): Declare.Jan Hubicka1-0/+1
2008-05-02re PR tree-optimization/36100 (always_inline attribute is broken at -O0)Jan Hubicka1-2/+6
2008-05-01tree-pass.h (opt_pass): Add IPA_PASS.Jan Hubicka1-41/+162
2008-04-27re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen...Richard Guenther1-0/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-5/+5
2008-04-22re PR middle-end/36003 (pass_fast_rtl_byte_dce is disabled currently because ...Kenneth Zadeck1-1/+0
2008-04-21dbgcnt.def (ra_byte_scan): Added.Richard Sandiford1-0/+1
2008-04-05tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument.Jan Hubicka1-18/+37
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-35/+39
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-0/+1
2008-01-22re PR tree-optimization/33092 (Using -O1 -fno-tree-salias results in ICE)Manuel López-Ibáñez1-0/+4
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