summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-5/+2
* re PR tree-optimization/45144 (SRA optimization issue of bit-field)Jie Zhang2010-08-051-1/+4
* tree-sra.c (completely_scalarize_record): New parameter REF, create its own a...Martin Jambor2010-08-031-12/+9
* dbgcnt.def (eipa_sra): New counter.Martin Jambor2010-07-291-1/+1
* re PR tree-optimization/44885 (miscompilation of gnat.dg/aliasing3.adb after ...Eric Botcazou2010-07-281-0/+2
* re PR target/44290 (__naked attribute is broken)Jie Zhang2010-07-271-7/+0
* re PR tree-optimization/44914 (ICE: in calc_dfs_tree, at dominance.c:395 with...Martin Jambor2010-07-231-19/+30
* re PR target/44290 (__naked attribute is broken)Jie Zhang2010-07-231-0/+7
* tree-sra.c (ipa_sra_preliminary_function_checks): Dump proper words when !tre...Jie Zhang2010-07-231-1/+1
* re PR tree-optimization/44891 (non-trivial conversion ICE from early SRA)Martin Jambor2010-07-221-17/+33
* re PR tree-optimization/44900 (The variable of SSE will be broken)Martin Jambor2010-07-211-6/+6
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-9/+9
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-36/+51
* tree-sra.c (convert_callers): New parameter, change fndecls of recursive calls.Martin Jambor2010-06-281-3/+5
* re PR tree-optimization/43905 (duplicate __PRETTY_FUNCTION__ symbol for funct...Martin Jambor2010-06-161-28/+31
* re PR lto/44464 (ICE during linux kernel whopr build)Martin Jambor2010-06-151-0/+1
* Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.Martin Jambor2010-06-101-1/+2
* re PR tree-optimization/44258 (possible SRA wrong-code generation.)Martin Jambor2010-06-101-10/+17
* re PR tree-optimization/44423 (Massive performance regression in SSE code due...Martin Jambor2010-06-091-3/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* re PR middle-end/44133 (Uninit warning regression with new SRA)Martin Jambor2010-05-171-22/+29
* re PR debug/43983 (var-tracking needlessly throws away location info for SRAe...Jakub Jelinek2010-05-131-1/+28
* tree-sra.c (build_access_from_expr_1): The first parameter type changed to si...Martin Jambor2010-05-041-193/+275
* re PR tree-optimization/43846 (array vs members, total scalarization issues)Martin Jambor2010-04-231-12/+33
* re PR middle-end/43835 (IPA-SRA doesn't rewrite attributes)Martin Jambor2010-04-231-0/+3
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-8/+2
* tree-sra.c (replace_uses_with_default_def_ssa_name): New function.Martin Jambor2010-04-131-9/+42
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-1/+3
* tree-sra.c (find_param_candidates): Allow scalar va_list types.Martin Jambor2010-04-071-1/+1
* re PR tree-optimization/43347 (Warning about symbols generated by SRA being u...Martin Jambor2010-03-171-4/+4
* PR tree/optimization/43141Martin Jambor2010-03-151-0/+21
* re PR tree-optimization/43164 (ice in completely_scalarize_record, at tree-sr...Martin Jambor2010-03-041-2/+10
* re PR tree-optimization/43066 (ICE: SIGFPE with empty struct and va_arg)Martin Jambor2010-02-181-1/+1
* re PR middle-end/42898 (volatile structures and compound literal initializers)Martin Jambor2010-02-081-2/+5
* tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be conservatively correct.Richard Guenther2010-01-311-25/+34
* Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.Steve Ellcey2010-01-221-0/+1
* re PR tree-optimization/42833 (sra miscompiles qemu)Richard Henderson2010-01-221-9/+13
* re PR tree-optimization/42585 (SRA is not good for structure copies with one ...Martin Jambor2010-01-211-23/+158
* tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.Martin Jambor2010-01-211-1/+6
* re PR tree-optimization/42706 (ICE in gimple_op, at gimple.h:1634, (IPA SRA))Martin Jambor2010-01-141-5/+66
* re PR tree-optimization/42714 (ICE in create_tmp_var, at gimplify.c:504)Martin Jambor2010-01-141-2/+14
* re PR tree-optimization/42704 (ICE in verify_ssa after early SRA)Martin Jambor2010-01-131-1/+3
* re PR tree-optimization/42703 (ICE in generate_subtree_copies with out of bou...Martin Jambor2010-01-131-1/+7
* re PR tree-optimization/42157 (ICE building stage 1 libgcc: SEGV in compare_a...Martin Jambor2010-01-071-2/+4
* re PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra")Jakub Jelinek2010-01-051-2/+10
* re PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, a...Martin Jambor2010-01-041-20/+6
* re PR debug/42455 ("-fcompare-debug failure" at -O2 in 'recent' builds)Richard Guenther2010-01-011-34/+39
* re PR tree-optimization/42357 (another ice in create_tmp_var)Richard Guenther2009-12-131-1/+2
* re PR tree-optimization/42237 (internal compiler error: verify_stmts failed)Martin Jambor2009-12-011-4/+14