aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-4/+28
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-2/+2
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek1-9/+71
2019-07-31re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek1-0/+16
2019-07-24gimplify.c (flag_instrument_functions_exclude_p): Include namespace/class inf...Oliver Browne1-1/+1
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-16/+296
2019-07-13gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.Jakub Jelinek1-5/+19
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-0/+2
2019-07-11re PR middle-end/91131 (Bad bitfield coalescing)Richard Biener1-1/+1
2019-07-04re PR middle-end/78884 ([7/8] ICE when gimplifying VLA in OpenMP SIMD region)Jakub Jelinek1-3/+21
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva1-1/+17
2019-07-03gimplify.c (gimplify_scan_omp_clauses): For inscan reductions on worksharing ...Jakub Jelinek1-1/+4
2019-06-27re PR c++/91024 (-Wimplicit-fallthrough is confused by likely/unlikely attrib...Jakub Jelinek1-0/+2
2019-06-15re PR middle-end/90779 (Fortran array initialization in offload regions)Jakub Jelinek1-10/+40
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-2/+107
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek1-25/+1
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek1-5/+39
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek1-0/+37
2019-05-29gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek1-2/+43
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek1-1/+1
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-28/+71
2019-05-24Revert "* gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE."Jason Merrill1-4/+2
2019-05-23Do not instrument static target_expr for use-after-scope (PR sanitizer/90570).Martin Liska1-0/+1
2019-05-22gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.Jason Merrill1-2/+4
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek1-0/+4
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-2/+2
2019-04-25re PR middle-end/89765 (Multiple problems with vec-insert implementation on P...Richard Biener1-1/+2
2019-03-29re PR c/89872 (GCC does not generate read access to volatile compound literal)Jakub Jelinek1-0/+1
2019-03-19re PR target/89752 (ICE in emit_move_insn, at expr.c:3723)Jakub Jelinek1-0/+13
2019-03-07re PR translation/79999 (possible typo in gimplify.c: depend(sink:))Jakub Jelinek1-6/+7
2019-03-05PR c++/86485 - -Wmaybe-unused with empty class ?:Jason Merrill1-2/+2
2019-02-28PR c++/87068 - missing diagnostic with fallthrough statement.Marek Polacek1-2/+12
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek1-1/+10
2019-01-22re PR middle-end/88968 (Stack overflow in gimplify_expr)Jakub Jelinek1-3/+30
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-28poly_int: get_inner_reference & co.: fix known_eq typo/bugThomas Schwinge1-1/+1
2018-12-14re PR c++/82294 (Array of objects with constexpr constructors initialized fro...Jakub Jelinek1-1/+25
2018-12-06asm inlineSegher Boessenkool1-0/+1
2018-12-05re PR c/87028 (false positive -Wstringop-truncation strncpy with global varia...Jeff Law1-0/+4
2018-11-16Implement P0479R5, [[likely]] and [[unlikely]].Jason Merrill1-1/+9
2018-11-14Add commentMichael Matz1-1/+3
2018-11-14re PR middle-end/86575 (-Wimplicit-fallthrough affects code generation)Michael Matz1-5/+10
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-09gimplify.c (gimplify_scan_omp_clauses): Call sorry_at for valid but unsupport...Jakub Jelinek1-0/+4
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-119/+877
2018-09-20[PR87054] fix unaligned accessAlexandre Oliva1-1/+7
2018-09-12[OpenACC] C++ reference mappingCesar Philippidis1-1/+4
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-11/+6
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+2