aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-14re PR middle-end/52244 (wrong code for function returning union between int a...Richard Guenther1-2/+12
2012-02-06re PR tree-optimization/52115 (ICE: verify_ssa failed (missing definition for...Richard Guenther1-3/+16
2012-01-31re PR tree-optimization/51528 (SRA should not create BOOLEAN_TYPE replacements)Richard Guenther1-2/+7
2012-01-30re PR tree-optimization/51528 (SRA should not create BOOLEAN_TYPE replacements)Richard Guenther1-45/+42
2012-01-27re PR regression/52020 (ICE in immed_double_const, at emit-rtl.c:544)Richard Guenther1-0/+14
2012-01-27re PR tree-optimization/50444 (-ftree-sra ignores alignment)Richard Guenther1-0/+19
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