summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-13/+13
* IPA C++ refactoring 1/NMartin Liska2014-07-241-3/+3
* langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek2014-06-251-6/+13
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-6/+6
* gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek2014-06-241-2/+30
* gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek2014-06-241-9/+30
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-0/+18
* improve sloc assignment on bind_expr entry/exit codeOlivier Hainque2014-06-181-3/+22
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-12/+34
* re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek2014-06-121-1/+8
* gimplify.c (create_tmp_from_val): Remove is_formal parameter and set DECL_GIM...Richard Biener2014-06-051-7/+10
* re PR c++/51253 ([C++11][DR 1030] Evaluation order (sequenced-before relation...Jason Merrill2014-06-041-1/+1
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* Be a bit less explicit.Thomas Schwinge2014-05-231-2/+1
* Be more explicit.Thomas Schwinge2014-05-231-6/+9
* tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek2014-05-111-0/+21
* gimplify.c (gimplify_call_expr): Use saved fnptrtype for looking at TYPE_ARG_...Richard Biener2014-05-081-2/+2
* gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek2014-05-021-7/+14
* tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek2014-04-241-14/+49
* cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou2014-04-151-6/+9
* re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener2014-04-041-0/+19
* re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek2014-03-181-3/+15
* Refactor common code into new maybe_fold_stmt function.Thomas Schwinge2014-02-121-16/+16
* re PR c/59984 (OpenMP pragma makes loop incorrect)Jakub Jelinek2014-02-081-1/+8
* re PR fortran/59706 (ICE with do concurrent and internal subprogram)Jakub Jelinek2014-01-171-1/+8
* re PR middle-end/59471 (ICE using vector extensions (non-top-level BIT_FIELD_...Richard Biener2014-01-081-1/+11
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-1/+1
* re PR libgomp/59467 (copyprivate in the fortran testsuite)Jakub Jelinek2013-12-121-4/+31
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer2013-12-111-25/+0
* re PR middle-end/59011 (ICE in make_decl_rtl, at varasm.c:1147)Jakub Jelinek2013-12-031-4/+21
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-11/+2
* gimplify.h (recalculate_side_effects): Delete.Eric Botcazou2013-11-231-1/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+60
* Remove macros that implicitly use input_locationDavid Malcolm2013-11-221-5/+5
* gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod2013-11-211-18/+92
* Convert gimple types from a union to C++ inheritanceDavid Malcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+7
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-1/+1
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-9/+20
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-293/+32
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-463/+33
* gimplify.c (gimplify_init_constructor): Do not clear the object when the cons...Eric Botcazou2013-11-111-2/+2
* gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez2013-11-071-2/+0
* tree.c (drop_tree_overflow): New function.Richard Biener2013-11-061-0/+4
* invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2013-11-051-1/+1
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-2/+1
* ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich2013-10-301-2/+11