aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)Author
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek
2014-02-12Refactor common code into new maybe_fold_stmt function.Thomas Schwinge
2014-02-08re PR c/59984 (OpenMP pragma makes loop incorrect)Jakub Jelinek
2014-01-17re PR fortran/59706 (ICE with do concurrent and internal subprogram)Jakub Jelinek
2014-01-08re PR middle-end/59471 (ICE using vector extensions (non-top-level BIT_FIELD_...Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-12-12re PR libgomp/59467 (copyprivate in the fortran testsuite)Jakub Jelinek
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer
2013-12-03re PR middle-end/59011 (ICE in make_decl_rtl, at varasm.c:1147)Jakub Jelinek
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-23gimplify.h (recalculate_side_effects): Delete.Eric Botcazou
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-11gimplify.c (gimplify_init_constructor): Do not clear the object when the cons...Eric Botcazou
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders
2013-10-30ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod
2013-10-11target.c: New file.Jakub Jelinek
2013-10-10Index...Andrew MacLeod
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod
2013-09-22gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers to NULL_TREE...Eric Botcazou
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek
2013-07-22Don't include gimple.h twice.Marek Polacek
2013-05-09N3639 C++1y VLA supportJason Merrill
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-04-19re PR tree-optimization/56982 (Bad optimization with setjmp())Richard Biener
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener
2013-01-28re PR tree-optimization/56094 (Invalid line number info generated with tree-l...Jakub Jelinek