aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-strength-reduction.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-20re PR tree-optimization/55350 (verify_gimple failed with invalid (pointer) op...Aldy Hernandez1-3/+12
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-10/+8
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-22re PR tree-optimization/55008 (Internal compiler error : verify_ssa failed)Bill Schmidt1-0/+1
2012-09-26re PR tree-optimization/54674 (ICE in build2_stat, at tree.c:3835)Bill Schmidt1-0/+11
2012-09-11re PR middle-end/55492 (__atomic_load doesn't match ACQUIRE memory model)Bill Schmidt1-1/+6
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-53/+46
2012-08-15re PR tree-optimization/54245 (incorrect optimisation)Bill Schmidt1-18/+52
2012-08-10re PR middle-end/54211 (ICE: verify_gimple failed building freetype with -Os)Bill Schmidt1-1/+1
2012-08-08gimple-ssa-strength-reduction.c (struct incr_info_d): New struct.Bill Schmidt1-8/+894
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-8/+8
2012-08-01gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change base_name to bas...Bill Schmidt1-38/+39
2012-08-01re PR tree-optimization/46556 (Code size regression in struct access)Bill Schmidt1-47/+299
2012-07-27expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd1-3/+3
2012-07-26tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt1-16/+6
2012-07-18invoke.texi: Add -fhoist-adjacent-loads and -ftree-slsr to list of flags cont...Bill Schmidt1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-06-26tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt1-0/+1526