Age | Commit message (Expand) | Author | Files | Lines |
2014-06-03 | tree-sra.c (modify_function): Record caller nodes after rebuild. | Teresa Johnson | 1 | -1/+4 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-15 | re PR tree-optimization/61090 (ICE in build_ref_for_offset) | Martin Jambor | 1 | -1/+1 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+2 |
2014-04-28 | tree-sra.c (sra_modify_expr): Generate new memory accesses with same alias ty... | Martin Jambor | 1 | -76/+101 |
2014-04-17 | gimple-iterator.c (gsi_start_edge): New function. | Martin Jambor | 1 | -12/+53 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -3/+3 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -10/+3 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -3/+0 |
2014-04-14 | tree-sra.c (ipa_sra_preliminary_function_checks): Skip DECL_DISREGARD_INLINE_... | Martin Jambor | 1 | -0/+8 |
2014-03-31 | re PR middle-end/60647 (ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112) | Martin Jambor | 1 | -11/+27 |
2014-02-11 | re PR middle-end/59776 (gcc -g -O1 ICE in expand_debug_locations, at cfgexpan... | Jakub Jelinek | 1 | -0/+4 |
2014-02-08 | re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6... | Jakub Jelinek | 1 | -0/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -2/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -5/+5 |
2013-12-09 | Rename last_basic_block_for_function to last_basic_block_for_fn. | David Malcolm | 1 | -2/+2 |
2013-11-22 | ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos. | Aldy Hernandez | 1 | -91/+15 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+7 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -4/+1 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -2/+2 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -8/+9 |
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 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -12/+12 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -9/+9 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -2/+2 |
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/+2 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -10/+10 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+7 |
2013-10-09 | tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h. | Andrew MacLeod | 1 | -0/+15 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -9/+9 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-06 | Makefile.in (tree-sra.o): Update dependencies. | Jan Hubicka | 1 | -3/+13 |
2013-08-14 | re PR middle-end/58145 (volatileness of write is discarded, perhaps in "lim1"... | Jakub Jelinek | 1 | -1/+7 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -53/+105 |
2013-05-23 | re PR middle-end/57347 (wrong code for bitfield on x86_64-linux at -Os and ab... | Martin Jambor | 1 | -18/+1 |
2013-05-15 | ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header... | Martin Jambor | 1 | -3/+4 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -17/+42 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+0 |
2013-04-02 | re PR c++/34949 (Dead code in empty destructors.) | Jakub Jelinek | 1 | -4/+12 |
2013-03-21 | tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ... | Richard Biener | 1 | -1/+1 |
2013-03-08 | re PR lto/56570 (ICE when streaming a TREE_BLOCK) | Richard Biener | 1 | -1/+1 |
2013-02-28 | tree-sra.c (load_assign_lhs_subreplacements): Do not put replacements with no... | Martin Jambor | 1 | -1/+6 |
2013-02-28 | re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo... | Martin Jambor | 1 | -25/+16 |
2013-01-15 | re PR tree-optimization/55920 (ICE in expand_debug_locations, at cfgexpand.c:... | Martin Jambor | 1 | -1/+3 |
2013-01-15 | re PR tree-optimization/55920 (ICE in expand_debug_locations, at cfgexpand.c:... | Jakub Jelinek | 1 | -2/+14 |