aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-09re PR tree-optimization/58364 (likely wrong code bug)Jakub Jelinek1-1/+8
2013-09-04re PR tree-optimization/57370 (compiler hangs in reassoc)Easwaran Raman1-12/+13
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+38
2013-07-21Fix typos.Mike Stump1-1/+1
2013-05-29re PR tree-optimization/57442 (ICE in appears_later_in_bb, at tree-ssa-reasso...Easwaran Raman1-1/+1
2013-05-28re PR tree-optimization/57337 (416.gamess ICE on x86 after r199048)Easwaran Raman1-1/+30
2013-05-21re PR tree-optimization/57322 (Segfault at -O1 in build_and_add_sum)Easwaran Raman1-1/+5
2013-05-18tree-ssa-reassoc.c (find_insert_point): New function.Easwaran Raman1-20/+147
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-8/+22
2013-04-19re PR tree-optimization/57000 (ICE with -Ofast and -frounding-math)Richard Biener1-1/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-03-07re PR middle-end/56559 (ICE in propagate_op_to_single_use, at tree-ssa-reasso...Jakub Jelinek1-1/+2
2013-02-18re PR tree-optimization/56321 (ICE:segfault in midend for -funsafe-math-optim...Richard Biener1-3/+1
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-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-184/+167
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-3/+3
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-31re PR tree-optimization/19105 (fold does not spot anti-range test)Jakub Jelinek1-30/+627
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-38/+17
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-7/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-06-27re PR tree-optimization/53774 (Reassociator generates non-canonical addition)Richard Guenther1-25/+11
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-18tree-ssa-reassoc.c (bip_map): Remove decl.Bill Schmidt1-178/+104
2012-05-16re PR tree-optimization/53217 (internal compiler error: verify_ssa failed)Bill Schmidt1-3/+67
2012-04-18re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt1-26/+52
2012-04-18re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt1-18/+120
2012-04-16re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt1-3/+30
2012-04-12tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to HOST_WIDE_INT_...Bill Schmidt1-2/+3
2012-04-12re PR tree-optimization/18589 (could optimize FP multiplies better)Bill Schmidt1-10/+523
2011-10-03re PR tree-optimization/50587 (ICE init_range_entry, at tree-ssa-reassoc.c:16...Jakub Jelinek1-0/+2
2011-09-30re PR tree-optimization/46309 (optimization a==3||a==1)Jakub Jelinek1-0/+455
2011-09-06PR middle-end/44382: Tree reassociation improvementEnkovich Ilya1-47/+248
2011-07-31re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt1-7/+151
2011-07-21re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt1-6/+5
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-04-26re PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree...Jakub Jelinek1-1/+16
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-1/+4
2010-11-16re PR tree-optimization/44545 (internal compiler error: in remove_unreachable...Richard Guenther1-3/+6
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-6/+4
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-10/+3
2010-08-25re PR tree-optimization/45059 (error: invalid operands in binary operation, l...Jakub Jelinek1-0/+5