Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-10-23 | tree-ssa-forwprop.c (forward_propagate_into_cond): Handle vectors. | Marc Glisse | 1 | -9/+12 |
2012-10-15 | re PR middle-end/54915 (ICE: verify_gimple failed: type mismatch in vector pe... | Marc Glisse | 1 | -0/+2 |
2012-10-02 | tree-ssa-forwprop.c (forward_propagate_into_cond): Don't use boolean_type_nod... | Marc Glisse | 1 | -1/+1 |
2012-09-29 | tree.c (truth_type_for): New function. | Marc Glisse | 1 | -1/+1 |
2012-09-24 | tree-ssa-forwprop.c: Include tree-ssa-propagate.h. | Marc Glisse | 1 | -9/+20 |
2012-09-19 | tree-ssa-forwprop.c (get_prop_source_stmt): Simplify. | Richard Guenther | 1 | -19/+5 |
2012-09-18 | re PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa/forwprop-22.c (internal ... | Jakub Jelinek | 1 | -6/+16 |
2012-09-14 | tree-ssa-forwprop.c (simplify_bitfield_ref): Call get_prop_source_stmt. | Marc Glisse | 1 | -16/+11 |
2012-09-11 | tree-ssa-forwprop.c (simplify_vector_constructor): New function. | Marc Glisse | 1 | -0/+82 |
2012-09-10 | tree-ssa-forwprop.c (simplify_bitfield_ref): New function. | Marc Glisse | 1 | -0/+74 |
2012-09-10 | tree-ssa-forwprop.c (simplify_permutation): Handle CONSTRUCTOR. | Marc Glisse | 1 | -18/+77 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -9/+6 |
2012-08-21 | fold-const.c (fold_ternary_loc): Detect identity permutations. | Marc Glisse | 1 | -0/+96 |
2012-08-20 | re PR middle-end/54321 (ice in tree_low_cst at -O3) | Jakub Jelinek | 1 | -1/+1 |
2012-08-13 | basic-block.h (struct basic_block): Remove loop_depth member, move flags and ... | Richard Guenther | 1 | -2/+3 |
2012-08-10 | re PR middle-end/54109 (ICE at tree-ssa-structalias.c:3049 in get_constraint_... | Richard Guenther | 1 | -135/+0 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -13/+4 |
2012-07-19 | tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the defining st... | Eric Botcazou | 1 | -0/+5 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |