summaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-3/+3
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-2/+0
* tree-predcom.c (suitable_reference_p): Return false if the reference can throw.Eric Botcazou2008-04-151-1/+2
* cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak2007-09-071-1/+10
* tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak2007-08-011-2/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-1/+1
* [multiple changes]Andrew Pinski2007-06-151-3/+12
* tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak2007-06-101-1/+1
* re PR tree-optimization/32220 (internal compiler error: in eliminate_temp_cop...Zdenek Dvorak2007-06-071-1/+7
* tree-predcom.c (replace_ref_with, [...]): Call build_gimple_modify_stmt inste...Jan Hubicka2007-06-041-5/+5
* re PR tree-optimization/32194 (ice for legal code with -O3 with complex in loop)Zdenek Dvorak2007-06-031-0/+7
* re PR tree-optimization/32160 (ICE with -O3 in verify_ssa)Zdenek Dvorak2007-05-311-6/+22
* tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak2007-05-291-5/+5
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-5/+5
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-0/+2567