aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-27invoke.texi: Update copyright years.Andrey Belevantsev1-1/+1
2012-01-25tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d...Andrey Belevantsev1-2/+11
2011-12-01re PR tree-optimization/51246 (ICE in replace_ref_with, at tree-predcom.c:1309)Jakub Jelinek1-1/+13
2011-09-25tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen1-1/+1
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-5/+6
2011-07-29re PR middle-end/49893 (-O3 generates wrong code for volatile)Richard Guenther1-0/+1
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-1/+1
2011-02-11re PR target/47665 (ICE in trunc_int_for_mode)Jakub Jelinek1-1/+3
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-1/+5
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-2/+1
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-4/+1
2010-09-03Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop1-4/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-31/+31
2010-07-05double-int.h (double_int_sub): Declare.Richard Biener1-3/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-4/+6
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-13/+3
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-01-23tree-predcom.c (combine_chains): Return NULL, not false.Toon Moene1-1/+1
2010-01-20sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek1-6/+0
2010-01-19re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-4/+20
2009-11-25Remove trailing white spaces.H.J. Lu1-25/+25
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-4/+4
2009-06-13re PR tree-optimization/40421 (Revision 148352 failed 416.gamess in SPEC CPU ...Richard Guenther1-38/+2
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-5/+5
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-57/+5
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-03re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)Tomas Bily1-4/+2
2008-09-15tree-predcom.c (filter_suitable_components): Free all refs in act->refs vecto...Jakub Jelinek1-1/+9
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-3/+4
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-10/+10
2008-07-30re PR tree-optimization/36967 (segfault in is_gimple_real_type with -fpredict...Richard Guenther1-2/+3