aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-strength-reduction.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-06re PR middle-end/58041 (Unaligned access to arrays in packed structure)Martin Jambor1-5/+17
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+36
2013-08-03gimple-ssa-strength-reduction.c (replace_mult_candidate): Update candidate ta...Bill Schmidt1-0/+3
2013-07-30re PR tree-optimization/57993 (ICE: verify_ssa failed (definition in block n ...Bill Schmidt1-0/+15
2013-05-29re PR tree-optimization/57441 (ICE in gimple-ssa-strength-reduction.c:3447 at...Bill Schmidt1-6/+2
2013-05-08gimple-ssa-strength-reduction.c (count_candidates): Change return value to int.Bill Schmidt1-2/+2
2013-05-08gimple-ssa-strength-reduction.c (find_phi_def): Revert former "fix."Bill Schmidt1-19/+3
2013-05-07gimple-ssa-strength-reduction.c (MAX_INCR_VEC_LEN): New constant.Bill Schmidt1-16/+31
2013-05-07gimple-ssa-strength-reduction.c (lazy_create_slsr_reg): Remove.Bill Schmidt1-35/+15
2013-05-07gimple-ssa-strength-reduction.c (find_phi_def): Don't record a phi def as pos...Bill Schmidt1-3/+19
2013-05-06gimple-ssa-strength-reduction.c (slsr_process_phi): Re-enable.William Schmidt1-9/+1
2013-05-04gimple-ssa-strength-reduction.c (slsr_process_phi): Disable.Bill Schmidt1-0/+8
2013-05-03gimple-ssa-strength-reduction.c (cand_kind): Add CAND_PHI.Bill Schmidt1-210/+995
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-30/+26
2013-04-15re PR tree-optimization/56962 (SLSR caused miscompilation of fftw)Jakub Jelinek1-4/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
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