aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08Simplify call of gimple_call_internal_p.Martin Liska1-4/+2
2017-11-08Fix fallthrough attribute ignorance w/ -fsanitize=address (PR sanitizer/82792).Martin Liska1-2/+6
2017-10-30Fix ia64 build failure.James E Wilson1-0/+1
2017-10-29Fix cygwin builds, broken by PR sanitizer/82517 fix.James E Wilson1-0/+1
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-4/+2
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-5/+3
2017-10-19Do not instrument use-after-scope for vars with large alignment (PR sanitizer...Martin Liska1-1/+4
2017-09-27re PR c++/82159 (ICE: in assign_temp, at function.c:961)Jakub Jelinek1-1/+6
2017-08-29Set the call nothrow flag more oftenRichard Sandiford1-1/+3
2017-08-17gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.Marek Polacek1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-07re PR c/69389 (bit field incompatible with OpenMP atomic update)Jakub Jelinek1-0/+6
2017-07-31Recover GOTO predictor.Jan Hubicka1-1/+3
2017-07-31Remove a Java-specific hunk.Martin Liska1-8/+2
2017-07-16gimplify.c (mostly_copy_tree_r): Revert latest change.Eric Botcazou1-5/+19
2017-07-14Remove Java references in source code.Martin Liska1-19/+5