aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-35/+6
2014-07-30tree-sra.c (sra_ipa_modify_assign): Change type of the first parameter to gim...Martin Jambor1-8/+6
2014-07-29tree-sra.c (sra_modify_constructor_assign): Change type of stmt parameter to ...Martin Jambor1-32/+32
2014-07-24IPA C++ refactoring 1/NMartin Liska1-13/+12
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-9/+9
2014-06-03tree-sra.c (modify_function): Record caller nodes after rebuild.Teresa Johnson1-1/+4
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-15re PR tree-optimization/61090 (ICE in build_ref_for_offset)Martin Jambor1-1/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-28tree-sra.c (sra_modify_expr): Generate new memory accesses with same alias ty...Martin Jambor1-76/+101
2014-04-17gimple-iterator.c (gsi_start_edge): New function.Martin Jambor1-12/+53
2014-04-17pass cfun to pass::executeTrevor Saunders1-3/+3
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+3
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-04-14tree-sra.c (ipa_sra_preliminary_function_checks): Skip DECL_DISREGARD_INLINE_...Martin Jambor1-0/+8
2014-03-31re PR middle-end/60647 (ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112)Martin Jambor1-11/+27
2014-02-11re PR middle-end/59776 (gcc -g -O1 ICE in expand_debug_locations, at cfgexpan...Jakub Jelinek1-0/+4
2014-02-08re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6...Jakub Jelinek1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-2/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-5/+5
2013-12-09Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm1-2/+2
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez1-91/+15
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+7
2013-11-22add auto_vecTrevor Saunders1-4/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+9
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-12/+12
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-9/+9
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-10/+10
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-0/+15
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-9/+9
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06Makefile.in (tree-sra.o): Update dependencies.Jan Hubicka1-3/+13
2013-08-14re PR middle-end/58145 (volatileness of write is discarded, perhaps in "lim1"...Jakub Jelinek1-1/+7
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-53/+105
2013-05-23re PR middle-end/57347 (wrong code for bitfield on x86_64-linux at -Os and ab...Martin Jambor1-18/+1
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-3/+4
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-17/+42
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+0
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-4/+12