aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23re PR middle-end/51895 (ICE in simplify_subreg)Richard Guenther1-0/+7
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-1/+1
2012-01-05re PR tree-optimization/51315 (unaligned memory accesses generated with -ftre...Eric Botcazou1-4/+21
2012-01-04re PR tree-optimization/51624 (Assert_Failure atree.adb:808 during stage 3)Eric Botcazou1-3/+8
2011-12-19re PR tree-optimization/51583 (One more missing force_gimple_operand in SRA)Martin Jambor1-0/+3
2011-12-13re PR middle-end/50628 (gfortran.fortran-torture/execute/entry_4.f90 fails)Martin Jambor1-13/+15
2011-12-12re PR tree-optimization/50569 (unaligned memory accesses generated for memcpy)Eric Botcazou1-17/+49
2011-12-08re PR tree-optimization/51315 (unaligned memory accesses generated with -ftre...Eric Botcazou1-14/+22
2011-12-02re PR tree-optimization/50622 (ICE: verify_gimple failed for std::complex<dou...Martin Jambor1-0/+4
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-1/+3
2011-10-02cgraphunit.c (ipa_passes): Remove unrechable nodes.Jan Hubicka1-0/+1
2011-09-27re PR libgomp/50386 (libgomp.h:87:5: error: unnamed struct/union that defines...Richard Sandiford1-1/+1
2011-09-07re PR tree-optimization/49911 (SRA + DOM + VRP + -fstrict-enums incorrectly r...Martin Jambor1-2/+14
2011-09-02re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz1-2/+0
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-1/+1
2011-08-08re PR middle-end/49923 (__attribute__((packed)) on ARM is sometimes dropped)Martin Jambor1-0/+3
2011-07-26tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and return false ...Martin Jambor1-0/+4
2011-07-25re PR middle-end/49671 (volatile goes missing after inlining)Andrew Pinski1-3/+6
2011-07-08tree-sra.c (analyze_all_variable_accesses): Dump that a struture is too big f...Martin Jambor1-6/+14
2011-07-01tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.Martin Jambor1-0/+1
2011-06-30tree-sra.c (struct access): Rename total_scalarization to grp_total_scalariza...Martin Jambor1-25/+51
2011-06-30re PR tree-optimization/49094 (ARM aligned(1) attribute is sometimes dropped)Martin Jambor1-1/+25
2011-06-24re PR tree-optimization/49516 (SRA generates memory references into its repla...Martin Jambor1-1/+2
2011-06-24Improve dump files for SRA early candidate check v2Andi Kleen1-22/+95
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-11/+70
2011-06-18tree-sra.c (type_internals_preclude_sra_p): Return true if the element type i...Eric Botcazou1-6/+8
2011-06-16re PR tree-optimization/49343 (ICE on field with variable offset)Martin Jambor1-4/+8
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-7/+3
2011-06-10tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...Jan Hubicka1-23/+29
2011-06-08tree-sra.c (mark_rw_status): Removed.Martin Jambor1-31/+14
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-2/+2
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-1/+1
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-1/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-1/+1
2011-03-24tree-sra.c (build_ref_for_offset): Strip useless type conversions from the ad...Eric Botcazou1-0/+1
2011-02-17re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+2
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-02-09re PR middle-end/45505 (gfortran.dg/pr25923.f90)Martin Jambor1-21/+43
2011-01-27re PR tree-optimization/47228 (wrong code with loop)Martin Jambor1-4/+2
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+7
2011-01-05re PR tree-optimization/47005 (ACATS c62002a is miscompiled at -O2)Eric Botcazou1-1/+13
2011-01-03re PR tree-optimization/46801 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...Martin Jambor1-1/+2
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