aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+11
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-0/+16
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-8/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-71/+76
2014-11-19Allow the front-end to create calls with a static chainRichard Henderson1-1/+16
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-14/+36
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-2/+11
2014-11-03tree-eh.c (operation_could_trap_helper_p): Handle conversions like ordinary o...Richard Biener1-0/+4
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-03tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez1-4/+4
2014-09-22gimplify.c (gimplify_init_constructor): Do not leave non-GIMPLE vector constr...Richard Biener1-6/+0
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+4
2014-08-15re PR middle-end/62092 (libgomp.c++/target-2.C FAIL while compiling for OpenM...Jakub Jelinek1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-13/+13
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