aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-5/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-5/+5
2014-11-26re PR tree-optimization/62238 (ICE with LTO on valid code on x86_64-linux-gnu...Richard Biener1-4/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-14/+16
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-20/+20
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-10re PR tree-optimization/59745 (internal compiler error: tree check: expected ...Jakub Jelinek1-0/+1
2014-01-07re PR tree-optimization/59643 (Predictive commoning unnecessarily punts on sc...Jakub Jelinek1-4/+31
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-0/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-22add auto_vecTrevor Saunders1-6/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19re PR tree-optimization/57517 (internal compiler error: in eliminate_temp_cop...Richard Biener1-1/+5
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-08re PR tree-optimization/59047 (wrong code for bitfields at -O3 on x86_64-linu...Richard Biener1-4/+18
2013-11-06re PR tree-optimization/58653 (wrong code (segfaults) at -O3 on x86_64-linux-...Richard Biener1-88/+23
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-4/+2
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+57
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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-136/+132
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-9/+8
2012-08-22tree-vect-loop.c (vect_transform_loop): Initialize check_profitability to false.Jakub Jelinek1-0/+2
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+1
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-2/+0
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-9/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-4/+0
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-32/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-4/+4
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-4/+4
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-03re PR debug/53174 (ICE in expand_debug_expr, verify_ssa failed)Jakub Jelinek1-0/+2