aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-17re PR middle-end/86539 (OpenMP wrong-code with taskloop and references)Jakub Jelinek1-1/+33
2018-07-10re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera...Jakub Jelinek1-23/+162
2018-07-06gimplify.h (generic_expr_could_trap_p): Set as global function.Kugan Vivekanandarajah1-1/+1
2018-06-22Improve entry/exit instrumentation for nested functionsOlivier Hainque1-7/+10
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-15/+52
2018-06-19gimplify.c (gimplify_init_constructor): Really never clear for an incomplete ...Eric Botcazou1-2/+2
2018-06-17gimplify.c (nonlocal_vlas): Delete.Eric Botcazou1-64/+1
2018-06-08Remove MPXMartin Liska1-10/+2
2018-05-31re PR middle-end/85879 (ICE in expand_debug_locations, at cfgexpand.c:5405)Chung-Lin Tang1-3/+6
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-1/+0
2018-05-02re PR middle-end/85567 (internal compiler error: in gimplify_modify_expr, at ...Richard Biener1-2/+5
2018-04-30PR c++/61982 - dead stores to destroyed objects.Jason Merrill1-2/+7
2018-04-30tree.c (build_clobber): New.Jason Merrill1-5/+2
2018-03-28Fix wrong use-after-scope sanitization for omp variable (PR sanitizer/85081).Jakub Jelinek1-6/+4
2018-03-16re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek1-0/+2
2018-01-18re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek1-2/+9
2018-01-16re PR libgomp/83590 ([nvptx] openacc reduction C regressions)Jakub Jelinek1-1/+10
2018-01-12Allow variable-sized temporary variables in gimplify.cRichard Sandiford1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-13/+13
2017-12-20gimplify.c (gimplify_return_expr): Remove dead error_mark_node check.Paolo Carlini1-2/+1
2017-12-20poly_int: tree constantsRichard Sandiford1-1/+1
2017-12-19gimplify.c (gimplify_expr): Use error_operand_p.Paolo Carlini1-3/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-33/+125
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-10/+13
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek1-3/+57
2017-11-28Remove Cilk Plus support.Julia Koval1-54/+0
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-5/+1
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-1/+3
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener1-0/+1