Age | Commit message (Expand) | Author | Files | Lines |
2021-04-22 | openmp: Temporarily disable into_ssa when gimplifying OpenMP reduction clause... | Jakub Jelinek | 1 | -0/+7 |
2021-04-22 | gimplify: Gimplify value in gimplify_init_ctor_eval_range [PR98353] | Jakub Jelinek | 1 | -1/+5 |
2021-04-22 | openmp: Don't optimize shared to firstprivate on task with depend clause | Jakub Jelinek | 1 | -0/+12 |
2021-03-17 | middle-end/94479 - fix gimplification of address | Richard Biener | 1 | -1/+3 |
2020-03-04 | gimplify: Don't optimize register const vars to static [PR93949] | Jakub Jelinek | 1 | -0/+1 |
2020-02-17 | middle-end/93054 deal with undefs in call gimplification | Richard Biener | 1 | -1/+2 |
2019-11-11 | Assert 'offset2' instead of 'offset' in 'gcc/gimplify.c:gimplify_scan_omp_cla... | Thomas Schwinge | 1 | -2/+2 |
2019-08-30 | Backport PRs 91126, 91131, 91162, 91200, 91280, 91293, 91375 | Richard Biener | 1 | -1/+1 |
2019-08-29 | backport: re PR middle-end/78884 ([7/8] ICE when gimplifying VLA in OpenMP SI... | Jakub Jelinek | 1 | -3/+22 |
2019-05-24 | Backport r271548 | Martin Liska | 1 | -0/+1 |
2019-04-30 | backport: re PR c/89872 (GCC does not generate read access to volatile compou... | Jakub Jelinek | 1 | -0/+1 |
2019-04-30 | backport: re PR target/89752 (ICE in emit_move_insn, at expr.c:3723) | Jakub Jelinek | 1 | -0/+13 |
2019-02-07 | backport: re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166) | Jakub Jelinek | 1 | -1/+10 |
2019-02-07 | backport: re PR middle-end/88968 (Stack overflow in gimplify_expr) | Jakub Jelinek | 1 | -3/+30 |
2019-01-08 | backport: re PR c++/82294 (Array of objects with constexpr constructors initi... | Jakub Jelinek | 1 | -1/+25 |
2019-01-02 | Backport of the "asm inline" patches | Segher Boessenkool | 1 | -0/+1 |
2018-12-28 | poly_int: get_inner_reference & co.: fix known_eq typo/bug | Thomas Schwinge | 1 | -1/+1 |
2018-07-26 | backport: re PR middle-end/86539 (OpenMP wrong-code with taskloop and referen... | Jakub Jelinek | 1 | -1/+33 |
2018-06-19 | gimplify.c (gimplify_init_constructor): Really never clear for an incomplete ... | Eric Botcazou | 1 | -2/+2 |
2018-05-08 | Backport PRs 85567, 85588, 85597, 85615 | Richard Biener | 1 | -2/+5 |
2018-03-28 | Fix wrong use-after-scope sanitization for omp variable (PR sanitizer/85081). | Jakub Jelinek | 1 | -6/+4 |
2018-03-16 | re PR c++/79937 (ICE in replace_placeholders_r) | Jakub Jelinek | 1 | -0/+2 |
2018-01-18 | re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible) | Jakub Jelinek | 1 | -2/+9 |
2018-01-16 | re PR libgomp/83590 ([nvptx] openacc reduction C regressions) | Jakub Jelinek | 1 | -1/+10 |
2018-01-12 | Allow variable-sized temporary variables in gimplify.c | Richard Sandiford | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: get_inner_reference & co. | Richard Sandiford | 1 | -13/+13 |
2017-12-20 | gimplify.c (gimplify_return_expr): Remove dead error_mark_node check. | Paolo Carlini | 1 | -2/+1 |
2017-12-20 | poly_int: tree constants | Richard Sandiford | 1 | -1/+1 |
2017-12-19 | gimplify.c (gimplify_expr): Use error_operand_p. | Paolo Carlini | 1 | -3/+1 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -33/+125 |
2017-12-12 | [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -10/+13 |
2017-12-01 | re PR c/79153 (-Wimplicit-fallthrough missed warning) | Jakub Jelinek | 1 | -3/+57 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -54/+0 |
2017-11-28 | tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree. | Jakub Jelinek | 1 | -5/+1 |
2017-11-23 | generic.texi (ANNOTATE_EXPR): Document 3rd operand. | Eric Botcazou | 1 | -1/+3 |
2017-11-17 | re PR fortran/83017 (DO CONCURRENT not parallelizing) | Richard Biener | 1 | -0/+1 |
2017-11-08 | Simplify call of gimple_call_internal_p. | Martin Liska | 1 | -4/+2 |
2017-11-08 | Fix fallthrough attribute ignorance w/ -fsanitize=address (PR sanitizer/82792). | Martin Liska | 1 | -2/+6 |
2017-10-30 | Fix ia64 build failure. | James E Wilson | 1 | -0/+1 |
2017-10-29 | Fix cygwin builds, broken by PR sanitizer/82517 fix. | James E Wilson | 1 | -0/+1 |
2017-10-20 | Add generic part for Intel CET enabling. The spec is available at | Igor Tsimbalist | 1 | -4/+2 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -5/+3 |
2017-10-19 | Do not instrument use-after-scope for vars with large alignment (PR sanitizer... | Martin Liska | 1 | -1/+4 |
2017-09-27 | re PR c++/82159 (ICE: in assign_temp, at function.c:961) | Jakub Jelinek | 1 | -1/+6 |
2017-08-29 | Set the call nothrow flag more often | Richard Sandiford | 1 | -1/+3 |
2017-08-17 | gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1. | Marek Polacek | 1 | -1/+1 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-08-07 | re PR c/69389 (bit field incompatible with OpenMP atomic update) | Jakub Jelinek | 1 | -0/+6 |
2017-07-31 | Recover GOTO predictor. | Jan Hubicka | 1 | -1/+3 |