aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24IPA C++ refactoring 1/NMartin Liska1-3/+3
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-6/+13
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+6
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-2/+30
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-9/+30
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-0/+18
2014-06-18improve sloc assignment on bind_expr entry/exit codeOlivier Hainque1-3/+22
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-12/+34
2014-06-12re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek1-1/+8
2014-06-05gimplify.c (create_tmp_from_val): Remove is_formal parameter and set DECL_GIM...Richard Biener1-7/+10
2014-06-04re PR c++/51253 ([C++11][DR 1030] Evaluation order (sequenced-before relation...Jason Merrill1-1/+1
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-23Be a bit less explicit.Thomas Schwinge1-2/+1
2014-05-23Be more explicit.Thomas Schwinge1-6/+9
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+21
2014-05-08gimplify.c (gimplify_call_expr): Use saved fnptrtype for looking at TYPE_ARG_...Richard Biener1-2/+2
2014-05-02gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek1-7/+14
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek1-14/+49
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-6/+9
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-0/+19
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-3/+15
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