summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-strength-reduction.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/55492 (__atomic_load doesn't match ACQUIRE memory model)Bill Schmidt2012-09-111-1/+6
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-53/+46
* re PR tree-optimization/54245 (incorrect optimisation)Bill Schmidt2012-08-151-18/+52
* re PR middle-end/54211 (ICE: verify_gimple failed building freetype with -Os)Bill Schmidt2012-08-101-1/+1
* gimple-ssa-strength-reduction.c (struct incr_info_d): New struct.Bill Schmidt2012-08-081-8/+894
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-8/+8
* gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change base_name to bas...Bill Schmidt2012-08-011-38/+39
* re PR tree-optimization/46556 (Code size regression in struct access)Bill Schmidt2012-08-011-47/+299
* expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd2012-07-271-3/+3
* tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt2012-07-261-16/+6
* invoke.texi: Add -fhoist-adjacent-loads and -ftree-slsr to list of flags cont...Bill Schmidt2012-07-181-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt2012-06-261-0/+1526