aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-strength-reduction.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-17/+12
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+8
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-124/+115
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-25re PR tree-optimization/60930 (Wrong folding of - ((unsigned long long) a * (...Bill Schmidt1-7/+10
2014-04-17pass cfun to pass::executeTrevor Saunders1-32/+32
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-02re PR tree-optimization/60733 (ICE due to SLSR on valid code at -O3 on x86_64...Bill Schmidt1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-05gimple-ssa-strength-reduction.c (find_basis_for_candidate): Guard the get_alt...Yufeng Zhang1-3/+6
2013-12-04gimple-ssa-strength-reduction.c: Include tree-affine.h.Yufeng Zhang1-9/+91
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+7
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-02gimple-ssa-strength-reduction.c (backtrace_base_for_ref): Fix whitespace.Yufeng Zhang1-1/+1
2013-10-02gimple-ssa-strength-reduction.c (legal_cast_p_1): Forward declaration.Yufeng Zhang1-0/+9
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-17/+12
2013-09-17gimple-ssa-strength-reduction.c (backtrace_base_for_ref): New.Bin Cheng1-4/+63
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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