summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/55750 (-( in expand_expr_addr_expr_1, at expr.c:7646)Jakub Jelinek2012-12-201-13/+3
* re PR lto/55736 (lto ICE: tree code ''junl is not supported in LTO streams)Richard Biener2012-12-191-0/+24
* re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener2012-11-281-9/+17
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-75/+78
* re PR debug/54828 (ICE in based_loc_descr at dwarf2out.c:10560 with -g -O0)Jakub Jelinek2012-10-241-4/+1
* re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou2012-10-161-0/+13
* optabs.c (vector_compare_rtx): Change prototype.Marc Glisse2012-10-121-0/+1
* tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen2012-10-101-0/+4
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-4/+1
* Integrate lexical block into source_location.Dehao Chen2012-09-191-1/+0
* tree-eh.c (goto_queue_node): New field.Dehao Chen2012-09-151-0/+9
* builtin-types.def (BT_FN_CONST_STRING): Add.Richard Guenther2012-09-141-15/+39
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-3/+3
* re PR c/54363 (ICE when compiling malformed struct initializers)Jakub Jelinek2012-08-241-1/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-15/+15
* gimplify.c (create_tmp_from_val): Mark temporary with DECL_GIMPLE_REG_P here ...Richard Guenther2012-08-141-72/+71
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-081-0/+2
* tree-call-cdce.c (check_pow): Simplify.Richard Guenther2012-08-081-6/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-10/+1
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-31/+1
* expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou2012-07-251-23/+4
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+2
* expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2012-07-111-3/+1
* Implement -freuse-stack= optionXinliang David Li2012-07-101-2/+4
* gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f argument...Michael Matz2012-06-151-1/+16
* gimplify.c (gimplify_modify_expr): Fold generated statements.Michael Matz2012-06-151-2/+5
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* gimplify.c (gimplify_init_constructor): Do a block move for very small object...Eric Botcazou2012-05-151-1/+5
* gimplify.c (gimple_regimplify_operands): Only mark the LHS of statements for ...Richard Guenther2012-05-141-9/+22
* gimplify.c (gimplify_expr): Remove odd code.Richard Guenther2012-05-141-13/+1
* gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the DECL_ORIG...Eric Botcazou2012-05-101-0/+7
* cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther2012-05-101-21/+1
* re PR middle-end/53245 (ice in expand_case)Steven Bosscher2012-05-071-0/+4
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-17/+7
* re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher2012-05-021-146/+182
* re PR c/37303 (const compound initializers in structs are written to .data in...Ian Lance Taylor2012-05-011-2/+9
* fix accidentally checked-in assert.Steven Bosscher2012-04-181-1/+0
* targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher2012-04-181-16/+80
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-2/+2
* gimple.c (walk_gimple_op): Compute val_only for the LHS of an assigment in th...Richard Guenther2012-04-051-0/+77
* re PR middle-end/48814 (Incorrect scalar increment result)Richard Guenther2012-03-161-4/+5
* re PR middle-end/52314 (gimplifier produces volatile)Richard Guenther2012-02-211-1/+2
* re PR tree-optimization/52324 (Store motion no longer performed)Richard Guenther2012-02-211-5/+13
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz2012-01-261-1/+1
* re PR c/8081 (ICE with variably sized types returned from nested functions)Richard Guenther2012-01-131-0/+5
* gimple.h (gimplify_body): Remove first argument.Eric Botcazou2012-01-111-37/+42
* gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez2012-01-091-1/+3
* re PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)Jakub Jelinek2012-01-051-3/+7
* gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek2011-12-191-1/+10