aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-5/+2
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod1-93/+82
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+26
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-11target.c: New file.Jakub Jelinek1-50/+553
2013-10-10Index...Andrew MacLeod1-0/+2
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod1-122/+114
2013-09-22gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers to NULL_TREE...Eric Botcazou1-4/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-18/+182
2013-07-22Don't include gimple.h twice.Marek Polacek1-1/+0
2013-05-09N3639 C++1y VLA supportJason Merrill1-0/+4
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