aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-17tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther1-0/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-4/+4
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-4/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-11/+19
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-15/+4
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-5/+0
2012-08-01tree-flow-inline.h (referenced_var): Remove.Richard Guenther1-68/+106
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-21/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+1
2012-05-31tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints th...Eric Botcazou1-3/+6
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-23Index...Richard Guenther1-1/+4
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-5/+7
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-6/+2
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak1-2/+2
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
2012-04-16tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for bit-fields.Martin Jambor1-55/+17
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-10/+10
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-0/+4
2012-03-27re PR middle-end/52693 (Wrong code with SRA and arrays)Martin Jambor1-1/+7
2012-03-26re PR tree-optimization/50052 (FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump ei...Martin Jambor1-58/+1
2012-03-23tree-sra.c (build_accesses_from_assign): Remove FIXME comment.Martin Jambor1-2/+0
2012-03-12tree-sra.c (create_access_replacement): Only rename the replacement if we can...Richard Guenther1-5/+11
2012-02-28re PR tree-optimization/52395 (Too conservative alignment info from SRA)Richard Guenther1-3/+5