Age | Commit message (Expand) | Author | Files | Lines |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -124/+115 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-25 | re PR tree-optimization/60930 (Wrong folding of - ((unsigned long long) a * (... | Bill Schmidt | 1 | -7/+10 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -32/+32 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-04-02 | re PR tree-optimization/60733 (ICE due to SLSR on valid code at -O3 on x86_64... | Bill Schmidt | 1 | -2/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-05 | gimple-ssa-strength-reduction.c (find_basis_for_candidate): Guard the get_alt... | Yufeng Zhang | 1 | -3/+6 |
2013-12-04 | gimple-ssa-strength-reduction.c: Include tree-affine.h. | Yufeng Zhang | 1 | -9/+91 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -1/+1 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -3/+7 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+5 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-02 | gimple-ssa-strength-reduction.c (backtrace_base_for_ref): Fix whitespace. | Yufeng Zhang | 1 | -1/+1 |
2013-10-02 | gimple-ssa-strength-reduction.c (legal_cast_p_1): Forward declaration. | Yufeng Zhang | 1 | -0/+9 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-17 | compare-elim.c (find_comparison_dom_walker): New class | Trevor Saunders | 1 | -17/+12 |
2013-09-17 | gimple-ssa-strength-reduction.c (backtrace_base_for_ref): New. | Bin Cheng | 1 | -4/+63 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-06 | re PR middle-end/58041 (Unaligned access to arrays in packed structure) | Martin Jambor | 1 | -5/+17 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -18/+36 |
2013-08-03 | gimple-ssa-strength-reduction.c (replace_mult_candidate): Update candidate ta... | Bill Schmidt | 1 | -0/+3 |
2013-07-30 | re PR tree-optimization/57993 (ICE: verify_ssa failed (definition in block n ... | Bill Schmidt | 1 | -0/+15 |
2013-05-29 | re PR tree-optimization/57441 (ICE in gimple-ssa-strength-reduction.c:3447 at... | Bill Schmidt | 1 | -6/+2 |
2013-05-08 | gimple-ssa-strength-reduction.c (count_candidates): Change return value to int. | Bill Schmidt | 1 | -2/+2 |
2013-05-08 | gimple-ssa-strength-reduction.c (find_phi_def): Revert former "fix." | Bill Schmidt | 1 | -19/+3 |
2013-05-07 | gimple-ssa-strength-reduction.c (MAX_INCR_VEC_LEN): New constant. | Bill Schmidt | 1 | -16/+31 |
2013-05-07 | gimple-ssa-strength-reduction.c (lazy_create_slsr_reg): Remove. | Bill Schmidt | 1 | -35/+15 |
2013-05-07 | gimple-ssa-strength-reduction.c (find_phi_def): Don't record a phi def as pos... | Bill Schmidt | 1 | -3/+19 |
2013-05-06 | gimple-ssa-strength-reduction.c (slsr_process_phi): Re-enable. | William Schmidt | 1 | -9/+1 |
2013-05-04 | gimple-ssa-strength-reduction.c (slsr_process_phi): Disable. | Bill Schmidt | 1 | -0/+8 |
2013-05-03 | gimple-ssa-strength-reduction.c (cand_kind): Add CAND_PHI. | Bill Schmidt | 1 | -210/+995 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -30/+26 |
2013-04-15 | re PR tree-optimization/56962 (SLSR caused miscompilation of fftw) | Jakub Jelinek | 1 | -4/+8 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-11-20 | re PR tree-optimization/55350 (verify_gimple failed with invalid (pointer) op... | Aldy Hernandez | 1 | -3/+12 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -10/+8 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-10-22 | re PR tree-optimization/55008 (Internal compiler error : verify_ssa failed) | Bill Schmidt | 1 | -0/+1 |
2012-09-26 | re PR tree-optimization/54674 (ICE in build2_stat, at tree.c:3835) | Bill Schmidt | 1 | -0/+11 |
2012-09-11 | re PR middle-end/55492 (__atomic_load doesn't match ACQUIRE memory model) | Bill Schmidt | 1 | -1/+6 |