aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-11/+12
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-65/+69
2014-06-18common.opt (fssa-phiopt): New option.Richard Biener1-0/+1
2014-06-04re PR tree-optimization/61385 (ICE on valid code at -O2 and -O3 on x86_64-lin...Marc Glisse1-0/+4
2014-05-17re PR tree-optimization/61140 (wrong code at -O1 and above on x86_64-linux-gnu)Marc Glisse1-0/+4
2014-05-08re PR tree-optimization/59100 (requesting optimization of safe rotate function)Marc Glisse1-3/+109
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-4/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-161/+154
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-13/+1
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-13re PR tree-optimization/45685 (missed conditional move opportunity in loop)Jeff Law1-0/+159
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-1/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-13/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-09tree-ssa-phiopts.c (rhs_is_fed_for_value_replacement): New function.Zhenqiang Chen1-10/+114
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-76/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-5/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-25/+23
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-38/+73
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-1/+11
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-16/+24
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-02-13asan.c (create_cond_insert_point): Add create_then_fallthru_edge argument.Jakub Jelinek1-1/+1
2013-02-08re PR tree-optimization/52448 (cselim broken with calls)Michael Matz1-6/+51
2013-01-25re PR middle-end/56098 (conditional write through volatile pointer produces u...Jakub Jelinek1-4/+9
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-33/+35
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
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-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-18/+0