aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-09ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.Martin Jambor1-1/+5
2010-12-09re PR middle-end/46734 (ICE in create_tmp_var, at gimplify.c:505)Martin Jambor1-1/+4
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-15re PR tree-optimization/46349 (incorrect scalarization)Martin Jambor1-3/+39
2010-11-14re PR tree-optimization/45722 (FAIL: gcc.c-torture/execute/20040709-2.c execu...Eric Botcazou1-5/+2
2010-11-10re PR tree-optimization/46351 (incorrect scalarization (2))Martin Jambor1-1/+2
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-3/+2
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-4/+2
2010-10-07tree-sra.c (struct access): New field grp_assignment_write.Martin Jambor1-19/+74
2010-09-30tree-sra.c (type_consists_of_records_p): Do not check for trailing zero sized...Martin Jambor1-8/+1
2010-09-22tree-sra.c (struct access): New field grp_no_warning.Martin Jambor1-6/+22
2010-09-15re PR middle-end/45644 (450.soplex in SPEC CPU 2006 is miscompiled)Martin Jambor1-3/+4
2010-09-15tree-sra.c (generate_subtree_copies): Updated comment.Martin Jambor1-36/+29
2010-09-14tree-sra.c (build_ref_for_offset): Loc made a parameter.Martin Jambor1-36/+53
2010-09-10re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor1-160/+143
2010-09-03re PR middle-end/45415 (ICE in partition_view_bitmap, at tree-ssa-live.c:334)Michael Matz1-0/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-5/+2
2010-08-05re PR tree-optimization/45144 (SRA optimization issue of bit-field)Jie Zhang1-1/+4
2010-08-03tree-sra.c (completely_scalarize_record): New parameter REF, create its own a...Martin Jambor1-12/+9
2010-07-29dbgcnt.def (eipa_sra): New counter.Martin Jambor1-1/+1
2010-07-28re PR tree-optimization/44885 (miscompilation of gnat.dg/aliasing3.adb after ...Eric Botcazou1-0/+2
2010-07-27re PR target/44290 (__naked attribute is broken)Jie Zhang1-7/+0
2010-07-23re PR tree-optimization/44914 (ICE: in calc_dfs_tree, at dominance.c:395 with...Martin Jambor1-19/+30
2010-07-23re PR target/44290 (__naked attribute is broken)Jie Zhang1-0/+7
2010-07-23tree-sra.c (ipa_sra_preliminary_function_checks): Dump proper words when !tre...Jie Zhang1-1/+1
2010-07-22re PR tree-optimization/44891 (non-trivial conversion ICE from early SRA)Martin Jambor1-17/+33
2010-07-21re PR tree-optimization/44900 (The variable of SSE will be broken)Martin Jambor1-6/+6
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-9/+9
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-36/+51
2010-06-28tree-sra.c (convert_callers): New parameter, change fndecls of recursive calls.Martin Jambor1-3/+5
2010-06-16re PR tree-optimization/43905 (duplicate __PRETTY_FUNCTION__ symbol for funct...Martin Jambor1-28/+31
2010-06-15re PR lto/44464 (ICE during linux kernel whopr build)Martin Jambor1-0/+1
2010-06-10Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.Martin Jambor1-1/+2
2010-06-10re PR tree-optimization/44258 (possible SRA wrong-code generation.)Martin Jambor1-10/+17
2010-06-09re PR tree-optimization/44423 (Massive performance regression in SSE code due...Martin Jambor1-3/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-17re PR middle-end/44133 (Uninit warning regression with new SRA)Martin Jambor1-22/+29
2010-05-13re PR debug/43983 (var-tracking needlessly throws away location info for SRAe...Jakub Jelinek1-1/+28
2010-05-04tree-sra.c (build_access_from_expr_1): The first parameter type changed to si...Martin Jambor1-193/+275
2010-04-23re PR tree-optimization/43846 (array vs members, total scalarization issues)Martin Jambor1-12/+33
2010-04-23re PR middle-end/43835 (IPA-SRA doesn't rewrite attributes)Martin Jambor1-0/+3
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-8/+2
2010-04-13tree-sra.c (replace_uses_with_default_def_ssa_name): New function.Martin Jambor1-9/+42
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-1/+3
2010-04-07tree-sra.c (find_param_candidates): Allow scalar va_list types.Martin Jambor1-1/+1
2010-03-17re PR tree-optimization/43347 (Warning about symbols generated by SRA being u...Martin Jambor1-4/+4
2010-03-15PR tree/optimization/43141Martin Jambor1-0/+21
2010-03-04re PR tree-optimization/43164 (ice in completely_scalarize_record, at tree-sr...Martin Jambor1-2/+10
2010-02-18re PR tree-optimization/43066 (ICE: SIGFPE with empty struct and va_arg)Martin Jambor1-1/+1