Age | Commit message (Expand) | Author | Files | Lines |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-25 | re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1)) | Marc Glisse | 1 | -0/+2 |
2014-06-24 | re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1)) | Marc Glisse | 1 | -0/+85 |
2014-06-24 | add hash_map class | Trevor Saunders | 1 | -36/+16 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -9/+10 |
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 | -29/+29 |
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-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+7 |
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 | -7/+4 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -6/+6 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -5/+5 |
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 | -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 | -1/+7 |
2013-10-21 | Re-factor inclusion of tree.h. | Diego Novillo | 1 | -0/+1 |
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 | -23/+14 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-30 | re PR tree-optimization/58277 (wrong code at -O3) | Jakub Jelinek | 1 | -0/+22 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -17/+35 |
2013-05-17 | Add tree-ssa-strlen optimization. | Marek Polacek | 1 | -1/+29 |
2013-05-13 | re PR tree-optimization/57230 (tree-ssa-strlen incorrectly optimizes a strlen... | Jakub Jelinek | 1 | -0/+19 |
2013-05-13 | re PR tree-optimization/57230 (tree-ssa-strlen incorrectly optimizes a strlen... | Jakub Jelinek | 1 | -1/+1 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -23/+37 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-07 | re PR tree-optimization/55890 (calling a builtin func through a cast triggers... | Richard Biener | 1 | -5/+3 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -43/+38 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -2/+2 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -10/+7 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -3/+0 |
2012-05-15 | tree-ssa-strlen.c (get_string_length): Convert lhs if needed. | Tristan Gingold | 1 | -0/+6 |
2011-10-27 | tree-ssa-strlen.c: Include expr.h. | Jakub Jelinek | 1 | -8/+12 |
2011-10-24 | tree-ssa-strlen.c (get_string_length): Change assertion to STPCPY. | Andreas Krebbel | 1 | -8/+38 |
2011-10-11 | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 1 | -18/+15 |
2011-10-05 | re PR tree-optimization/50613 (ICE: tree check: expected ssa_name, have addr_... | Jakub Jelinek | 1 | -4/+8 |
2011-10-04 | re PR middle-end/50604 (verify_gimple failed: type mismatch in binary express... | Jakub Jelinek | 1 | -1/+1 |
2011-09-27 | common.opt: Add -foptimize-strlen option. | Jakub Jelinek | 1 | -0/+1997 |