aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-1/+1
2013-03-08re PR lto/56570 (ICE when streaming a TREE_BLOCK)Richard Biener1-1/+1
2013-02-28tree-sra.c (load_assign_lhs_subreplacements): Do not put replacements with no...Martin Jambor1-1/+6
2013-02-28re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo...Martin Jambor1-25/+16
2013-01-15re PR tree-optimization/55920 (ICE in expand_debug_locations, at cfgexpand.c:...Martin Jambor1-1/+3
2013-01-15re PR tree-optimization/55920 (ICE in expand_debug_locations, at cfgexpand.c:...Jakub Jelinek1-2/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-08re PR debug/55579 (SRA doesn't create debug stmts when they would be useful)Martin Jambor1-18/+17
2013-01-04re PR tree-optimization/55755 (Invalid VIEW_CONVERT_EXPR produced by SRA)Martin Jambor1-4/+2
2012-12-21re PR tree-optimization/55355 (internal compiler error: in tree_low_cst, at t...Martin Jambor1-1/+6
2012-12-07re PR tree-optimization/55590 (SRA still produces unnecessarily unaligned mem...Martin Jambor1-18/+6
2012-11-30re PR middle-end/52890 (Revision 185336 causes 10% degradation on cpu2000 ben...Martin Jambor1-5/+10
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-92/+87
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-26re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo)Jakub Jelinek1-2/+9
2012-10-26re PR debug/54971 (SRA pessimizes debug info by not creating debug stmts for ...Martin Jambor1-14/+153
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-7/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-20/+19
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-2/+2