aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-191/+240
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-3/+3
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-2/+0
2008-04-15tree-predcom.c (suitable_reference_p): Return false if the reference can throw.Eric Botcazou1-1/+2
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-1/+10
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-2/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-15[multiple changes]Andrew Pinski1-3/+12
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-1/+1
2007-06-07re PR tree-optimization/32220 (internal compiler error: in eliminate_temp_cop...Zdenek Dvorak1-1/+7
2007-06-04tree-predcom.c (replace_ref_with, [...]): Call build_gimple_modify_stmt inste...Jan Hubicka1-5/+5
2007-06-03re PR tree-optimization/32194 (ice for legal code with -O3 with complex in loop)Zdenek Dvorak1-0/+7
2007-05-31re PR tree-optimization/32160 (ICE with -O3 in verify_ssa)Zdenek Dvorak1-6/+22