aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-15/+15
2012-08-14gimplify.c (create_tmp_from_val): Mark temporary with DECL_GIMPLE_REG_P here ...Richard Guenther1-72/+71
2012-08-08re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-0/+2
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-6/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-10/+1
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-31/+1
2012-07-25expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou1-23/+4
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+2
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-3/+1
2012-07-10Implement -freuse-stack= optionXinliang David Li1-2/+4
2012-06-15gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f argument...Michael Matz1-1/+16
2012-06-15gimplify.c (gimplify_modify_expr): Fold generated statements.Michael Matz1-2/+5
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-15gimplify.c (gimplify_init_constructor): Do a block move for very small object...Eric Botcazou1-1/+5
2012-05-14gimplify.c (gimple_regimplify_operands): Only mark the LHS of statements for ...Richard Guenther1-9/+22
2012-05-14gimplify.c (gimplify_expr): Remove odd code.Richard Guenther1-13/+1
2012-05-10gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the DECL_ORIG...Eric Botcazou1-0/+7
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther1-21/+1
2012-05-07re PR middle-end/53245 (ice in expand_case)Steven Bosscher1-0/+4
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-17/+7
2012-05-02re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher1-146/+182
2012-05-01re PR c/37303 (const compound initializers in structs are written to .data in...Ian Lance Taylor1-2/+9
2012-04-18fix accidentally checked-in assert.Steven Bosscher1-1/+0
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-16/+80
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-2/+2
2012-04-05gimple.c (walk_gimple_op): Compute val_only for the LHS of an assigment in th...Richard Guenther1-0/+77
2012-03-16re PR middle-end/48814 (Incorrect scalar increment result)Richard Guenther1-4/+5
2012-02-21re PR middle-end/52314 (gimplifier produces volatile)Richard Guenther1-1/+2
2012-02-21re PR tree-optimization/52324 (Store motion no longer performed)Richard Guenther1-5/+13
2012-01-26re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz1-1/+1
2012-01-13re PR c/8081 (ICE with variably sized types returned from nested functions)Richard Guenther1-0/+5
2012-01-11gimple.h (gimplify_body): Remove first argument.Eric Botcazou1-37/+42
2012-01-09gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez1-1/+3
2012-01-05re PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)Jakub Jelinek1-3/+7
2011-12-19gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek1-1/+10
2011-12-12Add default handling for outermost wrappers in voidify_wrapper_expr.Torvald Riegel1-0/+9
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-1/+0
2011-11-12re PR c++/51060 (Temporary object stack space is not re-used)Jason Merrill1-2/+36
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-5/+34
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+59
2011-10-14gimplify.c (gimplify_expr): Take care that for bitwise-binary transformation ...Kai Tietz1-2/+15
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-10/+10
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-1/+1
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-2/+3
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-0/+1
2011-08-30re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther1-42/+27
2011-08-2920011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>Artjoms Sinkarovs1-1/+4
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-08-11re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...Richard Guenther1-0/+1