aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-52/+8
2013-04-19re PR tree-optimization/56982 (Bad optimization with setjmp())Richard Biener1-0/+2
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-1/+6
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-1/+1
2013-01-28re PR tree-optimization/56094 (Invalid line number info generated with tree-l...Jakub Jelinek1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-20re PR middle-end/55750 (-( in expand_expr_addr_expr_1, at expr.c:7646)Jakub Jelinek1-13/+3
2012-12-19re PR lto/55736 (lto ICE: tree code ''junl is not supported in LTO streams)Richard Biener1-0/+24
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener1-9/+17
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-75/+78
2012-10-24re PR debug/54828 (ICE in based_loc_descr at dwarf2out.c:10560 with -g -O0)Jakub Jelinek1-4/+1
2012-10-16re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou1-0/+13
2012-10-12optabs.c (vector_compare_rtx): Change prototype.Marc Glisse1-0/+1
2012-10-10tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen1-0/+4
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-4/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-09-15tree-eh.c (goto_queue_node): New field.Dehao Chen1-0/+9
2012-09-14builtin-types.def (BT_FN_CONST_STRING): Add.Richard Guenther1-15/+39
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-3/+3
2012-08-24re PR c/54363 (ICE when compiling malformed struct initializers)Jakub Jelinek1-1/+2
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