aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-20tree-ssa-dom.c (hashable_expr_equal_p): Also compare the EH region of calls t...Eric Botcazou1-0/+8
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-6/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-76/+76
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+2
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-02-26re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivo...Bin Cheng1-2/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+23
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-36/+2
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-3/+3
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-1/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-7/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law1-0/+1
2013-09-20* tree-ssa-dom.c (record_temporary_equivalences): Add comment.Jeff Law1-0/+4
2013-09-19tree-ssa-dom.c (record_temporary_equivalences): New function split out of dom...Jeff Law1-70/+46
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-41/+30
2013-09-17pr58387.c: New test.Jeff Law1-1/+25
2013-09-13Revert " * tree-ssa-dom.c (cprop_into_successor_phis): Also propagate"Jeff Law1-24/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06tree-ssa-dom.c (cprop_into_successor_phis): Also propagate edge implied equiv...Jeff Law1-0/+24
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-40/+76
2013-05-28re PR tree-optimization/57411 (ICE: verify_ssa failed: definition in block 4 ...Richard Biener1-1/+16
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-74/+94
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+0
2013-04-03re PR tree-optimization/56799 (Runfail after r197060+r197082.)Jeff Law1-2/+8
2013-03-25tree-ssa-dom.c (record_equivalences_from_incoming_edge): Add missing check fo...Jeff Law1-1/+2
2013-03-25tree-ssa-dom.c (record_equivalences_from_incoming_edge): Rework slightly to a...Jeff Law1-13/+12
2013-03-20tree-ssa-dom.c (record_equivalences_from_incoming_edge): Record addititional ...Jeff Law1-0/+27
2013-01-29re PR rtl-optimization/55270 (ICE in get_loop_body, at cfgloop.c:823)Richard Biener1-1/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-44/+33
2012-11-16re PR tree-optimization/55329 (ICE: internal compiler error: in operator[], a...Jakub Jelinek1-10/+14
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+3
2012-08-21tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...Richard Guenther1-10/+19
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+6
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+1
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-18/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0