summaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in wide-int.Kenneth Zadeck2014-05-061-20/+20
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+4
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* re PR tree-optimization/59745 (internal compiler error: tree check: expected ...Jakub Jelinek2014-01-101-0/+1
* re PR tree-optimization/59643 (Predictive commoning unnecessarily punts on sc...Jakub Jelinek2014-01-071-4/+31
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-0/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* add auto_vecTrevor Saunders2013-11-221-6/+2
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* re PR tree-optimization/57517 (internal compiler error: in eliminate_temp_cop...Richard Biener2013-11-191-1/+5
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* re PR tree-optimization/59047 (wrong code for bitfields at -O3 on x86_64-linu...Richard Biener2013-11-081-4/+18
* re PR tree-optimization/58653 (wrong code (segfaults) at -O3 on x86_64-linux-...Richard Biener2013-11-061-88/+23
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-4/+2
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+8
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+57
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-136/+132
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-9/+8
* tree-vect-loop.c (vect_transform_loop): Initialize check_profitability to false.Jakub Jelinek2012-08-221-0/+2
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-1/+1
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-2/+0
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-2/+2
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-9/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-4/+0
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-32/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-4/+4
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-4/+4
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR debug/53174 (ICE in expand_debug_expr, verify_ssa failed)Jakub Jelinek2012-05-031-0/+2
* invoke.texi: Update copyright years.Andrey Belevantsev2012-01-271-1/+1
* tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d...Andrey Belevantsev2012-01-251-2/+11
* re PR tree-optimization/51246 (ICE in replace_ref_with, at tree-predcom.c:1309)Jakub Jelinek2011-12-011-1/+13
* tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen2011-09-251-1/+1
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-5/+6
* re PR middle-end/49893 (-O3 generates wrong code for volatile)Richard Guenther2011-07-291-0/+1
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-1/+1
* re PR target/47665 (ICE in trunc_int_for_mode)Jakub Jelinek2011-02-111-1/+3
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-1/+5
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-2/+1