Age | Commit message (Expand) | Author | Files | Lines |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-25 | tree-ssa-forwprop.c (associate_plusminus): For widening conversions check for... | Bernd Edlinger | 1 | -7/+28 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-22 | tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P -> (T)A t... | Eric Botcazou | 1 | -28/+26 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -11/+13 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -34/+34 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -8/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-04-14 | tree-ssa-forwprop.c (simplify_gimple_switch): Enhance check for which sign-ch... | Richard Biener | 1 | -30/+25 |
2014-01-30 | re PR middle-end/59993 (ICE: SSA corruption) | Richard Biener | 1 | -2/+4 |
2014-01-29 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -1/+98 |
2014-01-29 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -4/+63 |
2014-01-28 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -0/+50 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-23 | re PR tree-optimization/59154 (internal compiler error: tree check: expected ... | Jakub Jelinek | 1 | -1/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -4/+1 |
2013-11-21 | tree-ssa-forwprop.c (simplify_vce): New function. | Richard Biener | 1 | -0/+65 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -11/+11 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -6/+6 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+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 | -2/+7 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-15 | tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure forwarding t... | Richard Biener | 1 | -31/+45 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-27 | re PR tree-optimization/58459 (Loop invariant is not hoisted out of loop afte... | Richard Biener | 1 | -24/+10 |
2013-09-12 | re PR tree-optimization/58404 (&noninvariant_address not forwproped into ->ha... | Richard Biener | 1 | -20/+26 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -18/+36 |
2013-06-19 | tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo in comment. | Jeff Law | 1 | -1/+1 |
2013-06-19 | tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): New function. | Jeff Law | 1 | -1/+83 |
2013-06-13 | tree-ssa-forwprop.c (simplify_bitwise_binary, [...]): Generalize to complex a... | Marc Glisse | 1 | -30/+30 |
2013-05-13 | re PR tree-optimization/45216 (Rotate expressions not recognized at tree level) | Jakub Jelinek | 1 | -5/+6 |
2013-05-10 | re PR tree-optimization/45216 (Rotate expressions not recognized at tree level) | Jakub Jelinek | 1 | -0/+241 |
2013-04-21 | tree-ssa-forwprop.c (simplify_conversion_from_bitmask): New function. | Jeff Law | 1 | -0/+88 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+1 |
2013-04-09 | re PR tree-optimization/56854 (error: non-decl/MEM_REF LHS in clobber statement) | Jakub Jelinek | 1 | -1/+5 |
2013-02-25 | re PR tree-optimization/56175 (Issue with combine phase on x86.) | Richard Biener | 1 | -10/+27 |
2013-02-20 | tree-call-cdce.c (tree_call_cdce): Do not remove unused locals. | Richard Biener | 1 | -2/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -8/+9 |