vect.exp: Add new stanza for aligned-section-anchors-* tests.
[gcc.git] / gcc / passes.c
2009-07-31 Sebastian PopNew implementation of Graphite.
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-07 Duncan SandsGive names to some currently nameless passes (this
2009-07-03 Jan Hubickaloop-24.c: Update dump file matching; enable -O2.
2009-06-27 Paolo Bonzinipasses.c (execute_one_pass): Fix unintentional commit.
2009-06-27 Paolo Bonzinidomwalk.h (struct dom_walk_data): Remove all callbacks...
2009-06-18 Sergei Dyshelsee removal
2009-06-14 Andreas Krebbelpasses.c: Add bswap pass.
2009-06-10 Revital EresReschedule predictive-commoning pass
2009-06-08 Jan Hubickare PR middle-end/39834 (verify_cgraph_node failed with...
2009-05-25 Richard Guenthertree-ssa-alias.h (dump_points_to_solution): Declare.
2009-05-24 Ira Rosenpasses.texi (Tree-SSA passes): Document SLP pass.
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-11 Richard Guentherpasses.c (init_optimization_passes): Strip now incorrec...
2009-05-08 Jan Hubickacgraphbuild.c (compute_call_stmt_bb_frequency): Accept...
2009-04-27 Steven Bosscherdbgcnt.def (cprop1, [...]): Remove
2009-04-26 Michael Matztree-pass.h (pass_del_ssa, [...]): Remove decls.
2009-04-26 Michael MatzExpand from SSA.
2009-04-17 Ian Lance Taylordf.h: Include "timevar.h".
2009-04-14 Diego Novillo[multiple changes]
2009-04-08 Jan Hubickatree-eh.c (cleanup_eh): When not optimizing, do not...
2009-04-03 Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-04-02 Jan Hubickapasses.c (init_optimization_passes): Remove two copies...
2009-03-31 Ramana Radhakrishnancommon.opt (frtl-abstract-sequences): Delete.
2009-03-30 Martin Jamboripa-prop.h (jump_func_type): Rename IPA_UNKNOWN...
2009-03-30 Paolo Bonzinibb-reorder.c (partition_hot_cold_basic_blocks): Do...
2009-03-29 Jan Hubickare PR tree-optimization/28850 (missed call -> jmp trans...
2009-03-28 Jan Hubickaattr-noinline.c: Avoid pure-const optimization.
2009-03-28 Jan Hubickatree-pass.h (pass_fixup_cfg): New pass.
2009-03-28 Jan Hubickacgraph.c (dump_cgraph_node): Add replace output flag...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-29 Vladimir Makarovtm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-11-03 Jakub Jelinekre PR middle-end/37858 (ICE when "-fdump-ipa-all -dv...
2008-09-06 Jan Hubickare PR tree-optimization/14703 (Inadequate optimization...
2008-09-02 Sebastian Popbackport: configure: Regenerate.
2008-08-29 Jan Hubickacp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE...
2008-08-26 Vladimir Makarov[multiple changes]
2008-08-20 Richard Guentherpasses.c (init_optimization_passes): Move the second...
2008-08-19 Richard Guentherpasses.c (init_optimization_passes): Exchange store...
2008-08-18 Richard Guentherpasses.c (init_optimization_passes): Remove cleanup_cfg...
2008-08-13 Richard Guentherre PR tree-optimization/15255 ([tree-ssa] a * 2 + a...
2008-08-06 Kaveh R. Ghazibuiltins.c (expand_builtin_profile_func): Avoid C+...
2008-08-01 Basile Starynkevitchtree-pass.h: Added comment about not dumping passes...
2008-07-31 Richard Guentherpasses.c (init_optimization_passes): Always call pass_e...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-25 Jan Hubickacgraphbuild.c (record_reference): Drop non-unit-at...
2008-07-20 Jan Hubickacgraph.c (cgraph_add_new_function): Do early local...
2008-07-01 Martin JamborMakefile.in (tree-switch-conversion.o): Add.
2008-06-26 Kaveh R. Ghazidriver-i386.c (detect_caches_amd, [...]): Fix -Wc+...
2008-06-06 Jan Hubicka* passes.c (execute_ipa_pass_list): Do not regenerate...
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-06-04 Xinliang David Litree-call-cdce.c: New file.
2008-05-23 Aldy Hernandezomp-low.c (gate_expand_omp_ssa): Remove.
2008-05-15 Kenneth Zadeckcgraph.h (compute_inline_parameters): Made public.
2008-05-15 Richard Guenthertree-pass.h (current_pass): Declare.
2008-05-09 Richard Guentherinvoke.texi (-fdump-tree-salias): Remove documentation.
2008-05-06 Jan Hubickare PR tree-optimization/36118 ([4.4 Regressions] inline...
2008-05-05 Jan Hubickatree-pass.h (pass_O0_always_inline): Declare.
2008-05-02 Jan Hubickare PR tree-optimization/36100 (always_inline attribute...
2008-05-01 Jan Hubickatree-pass.h (opt_pass): Add IPA_PASS.
2008-04-27 Richard Guentherre PR tree-optimization/18754 (unrolling happens too...
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-22 Kenneth Zadeckre PR middle-end/36003 (pass_fast_rtl_byte_dce is disab...
2008-04-21 Richard Sandiforddbgcnt.def (ra_byte_scan): Added.
2008-04-05 Jan Hubickatree-dump.c (dump_enable_all): Remove prototype; do...
2008-03-19 Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2008-02-28 Sebastian Popinvoke.texi: Document -ftree-loop-distribution.
2008-01-22 Manuel López-Ibáñezre PR tree-optimization/33092 (Using -O1 -fno-tree...
2007-10-29 Richard Guentherpasses.c (init_optimization_passes): Exchange store_cop...
2007-10-24 Olga Golovanevskyipa-type-escape.h: Expose function is_array_access_thro...
2007-10-03 Jason Merrillre PR c++/15764 (no cleanup if temporary's dtor termina...
2007-09-15 Zdenek Dvoraktree-parloops.c: New file.
2007-09-11 Jan Hubickadecl.c (java_expand_body): Kill.
2007-09-10 Robert Kiddbb-reorder.c (rest_of_handler_reorder_blocks): Removed...
2007-09-10 Michael Matztree-pass.h (pass_cselim): Declare new pass.
2007-09-07 Jan Hubickapasses.c (init_optimization_passes): Add simple dce...
2007-09-07 Zdenek Dvorakcgraphbuild.c (rebuild_cgraph_edges): Export.
2007-09-05 Jan Hubickaregrename.c (pass_regrename, [...]): Add RTL sharing...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-08-28 Jakub Jelinekre PR middle-end/32370 (Segfault after rejecting bogus...
2007-08-14 Daniel Berlintree-pass.h (PROP_pta): Removed.
2007-08-10 Kaveh R. Ghazisystem.h (CONST_CAST): New.
2007-08-05 Paolo Bonziniconfigure.ac: Remove --enable-checking=df from default...
2007-08-01 Zdenek Dvoraktree-ssa-threadupdate.c (thread_through_all_blocks...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-11 Kenneth Zadecktoplev.c (no_new_pseudos): Deleted.
2007-07-05 Paolo Bonzinifunction.c (match_asm_constraints_1, [...]): New.
2007-06-16 Uros Bizjakre PR middle-end/31723 (Use reciprocal and reciprocal...
2007-06-12 Richard Guentherre PR tree-optimization/15353 ([tree-ssa] Merge two...
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-05-28 Razya Ladelskymatrix-reorg.c: New file.
2007-05-24 Zdenek Dvorakpasses.texi: Document predictive commoning.
2007-05-17 Zdenek Dvoraktree-vrp.c (finalize_jump_threads): Do not care about...
2007-05-12 Steven Bosschergcse.c (gcse_main): Do jump bypassing in CPROP2.
2007-04-28 Jan Hubickaalpha.c (alpha_output_mi_thunk_osf): Use insn_locators_...
2007-04-24 Jan HubickaRevert:
2007-04-23 Jan Hubickafunction.c (init_function_start): Don't init line numbe...
2007-04-18 Richard Guentherre PR tree-optimization/19431 (missed optimization...
2007-03-23 Steven Bosschertracer.c (tracer): Don't take FLAGS argument.
next