aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Refactor common code into new maybe_fold_stmt function.Thomas Schwinge1-16/+16
2014-02-08re PR c/59984 (OpenMP pragma makes loop incorrect)Jakub Jelinek1-1/+8
2014-01-17re PR fortran/59706 (ICE with do concurrent and internal subprogram)Jakub Jelinek1-1/+8
2014-01-08re PR middle-end/59471 (ICE using vector extensions (non-top-level BIT_FIELD_...Richard Biener1-1/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-12re PR libgomp/59467 (copyprivate in the fortran testsuite)Jakub Jelinek1-4/+31
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-25/+0
2013-12-03re PR middle-end/59011 (ICE in make_decl_rtl, at varasm.c:1147)Jakub Jelinek1-4/+21
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-11/+2
2013-11-23gimplify.h (recalculate_side_effects): Delete.Eric Botcazou1-1/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+60
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-5/+5
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod1-18/+92
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+7
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-9/+20
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-293/+32
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-463/+33
2013-11-11gimplify.c (gimplify_init_constructor): Do not clear the object when the cons...Eric Botcazou1-2/+2
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-2/+0
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener1-0/+4
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-1/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-2/+1
2013-10-30ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich1-2/+11
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+51
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