Age | Commit message (Expand) | Author | Files | Lines |
2014-12-22 | ipa-prop uses symbol_summary class. | Martin Liska | 1 | -0/+1 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -2/+2 |
2014-11-22 | re PR tree-optimization/60770 (disappearing clobbers) | Marc Glisse | 1 | -8/+37 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -56/+68 |
2014-11-06 | [Patchv3] Control SRA and IPA-SRA by a param rather than MOVE_RATIO | James Greenhalgh | 1 | -5/+7 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-10-02 | re PR rtl-optimization/63375 (reordering of reads across fences) | Martin Jambor | 1 | -0/+5 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -1/+1 |
2014-08-02 | convert many uses of pointer_map to hash_map | Trevor Saunders | 1 | -35/+6 |
2014-07-30 | tree-sra.c (sra_ipa_modify_assign): Change type of the first parameter to gim... | Martin Jambor | 1 | -8/+6 |
2014-07-29 | tree-sra.c (sra_modify_constructor_assign): Change type of stmt parameter to ... | Martin Jambor | 1 | -32/+32 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -13/+12 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -9/+9 |
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 |