aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)Author
2016-02-11backport: re PR middle-end/67653 (ICE on valid code on x86_64-linux-gnu: veri...Jakub Jelinek
2014-08-15re PR middle-end/62092 (libgomp.c++/target-2.C FAIL while compiling for OpenM...Jakub Jelinek
2014-06-30backport: re PR fortran/60928 (gfortran issue with allocatable components and...Jakub Jelinek
2014-06-30DR 1030 PR c++/51253 PR c++/61382Jason Merrill
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek
2014-06-12re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek
2014-05-02gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek
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