summaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-4/+1
* Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop2010-09-031-4/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-31/+31
* double-int.h (double_int_sub): Declare.Richard Biener2010-07-051-3/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-4/+6
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-13/+3
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* tree-predcom.c (combine_chains): Return NULL, not false.Toon Moene2010-01-231-1/+1
* sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek2010-01-201-6/+0
* re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz2010-01-191-4/+20
* Remove trailing white spaces.H.J. Lu2009-11-251-25/+25
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-4/+4
* re PR tree-optimization/40421 (Revision 148352 failed 416.gamess in SPEC CPU ...Richard Guenther2009-06-131-38/+2
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-5/+5
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-57/+5
* tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak2009-03-041-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)Tomas Bily2008-12-031-4/+2
* tree-predcom.c (filter_suitable_components): Free all refs in act->refs vecto...Jakub Jelinek2008-09-151-1/+9
* parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka2008-08-301-3/+4
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-10/+10
* re PR tree-optimization/36967 (segfault in is_gimple_real_type with -fpredict...Richard Guenther2008-07-301-2/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-191/+240